.cbgrowth {
  --cbgrowth-green: #244b38;
  --cbgrowth-green-soft: #dfe8df;
  --cbgrowth-blue: #31586b;
  --cbgrowth-red: #8f4236;
  --cbgrowth-white: #fffefa;
}

.cbgrowth .cbop-announcement span {
  font-weight: 800;
}

.cbgrowth-brand {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  column-gap: 7px;
}

.cbgrowth-brand em {
  grid-column: 1 / -1;
  margin-top: 5px;
  color: var(--cbop-muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cbgrowth-product {
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  gap: 52px;
  padding-top: 30px;
  padding-bottom: 58px;
}

.cbgrowth .cbop-gallery__stage,
.cbgrowth .cbop-gallery__thumb {
  background: var(--cbgrowth-white);
}

.cbgrowth-buy {
  position: static;
}

.cbgrowth-buy h1 {
  max-width: 560px;
  font-size: 44px;
}

.cbgrowth-thesis {
  max-width: 600px;
  margin: 13px 0 0;
  color: #555149;
  font-size: 16px;
  line-height: 1.55;
}

.cbgrowth-thesis strong {
  display: block;
  margin-bottom: 4px;
  color: var(--cbop-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.3;
}

.cbgrowth-checkline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 17px;
  border-top: 1px solid var(--cbop-line);
  border-bottom: 1px solid var(--cbop-line);
}

.cbgrowth-checkline span {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 9px 10px 10px 0;
  color: var(--cbop-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.cbgrowth-checkline b {
  margin-bottom: 3px;
  color: var(--cbop-muted);
  font-size: 9px;
  line-height: 1.2;
  text-transform: uppercase;
}

.cbgrowth .cbop-price-line {
  margin-top: 16px;
}

.cbgrowth .cbop-stock {
  margin-top: 10px;
}

.cbgrowth-packs {
  margin-top: 14px;
}

.cbgrowth-pack {
  min-height: 194px;
  padding-top: 12px;
}

.cbgrowth-pack:has(input:checked) {
  padding-top: 11px;
  border-color: var(--cbgrowth-green);
  box-shadow: inset 0 0 0 1px var(--cbgrowth-green);
}

.cbgrowth-pack.is-featured::before {
  content: "Recommended";
  background: var(--cbgrowth-green);
}

.cbgrowth .cbop-pack__top strong {
  min-height: 41px;
}

.cbgrowth .cbop-pack__top em {
  min-height: 15px;
  color: var(--cbgrowth-green);
}

.cbgrowth .cbop-pack__price {
  margin-top: 6px;
  font-size: 23px;
}

.cbgrowth .cbop-pack__note {
  padding-top: 5px;
}

.cbgrowth .cbop-cart-form {
  margin-top: 10px;
}

.cbgrowth .cbop-cart-form button:hover {
  border-color: var(--cbgrowth-green);
  background: var(--cbgrowth-green);
}

.cbgrowth-delivered-note {
  margin: 9px 0 0;
  color: var(--cbop-muted);
  font-size: 12px;
  line-height: 1.4;
}

.cbgrowth-delivered-note strong {
  color: var(--cbop-ink);
}

.cbgrowth-business-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--cbop-line);
  color: var(--cbop-muted);
  font-size: 12px;
  line-height: 1.4;
}

.cbgrowth-business-route a {
  flex: 0 0 auto;
  color: var(--cbgrowth-blue);
  font-weight: 800;
  text-underline-offset: 3px;
}

.cbgrowth-section-heading {
  max-width: 760px;
}

.cbgrowth-section-heading h2,
.cbgrowth-value h2,
.cbgrowth-inside h2,
.cbgrowth-order h2,
.cbgrowth-final h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 39px;
  line-height: 1.12;
  letter-spacing: 0;
}

.cbgrowth-section-heading > p:last-child,
.cbgrowth-value__intro > p:last-child,
.cbgrowth-inside__content > p,
.cbgrowth-final > div > p:last-child {
  margin: 13px 0 0;
  color: var(--cbop-muted);
  font-size: 16px;
  line-height: 1.65;
}

.cbgrowth-decision {
  padding: 82px max(24px, calc((100% - 1120px) / 2));
  border-top: 1px solid var(--cbop-line);
  border-bottom: 1px solid var(--cbop-line);
  background: var(--cbgrowth-white);
}

.cbgrowth-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid var(--cbop-line);
  list-style: none;
}

.cbgrowth-decision-grid li {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 24px 28px 0 0;
  border-right: 1px solid var(--cbop-line);
}

.cbgrowth-decision-grid li + li {
  padding-left: 28px;
}

.cbgrowth-decision-grid li:last-child {
  padding-right: 0;
  border-right: 0;
}

.cbgrowth-decision-grid li > span {
  color: var(--cbop-gold);
  font-size: 12px;
  font-weight: 800;
}

.cbgrowth-decision-grid strong {
  margin-top: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.25;
}

.cbgrowth-decision-grid p {
  margin: 9px 0 20px;
  color: var(--cbop-muted);
  font-size: 14px;
  line-height: 1.6;
}

.cbgrowth-decision-grid a {
  margin-top: auto;
  color: var(--cbgrowth-blue);
  font-size: 13px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.cbgrowth-value {
  padding: 88px max(24px, calc((100% - 1120px) / 2));
  background: var(--cbop-ink);
  color: var(--cbop-white);
}

.cbgrowth-value__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: 72px;
  align-items: end;
}

.cbgrowth-value .cbop-kicker {
  grid-column: 1 / -1;
  margin-bottom: -54px;
  color: #e7c685;
}

.cbgrowth-value__intro > p:last-child {
  color: #cbc7bd;
}

.cbgrowth-cost {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 72px;
  margin-top: 46px;
  padding: 38px 0;
  border-top: 1px solid #555149;
  border-bottom: 1px solid #555149;
}

.cbgrowth-cost__heading {
  align-self: start;
}

.cbgrowth-cost__heading > p,
.cbgrowth-value__comparison > div > p {
  margin: 0 0 10px;
  color: #e7c685;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.cbgrowth-cost__heading h3,
.cbgrowth-value__comparison h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  line-height: 1.18;
  letter-spacing: 0;
}

.cbgrowth-cost__heading > span {
  display: block;
  margin-top: 13px;
  color: #cbc7bd;
  font-size: 14px;
  line-height: 1.55;
}

.cbgrowth-cost__ledger {
  display: grid;
  gap: 18px;
}

.cbgrowth-cost__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  align-items: end;
}

.cbgrowth-cost__row span {
  color: #e8e5dd;
  font-size: 13px;
  line-height: 1.4;
}

.cbgrowth-cost__row strong,
.cbgrowth-cost__total strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.cbgrowth-cost__row i {
  grid-column: 1 / -1;
  display: block;
  height: 3px;
  overflow: hidden;
  background: #555149;
}

.cbgrowth-cost__row i b {
  display: block;
  width: var(--cbgrowth-cost-share);
  height: 100%;
  background: #d2af69;
}

.cbgrowth-cost__row:nth-child(4) i b {
  background: #84a190;
}

.cbgrowth-cost__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-top: 4px;
  border-top: 1px solid #777168;
}

.cbgrowth-cost__total span {
  color: #cbc7bd;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.cbgrowth-cost__total strong {
  font-size: 24px;
}

.cbgrowth-value__comparison {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr);
  gap: 72px;
  align-items: end;
  margin-top: 44px;
}

.cbgrowth-value__comparison > p {
  margin: 0;
  color: #cbc7bd;
  font-size: 14px;
  line-height: 1.65;
}

.cbgrowth-value__table {
  margin-top: 26px;
  border-top: 1px solid #555149;
}

.cbgrowth-value__row {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, minmax(90px, 0.75fr));
  gap: 20px;
  align-items: center;
  min-height: 72px;
  border-bottom: 1px solid #555149;
}

.cbgrowth-value__head {
  min-height: 44px;
  color: #b9b4aa;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.cbgrowth-value__row span {
  font-size: 14px;
}

.cbgrowth-value__row span:first-child {
  display: flex;
  flex-direction: column;
}

.cbgrowth-value__row strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.cbgrowth-value__row small {
  margin-top: 2px;
  color: #b9b4aa;
  font-size: 11px;
}

.cbgrowth-value__row.is-recommended {
  background: rgba(132, 161, 144, 0.12);
  box-shadow: 16px 0 0 rgba(132, 161, 144, 0.12), -16px 0 0 rgba(132, 161, 144, 0.12);
}

.cbgrowth-inside {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.86fr);
  gap: 62px;
  align-items: center;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0;
}

.cbgrowth-inside__media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid var(--cbop-line);
  border-radius: 6px;
  background: var(--cbgrowth-white);
}

.cbgrowth-inside__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cbgrowth-inside__content dl {
  margin: 30px 0 0;
  border-top: 1px solid var(--cbop-line);
}

.cbgrowth-inside__content dl > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--cbop-line);
}

.cbgrowth-inside__content dt {
  font-size: 14px;
  font-weight: 800;
}

.cbgrowth-inside__content dd {
  margin: 0;
  color: var(--cbop-muted);
  font-size: 14px;
}

.cbgrowth-proof {
  padding: 88px max(24px, calc((100% - 1120px) / 2));
  border-top: 1px solid var(--cbop-line);
  border-bottom: 1px solid var(--cbop-line);
  background: #e8eee8;
}

.cbgrowth-proof__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(260px, 1.2fr);
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid #bdc9bd;
  border-bottom: 1px solid #bdc9bd;
}

.cbgrowth-proof__summary > div,
.cbgrowth-proof__summary > p {
  min-width: 0;
  margin: 0;
  padding: 19px 20px;
  border-right: 1px solid #bdc9bd;
}

.cbgrowth-proof__summary > div {
  display: flex;
  flex-direction: column;
}

.cbgrowth-proof__summary > div strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.cbgrowth-proof__summary > div span,
.cbgrowth-proof__summary > p {
  color: #536157;
  font-size: 11px;
  line-height: 1.45;
}

.cbgrowth-proof__summary > p {
  display: flex;
  align-items: center;
  border-right: 0;
}

.cbgrowth-proof__photos {
  margin-top: 24px;
}

.cbgrowth-proof__photos .cbop-review figure {
  aspect-ratio: 1 / 1;
}

.cbgrowth-proof__photos .cbop-review figure img {
  object-fit: cover;
}

.cbgrowth-answers {
  padding: 88px max(24px, calc((100% - 1120px) / 2));
  background: var(--cbgrowth-white);
}

.cbgrowth-answer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.cbgrowth-answer-grid > a {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 24px;
  border: 1px solid var(--cbop-line);
  border-radius: 6px;
  background: #faf8f2;
  text-decoration: none;
}

.cbgrowth-answer-grid > a:hover {
  border-color: var(--cbgrowth-blue);
}

.cbgrowth-answer-grid span {
  color: var(--cbop-gold);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.cbgrowth-answer-grid strong {
  margin-top: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.25;
}

.cbgrowth-answer-grid p {
  margin: 12px 0 20px;
  color: var(--cbop-muted);
  font-size: 14px;
  line-height: 1.6;
}

.cbgrowth-answer-grid em {
  margin-top: auto;
  color: var(--cbgrowth-blue);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.cbgrowth-order {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 72px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0;
}

.cbgrowth-order__facts ul {
  margin: 32px 0 0;
  padding: 0;
  border-top: 1px solid var(--cbop-line);
  list-style: none;
}

.cbgrowth-order__facts li {
  display: grid;
  grid-template-columns: minmax(125px, 0.75fr) minmax(0, 1.25fr);
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--cbop-line);
}

.cbgrowth-order__facts li strong {
  font-size: 14px;
}

.cbgrowth-order__facts li span {
  color: var(--cbop-muted);
  font-size: 13px;
  line-height: 1.55;
}

.cbgrowth-order__facts li a {
  color: var(--cbgrowth-blue);
  font-weight: 800;
}

.cbgrowth-faq .cbop-kicker {
  margin-bottom: 20px;
}

.cbgrowth-faq .cbop-faq__list {
  border-top-color: var(--cbop-ink);
}

.cbgrowth-faq .cbop-faq summary {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 15px;
}

.cbgrowth-faq .cbop-faq summary::after {
  top: 13px;
}

.cbgrowth-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 64px max(24px, calc((100% - 1120px) / 2));
  background: var(--cbgrowth-green);
  color: var(--cbop-white);
}

.cbgrowth-final .cbop-kicker {
  color: #d8c18f;
}

.cbgrowth-final > div > p:last-child {
  color: #d6dfd7;
}

.cbgrowth-final a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 170px;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid var(--cbop-white);
  border-radius: 4px;
  background: var(--cbop-white);
  color: var(--cbgrowth-green);
  font-weight: 800;
  text-decoration: none;
}

.cbgrowth-final a:hover {
  background: transparent;
  color: var(--cbop-white);
}

@media (max-width: 1040px) {
  .cbgrowth-product {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.95fr);
    gap: 34px;
  }

  .cbgrowth-buy h1 {
    font-size: 39px;
  }

  .cbgrowth-packs {
    grid-template-columns: 1fr;
  }

  .cbgrowth-pack {
    min-height: 0;
  }

  .cbgrowth .cbop-pack__top strong {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .cbgrowth-product {
    width: min(100% - 32px, 620px);
    gap: 27px;
    padding-top: 20px;
    padding-bottom: 48px;
  }

  .cbgrowth-buy h1 {
    font-size: 35px;
  }

  .cbgrowth-thesis strong {
    font-size: 19px;
  }

  .cbgrowth-checkline span {
    padding-right: 5px;
    font-size: 12px;
  }

  .cbgrowth-pack {
    min-height: 126px;
  }

  .cbgrowth-business-route {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .cbgrowth-section-heading h2,
  .cbgrowth-value h2,
  .cbgrowth-inside h2,
  .cbgrowth-order h2,
  .cbgrowth-final h2 {
    font-size: 31px;
  }

  .cbgrowth-decision,
  .cbgrowth-value,
  .cbgrowth-proof,
  .cbgrowth-answers {
    padding: 66px 16px;
  }

  .cbgrowth-decision-grid {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .cbgrowth-decision-grid li,
  .cbgrowth-decision-grid li + li {
    min-height: 0;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--cbop-line);
  }

  .cbgrowth-decision-grid li:last-child {
    border-bottom: 0;
  }

  .cbgrowth-decision-grid strong {
    margin-top: 8px;
    font-size: 21px;
  }

  .cbgrowth-decision-grid p {
    margin-bottom: 12px;
  }

  .cbgrowth-value__intro {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cbgrowth-value .cbop-kicker {
    grid-column: auto;
    margin-bottom: 0;
  }

  .cbgrowth-cost,
  .cbgrowth-value__comparison {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .cbgrowth-cost {
    margin-top: 34px;
    padding: 30px 0;
  }

  .cbgrowth-cost__heading h3,
  .cbgrowth-value__comparison h3 {
    font-size: 25px;
  }

  .cbgrowth-value__comparison {
    margin-top: 34px;
  }

  .cbgrowth-value__head {
    display: none;
  }

  .cbgrowth-value__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    padding: 18px 0;
  }

  .cbgrowth-value__row span {
    position: relative;
    padding-top: 15px;
  }

  .cbgrowth-value__row span::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #9f9a90;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .cbgrowth-value__row span:nth-child(1)::before { content: "Plan"; }
  .cbgrowth-value__row span:nth-child(2)::before { content: "Product"; }
  .cbgrowth-value__row span:nth-child(3)::before { content: "Shipping"; }
  .cbgrowth-value__row span:nth-child(4)::before { content: "Delivered"; }
  .cbgrowth-value__row span:nth-child(5)::before { content: "Per cone"; }

  .cbgrowth-inside {
    grid-template-columns: 1fr;
    gap: 32px;
    width: min(100% - 32px, 620px);
    padding: 66px 0;
  }

  .cbgrowth-inside__content dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .cbgrowth-proof__summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cbgrowth-proof__summary > div,
  .cbgrowth-proof__summary > p {
    padding: 14px 10px;
  }

  .cbgrowth-proof__summary > div:nth-child(3) {
    border-right: 0;
  }

  .cbgrowth-proof__summary > p {
    grid-column: 1 / -1;
    border-top: 1px solid #bdc9bd;
  }

  .cbgrowth-proof__summary > div strong {
    font-size: 19px;
  }

  .cbgrowth-answer-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cbgrowth-answer-grid > a {
    min-height: 0;
    padding: 20px;
  }

  .cbgrowth-answer-grid strong {
    margin-top: 10px;
    font-size: 21px;
  }

  .cbgrowth-answer-grid p {
    margin-bottom: 13px;
  }

  .cbgrowth-order {
    grid-template-columns: 1fr;
    gap: 54px;
    width: min(100% - 32px, 620px);
    padding: 66px 0;
  }

  .cbgrowth-order__facts li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .cbgrowth-final {
    align-items: stretch;
    flex-direction: column;
    gap: 28px;
    padding: 54px 16px 116px;
  }

  .cbgrowth-final a {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .cbgrowth-checkline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cbgrowth-checkline span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--cbop-line);
  }

  .cbgrowth-proof__summary > div strong {
    font-size: 17px;
  }
}
