#header {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#header.is-scroll,
.header_fix #header {
  background: rgba(0, 189, 193, .96) !important;
  backdrop-filter: blur(14px);
}
.grow-pm-lp {
  --ink: #111827;
  --muted: #5b6678;
  --line: #d9e1ea;
  --paper: #f6f8fb;
  --white: #ffffff;
  --blue: #1d5fd7;
  --blue-dark: #143f91;
  --green: #138a63;
  --orange: #e36c2f;
  --orange-dark: #ba4d1d;
  --shadow: 0 18px 50px rgba(18, 33, 61, 0.12);
}

.grow-pm-lp,
.grow-pm-lp * {
  box-sizing: border-box;
}

.grow-pm-lp .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

.grow-pm-lp {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.8;
}

.grow-pm-lp img {
  display: block;
  max-width: 100%;
  height: auto;
}

.grow-pm-lp a {
  color: inherit;
}

.grow-pm-lp .site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px clamp(18px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(217, 225, 234, 0.85);
  backdrop-filter: blur(14px);
}

.grow-pm-lp .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.grow-pm-lp .brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--white);
  background: var(--blue);
  border-radius: 8px;
  line-height: 1;
}

.grow-pm-lp .header-nav {
  display: flex;
  gap: 18px;
  margin-left: auto;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.grow-pm-lp .header-nav a,
.grow-pm-lp .header-cta {
  text-decoration: none;
}

.grow-pm-lp .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  color: var(--white);
  background: var(--orange);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

.grow-pm-lp .hero {
  position: relative;
  overflow: hidden;
  min-height: 630px;
  color: var(--white);
  background: #6f8fd7 url("../img/grow-pm/hero-bg.png") center center / cover no-repeat;
}

.grow-pm-lp .hero::before {
  content: none;
}

.grow-pm-lp .hero::after {
  content: none;
}

.grow-pm-lp .hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(430px, 0.94fr);
  gap: 54px;
  align-items: center;
  max-width: 1280px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 160px 0 80px;
}

.grow-pm-lp .hero-label {
  display: inline-block;
  margin: 0 0 34px;
  padding-bottom: 6px;
  color: var(--white);
  border-bottom: 5px solid #d1aa32;
  line-height: 1.45;
  text-shadow: 0 3px 14px rgba(29, 56, 126, 0.28);
}

.grow-pm-lp .hero-label span {
  display: block;
  font-size: clamp(22px, 2.35vw, 32px);
  letter-spacing:1px;
  font-weight: 900;
}

.grow-pm-lp .hero h1 {
  margin-bottom: 40px;
  color: var(--white);
  line-height: 1.32;
  text-shadow: 0 4px 16px rgba(29, 56, 126, 0.3);
  span {
      font-size: clamp(44px, 4.8vw, 66px);
      font-weight:800;
  }
}

.grow-pm-lp .hero h1 span {
  display: block;
}

.grow-pm-lp .hero-lead {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  text-shadow: 0 2px 12px rgba(15, 23, 42, 0.22);
}

.grow-pm-lp .button.primary.hero-button {
  flex-direction: column;
  min-width: 374px;
  min-height: 92px;
  color: var(--white);
  background: #234489;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 14px 26px rgba(20, 33, 75, 0.28);
  font-size: 22px;
  letter-spacing: 0;
  margin:0 auto;
}

.grow-pm-lp .button.primary.hero-button:hover {
  background: #183a80;
}

.grow-pm-lp .button.primary.hero-button span {
  display: block;
  width: calc(100% + 48px);
  margin: -19px -24px 18px;
  padding: 4px 16px;
  color: var(--white);
  background: #c7a32e;
  border-radius: 8px 8px 0 0;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.grow-pm-lp .hero-visual {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
}

.grow-pm-lp .hero-callout-slider {
  position: relative;
  width: 100%;
  max-width: 560px;
  min-height: 44px;
  margin: 0 0 16px;
}

.grow-pm-lp .hero-callout-slider:not(.slick-initialized) .hero-callout-item:not(:first-child),
.grow-pm-lp .hero-screen-slider:not(.slick-initialized) .hero-screen-panel:not(:first-child) {
  display: none;
}

.grow-pm-lp .hero-callout-slider .slick-list,
.grow-pm-lp .hero-callout-slider .slick-track {
  min-height: 44px;
}

.grow-pm-lp .hero-callout {
  margin: 0;
  color: var(--white);
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 3px 12px rgba(29, 56, 126, 0.24);
}

.grow-pm-lp .hero-callout::before,
.grow-pm-lp .hero-callout::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 24px;
  margin: 0 14px;
  background: var(--white);
  vertical-align: -5px;
}

.grow-pm-lp .hero-callout::before {
  transform: rotate(-28deg);
}

.grow-pm-lp .hero-callout::after {
  transform: rotate(28deg);
}

.grow-pm-lp .hero-laptop {
  position: relative;
  width: min(100%, 620px);
  max-width: 620px;
  aspect-ratio: 839 / 494;
  background: url("../img/grow-pm/hero-laptop-bg.png") center center / contain no-repeat;
  filter: drop-shadow(0 24px 26px rgba(21, 48, 111, 0.2));
}

.grow-pm-lp .hero-screen-slider {
  position: absolute;
  top: 7.5%;
  left: 11.1%;
  width: 77.9%;
  height: 75.1%;
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
}

.grow-pm-lp .hero-screen-slider .slick-list,
.grow-pm-lp .hero-screen-slider .slick-track,
.grow-pm-lp .hero-screen-slider .slick-slide,
.grow-pm-lp .hero-screen-slider .slick-slide > div,
.grow-pm-lp .hero-screen-panel {
  height: 100%;
}

.grow-pm-lp .hero-screen-slider .slick-slide {
  outline: none;
}

.grow-pm-lp .hero-screen-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.grow-pm-lp .hero-product {
  margin: 32px 0 0;
  color: var(--white);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-shadow: 0 3px 14px rgba(29, 56, 126, 0.3);
  letter-spacing:2px;
}

.grow-pm-lp .hero-product span {
  font-size: 24px;
}

@media (min-width: 981px) {
  .grow-pm-lp .hero h1 span {
    white-space: nowrap;
  }
}

.grow-pm-lp .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.grow-pm-lp .eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--orange);
  border-radius: 50%;
}

.grow-pm-lp h1,
.grow-pm-lp h2,
.grow-pm-lp h3,
.grow-pm-lp p {
  margin-top: 0;
}

.grow-pm-lp h1 {
  margin-bottom: 22px;
  font-size: clamp(38px, 5.8vw, 70px);
  line-height: 1.12;
  letter-spacing: 0;
}

.grow-pm-lp h2 {
  margin-bottom: 18px;
  font-size: clamp(29px, 4vw, 48px);
  line-height: 1.25;
  letter-spacing: 0;
  strong {
    font-size:60px;
    display:block;
    font-weight:bold;
    margin:10px 0;
  }
}

.grow-pm-lp h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.45;
}

.grow-pm-lp .section-head p,
.grow-pm-lp .split p,
.grow-pm-lp .cta-inner p {
  color: var(--muted);
  font-size: 17px;
}

.grow-pm-lp .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

.grow-pm-lp .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.grow-pm-lp .button:hover {
  transform: translateY(-2px);
}

.grow-pm-lp .button.primary {
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 12px 28px rgba(227, 108, 47, 0.28);
}

.grow-pm-lp .button.primary:hover {
  background: var(--orange-dark);
  color:#fff;
}

.grow-pm-lp .button.secondary {
  color: var(--blue-dark);
  background: var(--white);
  border: 1px solid var(--line);
}

.grow-pm-lp .button.light {
  color: var(--ink);
  background: var(--white);
}

.grow-pm-lp .button.secondary.light {
  color: var(--white);
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.3);
}

.grow-pm-lp .section {
  padding: 88px clamp(20px, 5vw, 72px);
}

.grow-pm-lp .section-head {
  margin: 0 auto 42px;
  text-align: center;
}

.grow-pm-lp .problem-grid,
.grow-pm-lp .steps,
.grow-pm-lp .report-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.grow-pm-lp .problem-grid article,
.grow-pm-lp .steps article,
.grow-pm-lp .report-list article {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 26px rgba(18, 33, 61, 0.06);
}

.grow-pm-lp .problem-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.grow-pm-lp .problem-grid article img {
  width: 112px;
  height: 96px;
  object-fit: contain;
  margin-bottom: 18px;
}

.grow-pm-lp .problem {
  background: var(--white);
}

.grow-pm-lp .problem-grid span,
.grow-pm-lp .steps span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--orange);
  font-weight: 900;
}

.grow-pm-lp .problem-grid p,
.grow-pm-lp .steps p,
.grow-pm-lp .report-list p,
.grow-pm-lp .faq p,
.grow-pm-lp .pricing-note {
  color: var(--muted);
}

.grow-pm-lp .paper,
.grow-pm-lp .pricing {
  background: var(--paper);
}

.grow-pm-lp .paper {
  background:
    linear-gradient(180deg, #f6f8fb 0%, #eef4fb 100%);
}

.grow-pm-lp .understand-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.grow-pm-lp .understand-copy {
  grid-column: 1 / -1;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.grow-pm-lp .understand-copy h2 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.grow-pm-lp .understand-copy p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
  font-size: 17px;
}

.grow-pm-lp .understand-voices {
  display: grid;
  gap: 18px;
}

.grow-pm-lp .understand-voices p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 96px;
  margin: 0;
  padding: 18px 22px;
  color: var(--ink);
  background: var(--white);
  border: 2px solid #d8e4f2;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(18, 33, 61, 0.06);
  font-weight: 900;
}

.grow-pm-lp .understand-voices p::before {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  width: 22px;
  height: 22px;
  background: var(--white);
  border-right: 2px solid #d8e4f2;
  border-top: 2px solid #d8e4f2;
  transform: translateY(-50%) rotate(45deg);
}

.grow-pm-lp .understand-voices p:nth-child(2) {
  margin-left: 36px;
}

.grow-pm-lp .understand-voices p:nth-child(3) {
  margin-right: 24px;
}

.grow-pm-lp .understand-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 32px 36px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.grow-pm-lp .understand-quote span {
  margin-bottom: 14px;
  color: #cfe0ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.grow-pm-lp .understand-quote p {
  margin: 0;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1.55;
}

.grow-pm-lp .understand-answer {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 20px;
  align-items: center;
  padding: 24px 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.grow-pm-lp .understand-answer h3 {
  margin-bottom: 4px;
  color: var(--green);
  font-size: 28px;
}

.grow-pm-lp .understand-answer p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.grow-pm-lp .understand-answer img {
  max-height: 180px;
  justify-self: end;
}

.grow-pm-lp .split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.grow-pm-lp .split.reverse {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
}

.grow-pm-lp .quote {
  padding: 18px 20px;
  color: var(--ink) !important;
  background: var(--white);
  border-left: 5px solid var(--orange);
  border-radius: 8px;
  font-size: 20px !important;
  font-weight: 900;
}

.grow-pm-lp .image-panel {
  display: grid;
  place-items: center;
  min-height: 310px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(18, 33, 61, 0.08);
}

.grow-pm-lp .image-panel img {
  max-height: 320px;
}

.grow-pm-lp .flow {
  background: #fff;
}

.grow-pm-lp .steps article {
  text-align: center;
}

.grow-pm-lp .steps img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  margin: 0 auto 16px;
}

.grow-pm-lp .report {
  color: var(--white);
  background: #142033;
}

.grow-pm-lp .report .eyebrow,
.grow-pm-lp .cta .eyebrow {
  color: #9ec5ff;
}

.grow-pm-lp .report h2,
.grow-pm-lp .report h3,
.grow-pm-lp .report .section-head p {
  color: var(--white);
}

.grow-pm-lp .screen-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto 26px;
}

.grow-pm-lp .screen-grid figure {
  margin: 0;
  overflow: hidden;
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.grow-pm-lp .screen-grid img {
  width: 100%;
}

.grow-pm-lp .screen-grid figcaption {
  padding: 14px 18px;
  color: #d8e4f7;
  font-weight: 700;
}

.grow-pm-lp .report-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grow-pm-lp .report-list article {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.grow-pm-lp .report-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  color: #9ec5ff;
  background: rgba(158, 197, 255, 0.1);
  border: 1px solid rgba(158, 197, 255, 0.22);
  border-radius: 8px;
}

.grow-pm-lp .report-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.grow-pm-lp .report-list h3 {
  min-height: 58px;
}

.grow-pm-lp .report-list p {
  color: #c5d2e7;
}

.grow-pm-lp .pricing-table {
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.grow-pm-lp .pricing-row {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr 1fr;
}

.grow-pm-lp .pricing-row > div {
  padding: 18px 20px;
  border-top: 1px solid var(--line);
}

.grow-pm-lp .pricing-head > div {
  border-top: 0;
  color: var(--muted);
  background: #edf2f8;
  font-size: 13px;
  font-weight: 900;
}

.grow-pm-lp .pricing-row.featured {
  background: #fff8f3;
}

.grow-pm-lp .pricing-row span {
  display: inline-flex;
  margin-left: 8px;
  padding: 2px 8px;
  color: var(--white);
  background: var(--orange);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.grow-pm-lp .pricing-note {
  max-width: 1040px;
  margin: 18px auto 0;
  font-size: 14px;
}

.grow-pm-lp .faq {
  background: #fff;
}

.grow-pm-lp .faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.grow-pm-lp .faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.grow-pm-lp .faq details + details {
  margin-top: 12px;
}

.grow-pm-lp .faq summary {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 18px;
  font-weight: 900;
}

.grow-pm-lp .faq p {
  padding: 0 22px 20px;
  margin-bottom: 0;
}

.grow-pm-lp .cta {
  padding: 88px 20px;
  color: var(--white);
  background: linear-gradient(135deg, #1a3b76, #143879);
}

.grow-pm-lp .cta-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.grow-pm-lp .cta h2 {
  color: var(--white);
}

.grow-pm-lp .cta-inner p {
  color: #e5eefc;
}

.grow-pm-lp .cta .hero-actions {
  justify-content: center;
}

.grow-pm-lp .site-footer {
  padding: 24px 20px;
  color: var(--muted);
  background: #0f172a;
  text-align: center;
}

.grow-pm-lp .site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .grow-pm-lp .site-header {
    flex-wrap: wrap;
  }

  .grow-pm-lp .header-nav {
    order: 3;
    width: 100%;
    margin-left: 0;
    overflow-x: auto;
  }

  .grow-pm-lp .hero,
.grow-pm-lp .split,
.grow-pm-lp .split.reverse {
    grid-template-columns: 1fr;
  }

  .grow-pm-lp .hero {
    min-height: auto;
  }

  .grow-pm-lp .hero-inner {
    grid-template-columns: 1fr;
    gap: 52px;
    min-height: auto;
    padding-top: 62px;
  }

  .grow-pm-lp .hero-copy {
    text-align: center;
  }

  .grow-pm-lp .hero-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .grow-pm-lp .hero-actions {
    justify-content: center;
  }

  .grow-pm-lp .problem-grid,
.grow-pm-lp .steps,
.grow-pm-lp .report-list,
.grow-pm-lp .screen-grid,
.grow-pm-lp .understand-layout,
.grow-pm-lp .understand-answer {
    grid-template-columns: 1fr;
  }

  .grow-pm-lp .image-panel {
    min-height: auto;
  }

  .grow-pm-lp .understand-answer img {
    justify-self: start;
  }

  .grow-pm-lp .understand-voices p:nth-child(2),
.grow-pm-lp .understand-voices p:nth-child(3) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 680px) {
  .grow-pm-lp .site-header {
    gap: 12px;
  }

  .grow-pm-lp .header-cta {
    width: 100%;
  }

  .grow-pm-lp .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .grow-pm-lp .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .grow-pm-lp .button {
    width: 100%;
  }

  .grow-pm-lp .hero-inner {
    padding: 42px 18px 68px;
  }

  .grow-pm-lp .hero-label {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .grow-pm-lp .hero h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.38;
  }

  .grow-pm-lp .hero-lead {
    font-size: 16px;
    line-height: 1.9;
  }

  .grow-pm-lp .hero-button {
    min-width: 0;
    font-size: 18px;
  }

  .grow-pm-lp .button.primary.hero-button span {
    width: calc(100% + 48px);
    margin-bottom: 14px;
  }

  .grow-pm-lp .hero-callout {
    font-size: 18px;
  }

  .grow-pm-lp .hero-callout::before,
  .grow-pm-lp .hero-callout::after {
    height: 18px;
    margin: 0 8px;
  }

  .grow-pm-lp .hero-product {
    margin-top: 36px;
    font-size: 22px;
  }

  .grow-pm-lp .hero-product span {
    font-size: 18px;
  }

  .grow-pm-lp .problem-grid article img {
    width: 96px;
    height: 82px;
  }

  .grow-pm-lp .pricing-table {
    display: block;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .grow-pm-lp .pricing-head {
    display: none;
  }

  .grow-pm-lp .pricing-row {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 12px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .grow-pm-lp .pricing-row > div {
    padding: 14px;
  }

  .grow-pm-lp .pricing-row > div:first-child {
    grid-column: 1 / -1;
    background: #edf2f8;
  }
}
