.fw-cta-section-6 {
  padding: 0;
  border-bottom: 3px solid var(--color-type-body);
}
.fw-cta-section-6 .fw-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  background: var(--color-type-body);
  max-width: none;
  width: 100%;
  padding: 0;
  z-index: 2;
}
.fw-cta-section-6 .fw-price-half,
.fw-cta-section-6 .fw-proof-half {
  background: var(--color-off-white);
  padding: 48px 24px;
}
.fw-cta-section-6 .fw-price-label,
.fw-cta-section-6 .fw-price-kicker,
.fw-cta-section-6 .fw-proof-label {
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: var(--caption-font-size);
}
.fw-cta-section-6 .fw-price-label {
  margin-bottom: 18px;
}
.fw-cta-section-6 .fw-price-card {
  border: 3px solid var(--color-type-body);
  padding: 30px;
}
.fw-cta-section-6 .fw-price-kicker {
  margin-bottom: 10px;
}
.fw-cta-section-6 .fw-price-amount {
  font-family: var(--heading-font-family);
  font-size: clamp(48px, 7vw, 73.6px);
  line-height: 0.9;
}
.fw-cta-section-6 .fw-price-amount-suffix {
  font-family: var(--body-font-family);
  font-size: var(--body-md-font-size);
  font-weight: var(--font-weight-bold);
}
.fw-cta-section-6 .fw-price-after {
  margin: 10px 0 20px;
  font-size: var(--body-sm-font-size);
}
.fw-cta-section-6 .fw-button-row {
  display: flex;
  width: 100%;
}
.fw-cta-section-6 .fw-frameworker-button {
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
  padding: 13px 20px;
  border: 2px solid var(--color-type-body);
  border-radius: var(--button-border-radius);
  width: 100%;
  justify-content: center;
}
.fw-cta-section-6 .fw-price-features {
  list-style: none;
  border: 2px solid var(--color-type-body);
  padding: 0 16px;
  margin: 22px 0 0;
}
.fw-cta-section-6 .fw-price-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  font-size: 13.5px;
  border-top: 1px dashed var(--color-type-body);
}
.fw-cta-section-6 .fw-price-features li:first-child {
  border-top: none;
}
.fw-cta-section-6 .fw-price-features li::marker {
  content: "";
}
.fw-cta-section-6 .fw-price-feature-icon {
  width: 16px;
  height: 16px;
  flex: none;
}
.fw-cta-section-6 .fw-proof-half {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fw-cta-section-6 .fw-proof-quote {
  font-family: var(--display-font-family);
  font-style: normal;
  font-weight: var(--font-weight-medium);
  font-size: clamp(25.6px, 3.4vw, 38.4px);
  line-height: 1.08;
  margin: 12px 0 22px;
  border: none;
  padding: 0;
}
.fw-cta-section-6 .fw-proof-quote .fw-headline-highlight {
  color: var(--color-highlight);
}
.fw-cta-section-6 .fw-proof-text {
  font-size: 15px;
  max-width: 40ch;
  margin: 0;
}
@media screen and (max-width: 885px) {
  .fw-cta-section-6 .fw-content {
    grid-template-columns: 1fr;
  }
}
