/* Dashboard styles reused from the GROU Coffee case, scoped to Growth. */
.growth-page .grou-console{
  margin-top: clamp(1rem, 4vw, 3rem);
  padding: .45rem;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #e5e6e2;
  box-shadow: 0 0 0 1px #d5d7d1, 0 1rem 3rem rgba(22, 22, 22, .06);
}
.growth-page .grou-console-chrome{
  height: 3rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 .85rem;
  color: #62665f;
  font-size: .65rem;
  letter-spacing: .06em;
}
.growth-page .grou-console-chrome > span:first-child{
  display: flex;
  gap: .35rem;
}
.growth-page .grou-console-chrome i{
  width: .56rem;
  height: .56rem;
  border-radius: 50%;
  background: #a5a8a0;
}
.growth-page .grou-console-chrome i:nth-child(2){ background: #b8bbb3; }
.growth-page .grou-console-chrome i:nth-child(3){ background: #c9ccc4; }
.growth-page .grou-console-chrome strong{
  overflow: hidden;
  max-width: 45vw;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.growth-page .grou-console-body{
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: .45rem;
}
.growth-page .grou-console-rail{
  position: relative;
  z-index: 5;
  height: 4.5rem;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .35rem;
  padding: .45rem;
  overflow: hidden;
  border-radius: 1rem;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 0 0 1px rgba(22, 22, 22, .07), 0 .25rem 1rem rgba(22, 22, 22, .06);
}
.growth-page .grou-console-brand{
  height: 3.55rem;
  display: flex;
  flex: none;
  align-items: center;
  gap: .75rem;
}
.growth-page .grou-console-brand > span:last-child,
.growth-page .grou-console-tabs button > i{
  display: none;
}
.growth-page .grou-console-mark{
  width: 3.55rem;
  height: 3.55rem;
  display: grid;
  flex: none;
  place-items: center;
  padding: .55rem;
  overflow: hidden;
  border-radius: .65rem;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(22, 22, 22, .07), 0 .25rem .9rem rgba(22, 22, 22, .08);
}
.growth-page .grou-console-mark img{
  width: 100%;
  filter: brightness(0);
}
.growth-page .grou-console-tabs{
  min-width: 0;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  gap: .2rem;
}
.growth-page .grou-console-tabs button{
  width: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: .7rem;
  color: #6c6f6d;
  background: transparent;
  transition: color .2s var(--ease), background .22s var(--ease), transform .18s var(--ease);
}
.growth-page .grou-console-tabs button > span{
  width: 1.25rem;
  height: 1.25rem;
  display: grid;
  place-items: center;
}
.growth-page .grou-console-tabs svg{
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}
.growth-page .grou-console-tabs button:hover{
  color: var(--ink);
  background: rgba(22, 22, 22, .055);
}
.growth-page .grou-console-tabs button:active{
  transform: scale(.96);
}
.growth-page .grou-console-tabs button[aria-selected="true"]{
  color: var(--ink);
  background: var(--lime);
}
.growth-page .grou-console-stage{
  position: relative;
  min-width: 0;
  min-height: 65rem;
  overflow: hidden;
  border-radius: 1rem;
  color: var(--ink);
  background: var(--paper);
  box-shadow: inset 0 0 0 1px rgba(22, 22, 22, .06);
}
.growth-page .grou-console-topbar{
  position: absolute;
  z-index: 4;
  inset: 0 0 auto;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1rem;
  border-bottom: 1px solid rgba(22, 22, 22, .08);
  background: rgba(242, 242, 239, .88);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}
.growth-page .grou-console-topbar > span:first-child{
  min-width: 0;
  display: grid;
  gap: .12rem;
}
.growth-page .grou-console-topbar strong,
.growth-page .grou-console-topbar small{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.growth-page .grou-console-topbar strong{
  font-size: .82rem;
  font-weight: 650;
}
.growth-page .grou-console-topbar small{
  color: #737673;
  font-size: .67rem;
}
.growth-page .grou-console-live{
  min-height: 2rem;
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: .45rem;
  padding: 0 .7rem;
  border-radius: 999px;
  color: #4e514f;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(22, 22, 22, .07), 0 .25rem .8rem rgba(22, 22, 22, .04);
  font-size: .67rem;
  font-weight: 600;
  white-space: nowrap;
}
.growth-page .grou-console-live i,
.growth-page .grou-console-side li > i{
  width: .42rem;
  height: .42rem;
  flex: none;
  border-radius: 50%;
  background: #46b96f;
  box-shadow: 0 0 0 .22rem rgba(70, 185, 111, .12);
}
.growth-page .grou-console-panel,
.growth-page .grou-console-panel.is-active{
  position: absolute;
  inset: 4.5rem 0 0;
  display: grid;
  align-content: start;
  gap: 1.1rem;
  padding: 1rem;
  overflow-y: auto;
  background: var(--paper);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, .6rem, 0);
  scrollbar-width: none;
  transition: opacity .16s ease, transform .2s ease, visibility 0s linear .2s;
}
.growth-page .grou-console-panel::-webkit-scrollbar{ display: none; }
.growth-page .grou-console-panel.is-active{
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition: opacity .3s ease .04s, transform .42s var(--ease), visibility 0s linear 0s;
}
.growth-page .grou-console-panel-head{
  display: grid;
  gap: .8rem;
}
.growth-page .grou-console-panel-head > div > p,
.growth-page .grou-trend-card figcaption small,
.growth-page .grou-console-side section > span,
.growth-page .grou-signups > div:first-child span,
.growth-page .grou-reach > span,
.growth-page .grou-campaign > div:first-child span,
.growth-page .grou-segments > span{
  margin: 0 0 .4rem;
  color: #6b6e6b;
  font-size: .65rem;
  font-weight: 650;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.growth-page .grou-console-panel-head h3{
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2rem, 8vw, 3.2rem);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.growth-page .grou-console-panel-head > p{
  max-width: 43ch;
  margin: 0;
  color: #626562;
  font-size: .9rem;
  line-height: 1.5;
  text-wrap: pretty;
}
.growth-page .grou-console-kpis{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .6rem;
}
.growth-page .grou-console-kpis > div,
.growth-page .grou-console-side section,
.growth-page .grou-trend-card,
.growth-page .grou-signups,
.growth-page .grou-reach,
.growth-page .grou-campaign,
.growth-page .grou-segments{
  min-width: 0;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(22, 22, 22, .06), 0 1px 2px -1px rgba(22, 22, 22, .06), 0 2px 4px rgba(22, 22, 22, .035);
}
.growth-page .grou-console-kpis > div{
  min-height: 6.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: .85rem;
  border-radius: .8rem;
}
.growth-page .grou-console-kpis span,
.growth-page .grou-console-kpis small{
  overflow: hidden;
  color: #797c79;
  font-size: .66rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.growth-page .grou-console-kpis strong{
  overflow: hidden;
  margin: .3rem 0 .1rem;
  font-size: clamp(1.15rem, 4.8vw, 1.75rem);
  font-variant-numeric: tabular-nums;
  font-weight: 560;
  letter-spacing: -.045em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.growth-page .grou-console-workspace{
  display: grid;
  min-width: 0;
  gap: .65rem;
}
.growth-page .grou-trend-card,
.growth-page .grou-signups,
.growth-page .grou-campaign{
  margin: 0;
  padding: 1rem;
  border-radius: .9rem;
}
.growth-page .grou-trend-card figcaption,
.growth-page .grou-signups > div:first-child,
.growth-page .grou-campaign > div:first-child{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.growth-page .grou-trend-card figcaption span{
  display: grid;
}
.growth-page .grou-trend-card figcaption strong{
  font-size: .88rem;
  font-weight: 620;
}
.growth-page .grou-trend-card figcaption em,
.growth-page .grou-signups > div:first-child small,
.growth-page .grou-campaign > div:first-child small{
  color: #777a77;
  font-size: .65rem;
  font-style: normal;
}
.growth-page .grou-trend-card svg{
  width: 100%;
  margin-top: 1rem;
  overflow: visible;
}
.growth-page .trend-grid{
  fill: none;
  stroke: #e5e5e0;
  stroke-width: 1;
}
.growth-page .trend-area{ fill: url(#grouTrendFill); }
.growth-page .trend-line{
  fill: none;
  stroke: var(--lime);
  stroke-linecap: round;
  stroke-width: 5;
  stroke-dasharray: 1050;
  stroke-dashoffset: 1050;
  filter: drop-shadow(0 .25rem .35rem rgba(107, 126, 0, .18));
}
.growth-page .grou-console-panel.is-active .trend-line{
  animation: draw-grou-trend 1.4s var(--ease) forwards .18s;
}
@keyframes draw-grou-trend{ to { stroke-dashoffset: 0; } }
.growth-page .grou-trend-card > div:last-child{
  display: flex;
  justify-content: space-between;
  color: #8a8d8a;
  font-size: .58rem;
}
.growth-page .grou-console-side{
  display: grid;
  gap: .65rem;
}
.growth-page .grou-console-side section,
.growth-page .grou-reach,
.growth-page .grou-segments{
  padding: 1rem;
  border-radius: .9rem;
}
.growth-page .grou-console-side section:first-child strong{
  display: block;
  margin: .55rem 0 .05rem;
  font-size: 1.7rem;
  font-variant-numeric: tabular-nums;
  font-weight: 560;
  letter-spacing: -.045em;
}
.growth-page .grou-console-side section:first-child small{
  color: #777a77;
  font-size: .65rem;
}
.growth-page .grou-console-side ul{
  display: grid;
  gap: .7rem;
  margin: .8rem 0 0;
  padding: 0;
  list-style: none;
}
.growth-page .grou-console-side li{
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .55rem;
  align-items: center;
}
.growth-page .grou-console-side li b{
  overflow: hidden;
  font-size: .7rem;
  font-weight: 620;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.growth-page .grou-console-side li small{
  color: #777a77;
  font-size: .62rem;
}
.growth-page .grou-funnel,
.growth-page .grou-touchpoints{
  min-width: 0;
  padding: 1rem;
  border-radius: .9rem;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(22, 22, 22, .06), 0 1px 2px -1px rgba(22, 22, 22, .06), 0 2px 4px rgba(22, 22, 22, .035);
}
.growth-page .grou-funnel > div{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.growth-page .grou-funnel > div span,
.growth-page .grou-touchpoints > span{
  color: #6b6e6b;
  font-size: .65rem;
  font-weight: 650;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.growth-page .grou-funnel > div small{
  color: #777a77;
  font-size: .65rem;
}
.growth-page .grou-funnel ol{
  display: grid;
  gap: 0;
  margin: 1rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(22, 22, 22, .09);
  list-style: none;
}
.growth-page .grou-funnel li{
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: .15rem .7rem;
  min-height: 5.4rem;
  align-content: center;
  padding: .8rem 0;
  border-bottom: 1px solid rgba(22, 22, 22, .09);
}
.growth-page .grou-funnel li > span{
  grid-row: 1 / 3;
  color: #777a77;
  font-size: .62rem;
}
.growth-page .grou-funnel li strong{
  font-size: .86rem;
  font-weight: 620;
}
.growth-page .grou-funnel li small{
  color: #777a77;
  font-size: .65rem;
}
.growth-page .grou-touchpoints > div{
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: 1rem;
}
.growth-page .grou-touchpoints i{
  min-height: 2rem;
  display: inline-flex;
  align-items: center;
  padding: 0 .7rem;
  border-radius: .5rem;
  background: #ecece7;
  font-size: .66rem;
  font-style: normal;
}
.growth-page .grou-touchpoints p{
  margin: 1.5rem 0 0;
  color: #777a77;
  font-size: .72rem;
  line-height: 1.5;
}
.growth-page .signup-bars{
  height: 14rem;
  display: flex;
  gap: clamp(.18rem, 1vw, .45rem);
  align-items: stretch;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(22, 22, 22, .08);
}
.growth-page .signup-bars > span{
  min-width: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  flex: 1;
  gap: .45rem;
  align-items: end;
}
.growth-page .signup-bars i{
  width: 100%;
  height: 100%;
  display: block;
  border-radius: .3rem .3rem .08rem .08rem;
  background: var(--lime);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .8s var(--ease);
}
.growth-page .grou-console-panel.is-active .signup-bars i{
  transform: scaleY(var(--bar-scale, 1));
}
.growth-page .signup-bars small{
  overflow: hidden;
  color: #808380;
  font-size: .5rem;
  text-align: center;
}
.growth-page .grou-reach > div{
  margin-top: 1.15rem;
}
.growth-page .grou-reach p{
  margin: 0;
}
.growth-page .grou-reach > div p{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: .72rem;
}
.growth-page .grou-reach b{ font-weight: 620; }
.growth-page .grou-reach small{ color: #777a77; }
.growth-page .grou-reach > div > i{
  position: relative;
  height: .35rem;
  display: block;
  margin-top: .55rem;
  overflow: hidden;
  border-radius: 999px;
  background: #e5e5df;
}
.growth-page .grou-reach > div > i::after{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ink);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .8s var(--ease) .12s;
}
.growth-page .grou-console-panel.is-active .grou-reach > div > i::after{
  transform: scaleX(var(--meter-scale, 1));
}
.growth-page .grou-reach > p{
  margin-top: 1.5rem;
  color: #858885;
  font-size: .65rem;
  line-height: 1.45;
}
.growth-page .grou-campaign h4{
  max-width: 18ch;
  margin: clamp(2.4rem, 6vw, 5rem) 0 1.5rem;
  font-size: clamp(1.8rem, 5vw, 3.5rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
}
.growth-page .grou-campaign > div:last-child{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
}
.growth-page .grou-campaign > div:last-child span{
  min-width: 0;
  display: grid;
  padding-top: .75rem;
  border-top: 1px solid rgba(22, 22, 22, .1);
}
.growth-page .grou-campaign > div:last-child strong{
  font-size: clamp(1.25rem, 4vw, 2rem);
  font-variant-numeric: tabular-nums;
  font-weight: 560;
  letter-spacing: -.04em;
}
.growth-page .grou-campaign > div:last-child small{
  color: #7d807d;
  font-size: .58rem;
}
.growth-page .grou-segments > div{
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: 1rem;
}
.growth-page .grou-segments > div i{
  min-height: 1.8rem;
  display: inline-flex;
  align-items: center;
  padding: 0 .6rem;
  border-radius: .45rem;
  color: #555855;
  background: #edede9;
  font-size: .66rem;
  font-style: normal;
  font-weight: 560;
}
.growth-page .grou-segments > p{
  margin: 1.3rem 0;
  color: #727572;
  font-size: .75rem;
}
.growth-page .grou-library-count{
  display: grid;
  padding-top: 1rem;
  border-top: 1px solid rgba(22, 22, 22, .1);
}
.growth-page .grou-library-count strong{
  font-size: 2rem;
  font-variant-numeric: tabular-nums;
  font-weight: 560;
}
.growth-page .grou-library-count small{
  color: #777a77;
  font-size: .65rem;
}
@media (min-width: 43.75rem){
.growth-page .grou-console{
    padding: .55rem;
    border-radius: 1.7rem;
  }
.growth-page .grou-console-body{
    flex-direction: row;
    gap: .55rem;
  }
.growth-page .grou-console-rail{
    width: 4.75rem;
    height: auto;
    align-self: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: .6rem;
    transition: width .42s var(--ease), box-shadow .3s var(--ease);
  }
.growth-page .grou-console-rail:hover,
.growth-page .grou-console-rail:focus-within{
    width: 15.25rem;
    box-shadow: 0 0 0 1px rgba(22, 22, 22, .07), .75rem 0 2.5rem rgba(22, 22, 22, .1);
  }
.growth-page .grou-console-brand{
    width: 14rem;
  }
.growth-page .grou-console-brand > span:last-child,
.growth-page .grou-console-tabs button > i{
    min-width: 0;
    display: grid;
    gap: .05rem;
    opacity: 0;
    transform: translate3d(-.45rem, 0, 0);
    transition: opacity .2s var(--ease), transform .35s var(--ease);
  }
.growth-page .grou-console-brand > span:last-child strong,
.growth-page .grou-console-tabs button > i strong{
    overflow: hidden;
    font-size: .78rem;
    font-style: normal;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.growth-page .grou-console-brand > span:last-child small,
.growth-page .grou-console-tabs button > i small{
    overflow: hidden;
    color: #777a77;
    font-size: .66rem;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.growth-page .grou-console-tabs{
    flex: none;
    flex-direction: column;
    justify-content: flex-start;
    gap: .3rem;
  }
.growth-page .grou-console-tabs button{
    width: 14rem;
    min-width: 0;
    min-height: 3.5rem;
    justify-content: flex-start;
    gap: .8rem;
    padding: 0 .6rem;
    text-align: left;
  }
.growth-page .grou-console-rail:hover .grou-console-brand > span:last-child,
.growth-page .grou-console-rail:focus-within .grou-console-brand > span:last-child,
.growth-page .grou-console-rail:hover .grou-console-tabs button > i,
.growth-page .grou-console-rail:focus-within .grou-console-tabs button > i{
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: .08s;
  }
.growth-page .grou-console-stage{
    min-height: 57rem;
    flex: 1;
  }
.growth-page .grou-console-panel,
.growth-page .grou-console-panel.is-active{
    gap: 1.35rem;
    padding: 1.35rem;
  }
.growth-page .grou-console-panel-head{
    grid-template-columns: minmax(0, 1.35fr) minmax(14rem, .65fr);
    gap: 2rem;
    align-items: end;
  }
.growth-page .grou-console-panel-head h3{
    font-size: clamp(2.5rem, 5.3vw, 4.4rem);
  }
.growth-page .grou-console-panel-head > p{
    justify-self: end;
  }
}
@media (min-width: 64rem){
.growth-page .grou-console-stage{
    min-height: 48rem;
  }
.growth-page .grou-console-kpis{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.growth-page .grou-console-kpis > div{
    min-height: 6.7rem;
    padding: 1rem;
  }
.growth-page .grou-console-workspace{
    grid-template-columns: minmax(0, 1.45fr) minmax(13rem, .7fr);
  }
.growth-page .grou-console-side{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
.growth-page body.grou-framed .grou-console-panel-head h3{
  font-size: clamp(2rem, 5.2vw, 4.25rem);
  letter-spacing: -.045em;
  line-height: .94;
}
@media (min-width: 43.75rem){
.growth-page .grou-funnel ol{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 1px solid rgba(22, 22, 22, .09);
  }
.growth-page .grou-funnel li{
    padding-inline: .8rem;
    border-right: 1px solid rgba(22, 22, 22, .09);
  }
}
@media (max-width: 43.6875rem){
.growth-page body.grou-framed .grou-console-panel-head h3{
    font-size: clamp(2rem, 10vw, 3rem);
  }
}
@media (prefers-reduced-motion: reduce){
.growth-page .trend-line{
    stroke-dashoffset: 0;
  }
.growth-page .signup-bars i{
    transform: scaleY(var(--bar-scale, 1));
  }
.growth-page .grou-reach > div > i::after{
    transform: scaleX(var(--meter-scale, 1));
  }
}
.growth-page .performance > .grou-console{ margin-top: 1rem; }
