:root {
  --design-width: 1440px;
  --charcoal: #231f20;
  --gold: #dbb32d;
  --white: #ffffff;
  --page-scale: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #ffffff;
  scroll-padding-top: 120px;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--charcoal);
  background: #ffffff;
}

img {
  display: block;
  max-width: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 9999;
  padding: 12px 16px;
  background: var(--gold);
  color: var(--charcoal);
}

.skip-link:focus {
  top: 16px;
}

.site-header,
.section,
.site-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.frame {
  position: absolute;
  top: 0;
  left: 50%;
  width: var(--design-width);
  z-index: 2;
  transform: translateX(-50%) scale(var(--page-scale));
  transform-origin: top center;
}

.frame--header {
  height: 96px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  height: calc(96px * var(--page-scale));
  background: var(--charcoal);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.site-logo {
  position: absolute;
  left: 157px;
  top: 35px;
  width: 177px;
  height: 34px;
}

.site-logo img {
  width: 177px;
  height: 34px;
}

.site-nav {
  position: absolute;
  inset: 0;
}

.site-nav__link {
  position: absolute;
  top: 38px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: var(--white);
}

.site-nav__link--home {
  left: 834px;
}

.site-nav__link--about {
  left: 954px;
}

.site-nav__link--pricing {
  left: 1062px;
}

.site-nav__link--contact {
  left: 1190px;
}

.site-nav__link.is-active {
  color: var(--gold);
}

.nav-toggle {
  display: none;
  position: absolute;
  right: 32px;
  top: 28px;
  z-index: 6;
  width: 44px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--white);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.section-bg {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.section--hero {
  height: calc(1678px * var(--page-scale));
  background: #ffffff;
}

.section-bg--hero {
  top: 0;
  height: calc(1284px * var(--page-scale));
}

.section-bg--hero::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.25);
}

.section-bg--hero img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 62% top;
  transform: translateX(-50%);
}

.frame--hero {
  height: 1678px;
}

.hero-card {
  position: absolute;
  left: 148px;
  top: 0;
  width: 675px;
  height: 544px;
  padding: 46px 68px 0;
  background: var(--gold);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.hero-card__title {
  width: 536px;
  margin: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  color: var(--white);
}

.hero-card__title span {
  color: var(--charcoal);
  text-transform: uppercase;
}

.hero-card__copy {
  width: 534px;
  margin: 18px 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: var(--white);
}

.hero-card__actions {
  display: flex;
  gap: 27px;
  margin-top: 46px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.button--white {
  min-width: 241px;
  background: var(--white);
  color: var(--charcoal);
}

.button--gold-outline {
  min-width: 217px;
  border: 2px solid var(--charcoal);
  color: var(--charcoal);
  background: transparent;
}

.hero-badges {
  position: absolute;
  left: 148px;
  top: 584px;
  width: 675px;
  height: 221px;
}

.hero-badge {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  background: var(--white);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.hero-badge--1 {
  left: 0;
  top: 0;
  width: 322px;
}

.hero-badge--2 {
  left: 352px;
  top: 0;
  width: 323px;
}

.hero-badge--3 {
  left: 0;
  top: 125px;
  width: 322px;
}

.hero-badge--4 {
  left: 352px;
  top: 125px;
  width: 323px;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.section-label__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

.section-label__text {
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
  text-transform: uppercase;
}

.section-label--gold .section-label__dot {
  background: var(--gold);
  color: var(--white);
}

.section-label--gold .section-label__text {
  color: var(--gold);
}

.section-label--charcoal .section-label__dot {
  background: var(--charcoal);
  color: var(--white);
}

.section-label--charcoal .section-label__text {
  color: var(--charcoal);
}

.problem-panel {
  position: absolute;
  left: 147px;
  top: 845px;
  width: 1140px;
  height: 439px;
  padding: 58px 93px 0 93px;
  background: var(--charcoal);
}

.problem-panel h2 {
  width: 909px;
  margin: 26px 0 42px;
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  color: var(--white);
}

.problem-panel p {
  width: 909px;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: var(--white);
}

.problem-panel__highlight {
  color: var(--gold);
}

.problem-banner {
  position: absolute;
  left: 147px;
  top: 1284px;
  width: 1140px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  text-align: center;
}

.problem-banner__line {
  display: block;
  color: var(--charcoal);
}

.problem-banner__highlight {
  color: var(--white);
}

.stats-row {
  position: absolute;
  left: 150px;
  top: 1497px;
  display: flex;
  width: 1140px;
}

.stat {
  width: 367px;
  text-align: center;
}

.stat--middle {
  width: 363px;
}

.stat strong {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.stat p {
  margin: 19px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.section--solution {
  height: calc(1930px * var(--page-scale));
  background: #ffffff;
}

.section-bg--solution {
  top: calc(305px * var(--page-scale));
  bottom: min(calc(100vw * 1372 / 5760), 341px);
  height: auto;
}

.section-bg--solution img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: translateX(-50%);
}

.section--solution::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc((305px + 1284px) * var(--page-scale));
  z-index: 1;
  width: 100%;
  height: min(calc(100vw * 1372 / 5760), 341px);
  background: url("../images/secstrips.png") no-repeat top center / 100% auto;
}

.frame--solution {
  height: 1930px;
}

.solution-card {
  position: absolute;
  left: 150px;
  top: 0;
  width: 1140px;
  height: 587px;
  padding: 30px 112px 0 112px;
  background: var(--gold);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.solution-card h2 {
  width: 909px;
  margin: 47px 0 47px;
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  color: var(--charcoal);
}

.solution-card h2 span {
  color: var(--white);
  text-transform: uppercase;
}

.solution-card p {
  width: 909px;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.solution-card p + p {
  margin-top: 24px;
}

.solution-card__strong {
  font-weight: 700;
}

.steps-row {
  position: absolute;
  left: 150px;
  top: 627px;
  display: flex;
  gap: 20px;
}

.step-card {
  width: 367px;
  height: 322px;
  padding: 45px 56px 0;
  background: var(--white);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.step-card--2 {
  width: 366px;
}

.step-card h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.step-card p {
  margin: 47px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.capabilities-panel {
  position: absolute;
  left: 150px;
  top: 989px;
  width: 1140px;
  height: 941px;
  padding: 66px 95px 0;
  background: var(--charcoal);
  color: var(--white);
}

.capabilities-panel h2 {
  margin: 46px 0 61px;
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: 463px 463px;
  gap: 20px;
}

.capability {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: var(--charcoal);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.13);
}

.capability--gold {
  background: var(--gold);
}

.capability--white {
  background: var(--white);
}

.section--benefits {
  height: calc(1626px * var(--page-scale));
  background: #d9d9d9;
}

.frame--benefits {
  height: 1626px;
}

.frame--benefits > .section-label {
  position: absolute;
  left: 272px;
  top: 61px;
}

.benefits-title {
  position: absolute;
  left: 262px;
  top: 161px;
  width: 909px;
  margin: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
}

.benefits-title span {
  color: var(--gold);
  text-transform: uppercase;
}

.benefit-card {
  position: absolute;
  width: 462px;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.benefit-card--d {
  background: transparent;
}

.benefit-card--a,
.benefit-card--b {
  top: 309px;
  min-height: 414px;
}

.benefit-card--c {
  top: 762px;
  min-height: 376px;
}

.benefit-card--d {
  top: 675px;
  min-height: 251px;
}

.benefit-card--e {
  top: 1195px;
  min-height: 340px;
}

.benefit-card--f {
  top: 1195px;
  min-height: 340px;
}

.benefit-card--a,
.benefit-card--c,
.benefit-card--e {
  left: 247px;
}

.benefit-card--b,
.benefit-card--d,
.benefit-card--f {
  left: 730px;
}

.benefit-head {
  position: relative;
  width: 462px;
  background: var(--charcoal);
  color: var(--white);
  overflow: visible;
}

.benefit-head--short {
  height: 66px;
  --benefit-icon-top: 66px;
}

.benefit-head--tall {
  height: 100px;
  --benefit-icon-top: 100px;
}

.benefit-head img {
  position: absolute;
  left: 0;
  top: var(--benefit-icon-top, 100%);
  width: auto;
  height: auto;
  max-width: 187px;
  max-height: 187px;
  z-index: 0;
}

.benefit-head h3 {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 448px;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: var(--white);
  z-index: 2;
}

.benefit-card p {
  position: relative;
  z-index: 1;
  width: 448px;
  margin: 24px 0 0 14px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.benefit-quote {
  position: absolute;
  z-index: 1;
  left: 730px;
  top: 933px;
  width: 462px;
  height: 222px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.benefit-quote blockquote {
  width: 392px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}

.section--social {
  height: calc(679px * var(--page-scale));
}

.section-bg--social {
  top: 0;
  height: calc(679px * var(--page-scale));
}

.section-bg--social img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: translateX(-50%);
}

.frame--social {
  height: 679px;
}

.social-panel {
  position: absolute;
  left: 150px;
  top: 0;
  width: 1140px;
  height: 679px;
  padding: 71px 112px 0;
  background: rgba(35, 31, 32, 0.75);
  color: var(--white);
}

.social-panel h2 {
  width: 909px;
  margin: 45px 0 85px;
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
}

.quote {
  position: absolute;
  width: 448px;
}

.quote--left {
  left: 112px;
  top: 364px;
}

.quote--right {
  left: 594px;
  top: 364px;
}

.quote p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.quote strong {
  display: block;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: var(--gold);
}

.quote span {
  display: block;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section--callout {
  height: calc(544px * var(--page-scale));
  padding-top: 40px;
  background: var(--gold);
}

.frame--callout {
  height: 544px;
}

.callout-copy {
  position: absolute;
  left: 148px;
  top: 103px;
  width: 674px;
}

.callout-copy h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
}

.callout-copy h2 span {
  color: var(--white);
  text-transform: uppercase;
}

.callout-copy p {
  margin: 24px 0 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.callout-actions {
  display: flex;
  gap: 52px;
}

.site-footer {
  height: calc(72px * var(--page-scale));
  background: var(--charcoal);
}

.frame--footer {
  height: 72px;
}

.site-footer__copyright,
.site-footer__terms,
.site-footer__privacy {
  position: absolute;
  top: 26px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.75);
}

.site-footer__copyright {
  left: 224px;
  width: 409px;
  transform: translateX(-50%);
  text-align: center;
}

.site-footer__terms {
  left: 1060px;
  width: 151px;
}

.site-footer__privacy {
  left: 1319px;
  width: 116px;
  transform: translateX(-50%);
  text-align: center;
}

.about-v2-shell {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.about-v2-hero {
  position: relative;
  min-height: 929px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(34, 31, 32, 0.08) 100%),
    url("../images/about-hero-desktop.jpg") center top / cover no-repeat;
  box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.25);
}

.about-v2-hero__inner {
  position: relative;
  min-height: 929px;
}

.about-v2-hero__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 675px;
  min-height: 374px;
  padding: 46px 68px 52px;
  background: var(--gold);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.about-v2-hero__panel h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
}

.about-v2-hero__panel .is-white {
  color: var(--white);
}

.about-v2-hero__panel .is-charcoal {
  color: var(--charcoal);
}

.about-v2-hero__panel .is-upper {
  text-transform: uppercase;
}

.about-v2-mission {
  position: absolute;
  top: 490px;
  left: 0;
  width: 100%;
  min-height: 439px;
  padding: 77px 118px 54px;
  background: rgba(35, 31, 32, 0.75);
}

.about-v2-mission__kicker {
  margin: 0 0 34px;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
  text-transform: uppercase;
  color: var(--gold);
}

.about-v2-mission h2 {
  width: 909px;
  margin: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: var(--white);
}

.about-v2-mission h2 span {
  color: var(--gold);
}

.about-v2-mission__copy {
  width: 909px;
  margin: 35px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: var(--white);
}

.about-v2-story {
  background: var(--charcoal);
}

.about-v2-story .about-v2-shell {
  min-height: 184px;
  width: min(1140px, calc(100% - 40px));
  padding: 33px 118px 43px;
}

.about-v2-story p {
  width: 909px;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.86);
}

.about-v2-foundation {
  padding: 0 0 189px;
  background:
    linear-gradient(180deg, rgba(32, 29, 26, 0.06) 0%, rgba(32, 29, 26, 0.14) 100%),
    url("../images/about-background-desktop.jpg") center top / cover no-repeat;
}

.about-v2-solution {
  min-height: 304px;
  padding: 46px 119px 56px;
  text-align: center;
  background: var(--gold);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.about-v2-solution h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  color: var(--charcoal);
  text-transform: none;
}

.about-v2-solution h2 span {
  color: var(--white);
  text-transform: uppercase;
}

.about-v2-solution p {
  width: 909px;
  margin: 50px auto 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: var(--charcoal);
}

.about-v2-solution p strong {
  font-weight: 700;
  text-transform: uppercase;
}

.about-v2-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 19px;
  margin-top: 37px;
}

.about-v2-pillar {
  display: flex;
  flex-direction: column;
  min-height: 323px;
  background: var(--white);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.about-v2-pillar__body {
  flex: 1;
  padding: 53px 45px 24px;
}

.about-v2-pillar__body h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.02;
  text-align: center;
  color: var(--charcoal);
}

.about-v2-pillar__body p {
  margin: 26px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--charcoal);
}

.about-v2-pillar__body p strong {
  font-weight: 700;
}

.about-v2-pillar__foot {
  min-height: 109px;
  padding: 25px 45px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--gold);
  background: var(--charcoal);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.about-v2-values {
  margin-top: 92px;
}

.about-v2-values h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
}

.about-v2-values__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
  margin-top: 30px;
}

.about-v2-value-card {
  min-height: 96px;
  padding: 19px 24px;
  text-align: center;
  background: var(--charcoal);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.13);
}

.about-v2-value-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--gold);
}

.about-v2-value-card p {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}

.about-v2-cta {
  padding: 72px 0 102px;
  background: #adadad;
}

.about-v2-cta h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  color: var(--white);
}

.about-v2-cta h2 span {
  color: var(--charcoal);
  text-transform: uppercase;
}

.about-v2-cta__button {
  margin-top: 26px;
  min-width: 217px;
  background: var(--gold);
  color: var(--charcoal);
}

.pricing-v2-shell {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.pricing-v2-shell--wide {
  width: min(1160px, calc(100% - 40px));
}

.pricing-v2-intro {
  padding: 37px 0 82px;
  background: var(--white);
  text-align: center;
}

.pricing-v2-kicker {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--gold);
}

.pricing-v2-intro h1 {
  margin: 12px 0 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  color: var(--charcoal);
}

.pricing-v2-intro__copy {
  width: 1160px;
  max-width: 100%;
  margin: 18px auto 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: var(--charcoal);
}

.pricing-v2-grid {
  display: grid;
  grid-template-columns: repeat(3, 368px);
  justify-content: center;
  column-gap: 28px;
  margin-top: 77px;
}

.pricing-v2-card {
  position: relative;
  min-height: 720px;
  padding: 55px 24px 54px;
  border: 1px solid var(--gold);
  background: var(--white);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.13);
  text-align: center;
}

.pricing-v2-card--featured {
  background: rgba(219, 179, 45, 0.1);
}

.pricing-v2-card__tier {
  position: absolute;
  top: -22px;
  left: 50%;
  min-width: 183px;
  padding: 12px 32px;
  border: 1px solid var(--gold);
  background: var(--white);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
  color: #000;
}

.pricing-v2-card--featured .pricing-v2-card__tier {
  background: var(--gold);
  color: var(--white);
}

.pricing-v2-card h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  color: #000;
}

.pricing-v2-card__audience {
  width: 275px;
  margin: 14px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #000;
}

.pricing-v2-card__price {
  margin: 34px 0 0;
  color: #000;
}

.pricing-v2-card__price strong {
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  color: var(--gold);
}

.pricing-v2-card__price span {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #000;
}

.pricing-v2-card__setup {
  width: 275px;
  margin: 4px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #000;
}

.pricing-v2-card__features {
  display: grid;
  width: 315px;
  margin: 29px auto 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.pricing-v2-card__features li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: #000;
}

.pricing-v2-card__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 10px;
  height: 7px;
  background: var(--gold);
  clip-path: polygon(0 48%, 18% 31%, 41% 54%, 100% 0, 100% 27%, 41% 100%);
}

.pricing-v2-card__feature-nowrap {
  white-space: nowrap;
}

.pricing-v2-card__action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 54px;
  display: flex;
  justify-content: center;
}

.pricing-v2-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.pricing-v2-card__button--outline {
  border: 1px solid var(--gold);
  background: var(--white);
  color: var(--gold);
}

.pricing-v2-card__button--gold {
  background: var(--gold);
  color: var(--charcoal);
}

.pricing-v2-roi {
  position: relative;
  --pricing-roi-shell-width: min(1140px, calc(100vw - 40px));
  padding: 0;
  background: var(--white);
  overflow: hidden;
}

.pricing-v2-roi::before,
.pricing-v2-roi::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.pricing-v2-roi::before {
  left: 0;
  right: calc(50% + (var(--pricing-roi-shell-width) / 2));
  background-image: url("../images/roisecstripes_one.png");
}

.pricing-v2-roi::after {
  left: calc(50% + (var(--pricing-roi-shell-width) / 2));
  right: 0;
  background-image: url("../images/roisecstripes_two.png");
}

.pricing-v2-shell--roi {
  position: relative;
  min-height: 579px;
  padding: 77px 119px 91px;
  background: var(--charcoal);
}

.pricing-v2-kicker--gold {
  color: var(--gold);
}

.pricing-v2-roi h2 {
  width: 909px;
  margin: 33px 0 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  color: var(--white);
}

.pricing-v2-roi__copy {
  width: 909px;
  margin-top: 20px;
}

.pricing-v2-roi__copy p {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: var(--white);
}

.pricing-v2-roi__copy p + p {
  margin-top: 36px;
}

.pricing-v2-faq {
  padding: 48px 0 0;
  background:
    linear-gradient(180deg, rgba(33, 29, 26, 0.08) 0%, rgba(33, 29, 26, 0.15) 100%),
    url("../images/pricing-faq-bg-desktop.jpg") center top / cover no-repeat;
}

.pricing-v2-shell--faq h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
}

.pricing-v2-faq__list {
  display: grid;
  gap: 33px;
  margin-top: 47px;
  padding-bottom: 164px;
}

.pricing-v2-faq__item {
  min-height: 181px;
  padding: 31px 115px 37px;
  background: var(--gold);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.pricing-v2-faq__item--short {
  min-height: 145px;
}

.pricing-v2-faq__item h3,
.pricing-v2-faq__item p {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  color: var(--charcoal);
}

.pricing-v2-faq__item h3 {
  font-weight: 700;
}

.pricing-v2-faq__item p {
  font-weight: 400;
}

.contact-v2-shell {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.contact-v2-hero {
  position: relative;
  min-height: 970px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(34, 31, 32, 0.08) 100%),
    url("../images/contact-hero-desktop.jpg") 62% top / cover no-repeat;
  box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.25);
}

.contact-v2-hero .contact-v2-shell {
  position: relative;
  min-height: 970px;
}

.contact-v2-hero__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 675px;
  min-height: 374px;
  padding: 76px 69px 52px;
  background: var(--gold);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.contact-v2-hero__title h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
}

.contact-v2-hero__title .is-white {
  color: var(--white);
}

.contact-v2-hero__title .is-charcoal {
  color: var(--charcoal);
}

.contact-v2-hero__title .is-upper {
  text-transform: uppercase;
}

.contact-v2-hero__intro {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 240px;
  display: flex;
  align-items: center;
  padding: 32px 85px;
  background: rgba(35, 31, 32, 0.75);
}

.contact-v2-hero__intro p {
  width: 971px;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: var(--white);
}

.contact-v2-form-section {
  padding: 0;
  background: var(--white);
}

.contact-v2-form-panel {
  margin-top: -1px;
  min-height: 1046px;
  padding: 64px 85px 47px;
  background: var(--charcoal);
}

.contact-v2-form-panel__kicker {
  margin: 0 0 40px;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
  text-transform: uppercase;
  color: var(--gold);
}

.contact-v2-form {
  display: grid;
  gap: 18px;
}

.contact-v2-field {
  display: grid;
  gap: 6px;
}

.contact-v2-field > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-v2-field input,
.contact-v2-field select,
.contact-v2-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  background: var(--white);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  font: inherit;
  color: var(--charcoal);
  appearance: none;
}

.contact-v2-field input::placeholder,
.contact-v2-field textarea::placeholder {
  color: var(--charcoal);
  opacity: 1;
}

.contact-v2-field textarea {
  min-height: 176px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
}

.contact-v2-form__action {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.contact-v2-submit {
  min-height: 43px;
  padding: 12px 40px;
  border: 0;
  background: var(--gold);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: var(--charcoal);
  cursor: pointer;
}

.contact-v2-form__fineprint {
  margin: 14px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: var(--white);
}

.contact-v2-form__fineprint a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-v2-highlights {
  padding: 46px 0 62px;
  background: var(--white);
}

.contact-v2-card {
  padding: 36px 115px 42px;
  background: var(--gold);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.contact-v2-card h2,
.contact-v2-card p {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  color: var(--charcoal);
}

.contact-v2-card h2 {
  font-weight: 700;
}

.contact-v2-card p {
  font-weight: 400;
}

.contact-v2-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px;
  margin-top: 46px;
}

.contact-v2-card--wide + .contact-v2-card-grid + .contact-v2-card--wide {
  margin-top: 46px;
}

.contact-v2-trust {
  padding: 100px 0 101px;
  background: rgba(35, 31, 32, 0.36);
}

.contact-v2-trust__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
}

.contact-v2-trust__card {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  text-align: center;
  background: var(--charcoal);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.13);
}

.contact-v2-trust__card p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: var(--white);
}

@media (max-width: 1439px) {
  :root {
    --page-scale: calc(100vw / 1440px);
  }
}

@media (max-width: 1024px) {
  :root {
    --page-scale: 1;
  }

  body {
    overflow-x: hidden;
  }

  body.nav-open {
    overflow: hidden;
  }

  .site-header,
  .section,
  .site-footer {
    overflow: visible;
  }

  .site-header {
    height: 96px;
    z-index: 600;
  }

  .frame {
    position: relative;
    left: auto;
    top: auto;
    width: min(100%, 960px);
    margin: 0 auto;
    padding-left: 28px;
    padding-right: 28px;
    transform: none;
  }

  .frame--header,
  .frame--hero,
  .frame--solution,
  .frame--benefits,
  .frame--social,
  .frame--callout,
  .frame--footer {
    height: auto;
    min-height: 0;
  }

  .site-logo {
    left: 28px;
  }

  .nav-toggle {
    display: block;
    z-index: 620;
  }

  .site-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 96px;
    bottom: auto;
    z-index: 610;
    display: none;
    gap: 8px;
    width: 100vw;
    min-height: calc(100svh - 96px);
    align-content: start;
    padding: 20px 28px 24px;
    border: 0;
    background: #ffffff;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.22);
    overflow: visible;
  }

  body.nav-open .site-nav {
    display: grid;
  }

  body.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  body.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .site-nav__link,
  .site-nav__link--home,
  .site-nav__link--about,
  .site-nav__link--pricing,
  .site-nav__link--contact {
    position: static;
    display: block;
    padding: 10px 8px;
    top: auto;
    left: auto;
    width: auto;
    font-size: 18px;
    line-height: 22px;
    color: var(--charcoal);
  }

  .section--hero,
  .section--solution,
  .section--benefits,
  .section--social,
  .section--callout {
    height: auto;
  }

  .section--solution {
    padding-bottom: 0;
  }

  .section--hero {
    padding-bottom: 72px;
  }

  .section-bg--hero {
    height: 820px;
  }

  .section-bg--hero img {
    object-position: 68% top;
  }

  .section-bg--solution {
    top: 260px;
    height: 1040px;
  }

  .section-bg--solution img {
    object-position: 55% top;
  }

  .section--solution::after {
    bottom: 0;
    top: auto;
  }

  .section-bg--social {
    height: 620px;
  }

  .hero-card,
  .hero-badges,
  .problem-panel,
  .problem-banner,
  .stats-row,
  .solution-card,
  .steps-row,
  .capabilities-panel,
  .social-panel,
  .callout-copy,
  .site-footer__copyright,
  .site-footer__terms,
  .site-footer__privacy {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    transform: none;
  }

  .hero-card {
    width: min(100%, 640px);
    margin-top: 0;
    padding: 42px 42px 38px;
  }

  .hero-card__title,
  .hero-card__copy {
    width: auto;
  }

  .hero-card__title {
    font-size: 48px;
  }

  .hero-card__actions {
    gap: 18px;
    flex-wrap: wrap;
  }

  .hero-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 40px;
  }

  .hero-badge,
  .hero-badge--1,
  .hero-badge--2,
  .hero-badge--3,
  .hero-badge--4 {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    min-height: 96px;
  }

  .problem-panel {
    margin-top: 40px;
    padding: 48px 52px;
  }

  .problem-panel h2,
  .problem-panel p {
    width: auto;
  }

  .problem-banner {
    margin-top: 0;
    padding: 28px 32px;
  }

  .stats-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 54px;
    margin-bottom: 24px;
  }

  .stat,
  .stat--middle {
    width: auto;
  }

  .solution-card {
    margin-top: 0;
    padding: 32px 48px 40px;
  }

  .solution-card h2,
  .solution-card p {
    width: auto;
  }

  .solution-card h2 {
    margin-bottom: 32px;
  }

  .solution-card p + p {
    margin-top: 24px;
  }

  .steps-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 40px;
  }

  .step-card,
  .step-card--2 {
    width: auto;
    height: 100%;
    min-height: 300px;
  }

  .capabilities-panel {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 52px 48px;
  }

  .capabilities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .frame--benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .frame--benefits > .section-label,
  .benefits-title {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    grid-column: 1 / -1;
  }

  .benefits-title {
    margin-bottom: 8px;
  }

  .benefit-card,
  .benefit-card--a,
  .benefit-card--b,
  .benefit-card--c,
  .benefit-card--d,
  .benefit-card--e,
  .benefit-card--f,
  .benefit-quote {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    min-height: 0;
  }

  .benefit-card {
    display: block;
  }

  .benefit-head {
    width: 100%;
  }

  .benefit-head h3,
  .benefit-card p {
    width: auto;
    max-width: none;
  }

  .benefit-card p {
    margin-right: 14px;
  }

  .benefit-quote {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 222px;
    padding: 0;
  }

  .benefit-quote blockquote {
    width: 100%;
    max-width: 392px;
    padding: 30px 32px;
  }

  .section--social {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .social-panel {
    padding: 54px 48px;
  }

  .social-panel h2 {
    width: auto;
    margin-bottom: 56px;
  }

  .quote,
  .quote--left,
  .quote--right {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
  }

  .social-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 34px;
    row-gap: 28px;
  }

  .social-panel > .section-label,
  .social-panel > h2 {
    grid-column: 1 / -1;
  }

  .section--callout {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .frame--callout {
    display: block;
    padding-right: 0;
  }

  .callout-copy {
    width: auto;
  }

  .callout-copy p {
    margin: 24px 0;
  }

  .callout-actions {
    gap: 18px;
    flex-wrap: wrap;
  }

  .site-footer {
    height: auto;
  }

  .frame--footer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .about-v2-shell {
    width: min(100%, 960px);
    padding-left: 28px;
    padding-right: 28px;
  }

  .about-v2-hero {
    min-height: auto;
    padding-bottom: 56px;
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(34, 31, 32, 0.08) 100%),
      url("../images/about-hero-tablet.jpg");
  }

  .about-v2-hero__inner {
    min-height: auto;
    padding-top: 32px;
  }

  .about-v2-hero__panel,
  .about-v2-mission {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    min-height: 0;
  }

  .about-v2-hero__panel {
    max-width: 640px;
    padding: 42px 42px 38px;
  }

  .about-v2-hero__panel h1 {
    font-size: 48px;
  }

  .about-v2-mission {
    margin-top: 32px;
    padding: 48px 52px;
  }

  .about-v2-mission h2,
  .about-v2-mission__copy,
  .about-v2-story p,
  .about-v2-solution p {
    width: auto;
  }

  .about-v2-story .about-v2-shell {
    min-height: 0;
    width: min(100%, 960px);
    padding: 34px 52px 42px;
  }

  .about-v2-foundation {
    padding-bottom: 72px;
    background-image:
      linear-gradient(180deg, rgba(32, 29, 26, 0.06) 0%, rgba(32, 29, 26, 0.14) 100%),
      url("../images/about-background-tablet.jpg");
  }

  .about-v2-solution {
    padding: 42px 52px 46px;
  }

  .about-v2-solution p {
    margin-top: 28px;
  }

  .about-v2-pillars,
  .about-v2-values__grid {
    gap: 20px;
  }

  .about-v2-pillars {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .about-v2-values {
    margin-top: 44px;
  }

  .about-v2-cta {
    padding: 52px 0 72px;
  }

  .pricing-v2-shell,
  .pricing-v2-shell--wide {
    width: min(100%, 960px);
    padding-left: 28px;
    padding-right: 28px;
  }

  .pricing-v2-intro {
    padding: 32px 0 60px;
  }

  .pricing-v2-intro__copy {
    width: auto;
  }

  .pricing-v2-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 52px;
  }

  .pricing-v2-card {
    min-height: 0;
    padding-bottom: 32px;
  }

  .pricing-v2-card__audience,
  .pricing-v2-card__setup,
  .pricing-v2-card__features {
    width: auto;
  }

  .pricing-v2-card__action {
    position: relative;
    bottom: auto;
    margin-top: 28px;
  }

  .pricing-v2-roi {
    --pricing-roi-shell-width: min(960px, calc(100vw - 56px));
  }

  .pricing-v2-roi::before,
  .pricing-v2-roi::after {
    top: 0;
    bottom: 0;
  }

  .pricing-v2-shell--roi {
    min-height: 0;
    padding: 56px 52px;
  }

  .pricing-v2-roi h2,
  .pricing-v2-roi__copy {
    width: auto;
  }

  .pricing-v2-faq {
    padding-top: 40px;
    background-image:
      linear-gradient(180deg, rgba(33, 29, 26, 0.08) 0%, rgba(33, 29, 26, 0.15) 100%),
      url("../images/pricing-faq-bg-tablet.jpg");
  }

  .pricing-v2-faq__list {
    gap: 24px;
    margin-top: 36px;
    padding-bottom: 92px;
  }

  .pricing-v2-faq__item,
  .pricing-v2-faq__item--short {
    min-height: 0;
    padding: 28px 40px 30px;
  }

  .contact-v2-shell {
    width: min(100%, 960px);
    padding-left: 28px;
    padding-right: 28px;
  }

  .contact-v2-hero {
    min-height: auto;
    padding-bottom: 0;
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(34, 31, 32, 0.08) 100%),
      url("../images/contact-hero-tablet.jpg");
    background-position: 66% top;
  }

  .contact-v2-hero .contact-v2-shell {
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .contact-v2-hero__title,
  .contact-v2-hero__intro {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    min-height: 0;
  }

  .contact-v2-hero__title {
    max-width: 640px;
    padding: 42px 42px 38px;
  }

  .contact-v2-hero__title h1 {
    font-size: 48px;
  }

  .contact-v2-hero__intro {
    padding: 42px 52px;
    display: block;
  }

  .contact-v2-hero__intro p {
    width: auto;
  }

  .contact-v2-form-panel {
    min-height: 0;
    padding: 52px;
  }

  .contact-v2-card {
    padding: 28px 40px 32px;
  }

  .contact-v2-card-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
  }

  .contact-v2-card--wide + .contact-v2-card-grid + .contact-v2-card--wide {
    margin-top: 24px;
  }

  .contact-v2-trust {
    padding: 60px 0 72px;
  }
}

@media (max-width: 767px) {
  .frame {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .site-logo {
    left: 18px;
    top: 32px;
    width: 150px;
  }

  .site-logo img {
    width: 150px;
    height: auto;
  }

  .nav-toggle {
    right: 18px;
  }

  .site-nav {
    top: 96px;
    padding: 20px 18px 24px;
  }

  .section--hero {
    padding-bottom: 48px;
  }

  .section-bg--hero {
    height: 1210px;
  }

  .section-bg--hero img {
    object-position: 72% top;
  }

  .section-bg--solution {
    top: 330px;
    bottom: min(calc(100vw * 1372 / 5760), 220px);
    height: auto;
  }

  .section--solution::after {
    height: min(calc(100vw * 1372 / 5760), 220px);
  }

  .section-bg--social {
    height: 100%;
  }

  .hero-card {
    padding: 28px 22px 24px;
  }

  .hero-card__title {
    font-size: 34px;
    line-height: 1.05;
  }

  .hero-card__copy {
    font-size: 18px;
    line-height: 22px;
  }

  .hero-card__actions {
    flex-direction: column;
  }

  .button,
  .button--white,
  .button--gold-outline {
    width: 100%;
    min-width: 0;
  }

  .hero-badges,
  .stats-row,
  .steps-row,
  .capabilities-grid,
  .frame--benefits,
  .social-panel {
    grid-template-columns: 1fr;
  }

  .section--social {
    padding-top: 0;
    padding-bottom: 0;
  }

  .frame--social {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-badges {
    gap: 14px;
  }

  .hero-badge {
    font-size: 18px;
    line-height: 22px;
  }

  .section-label {
    gap: 14px;
  }

  .section-label__dot {
    width: 56px;
    height: 56px;
    font-size: 28px;
  }

  .section-label__text {
    font-size: 20px;
    line-height: 24px;
  }

  .problem-panel,
  .solution-card,
  .capabilities-panel,
  .social-panel {
    padding: 28px 22px;
  }

  .problem-panel h2,
  .solution-card h2,
  .capabilities-panel h2,
  .benefits-title,
  .social-panel h2,
  .callout-copy h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .solution-card h2 {
    margin-bottom: 24px;
  }

  .solution-card p + p {
    margin-top: 18px;
  }

  .problem-panel p,
  .solution-card p,
  .benefit-card p,
  .callout-copy p {
    font-size: 18px;
    line-height: 28px;
  }

  .problem-banner {
    display: flex;
    flex-direction: column;
    padding: 24px 18px;
    font-size: 26px;
    line-height: 1.15;
  }

  .problem-banner__line + .problem-banner__line {
    margin-top: 4px;
  }

  .stat strong {
    font-size: 36px;
    line-height: 42px;
  }

  .step-card,
  .step-card--2 {
    min-height: 0;
    padding: 30px 20px;
  }

  .step-card h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .step-card p,
  .stat p,
  .quote p,
  .quote strong,
  .quote span {
    font-size: 16px;
    line-height: 22px;
  }

  .capability {
    min-height: 84px;
    height: auto;
    padding: 16px 12px;
    font-size: 18px;
    line-height: 22px;
  }

  .frame--benefits {
    padding-top: 48px;
    padding-bottom: 48px;
    gap: 18px;
  }

  .benefit-head h3 {
    width: auto;
    font-size: 26px;
    line-height: 30px;
  }

  .benefit-card p {
    margin-right: 14px;
  }

  .benefit-quote blockquote {
    width: 100%;
    max-width: none;
    padding: 26px 24px;
    font-size: 18px;
    line-height: 30px;
  }

  .social-panel h2 {
    margin-bottom: 28px;
  }

  .section--callout {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .frame--callout {
    gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .callout-copy {
    padding-left: 18px;
    padding-right: 18px;
  }

  .callout-copy p {
    margin: 24px 0;
  }

  .frame--footer {
    justify-content: flex-start;
  }

  .site-footer__copyright,
  .site-footer__terms,
  .site-footer__privacy {
    width: auto;
    text-align: left;
  }

  .about-v2-shell {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .about-v2-hero {
    padding-bottom: 40px;
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(34, 31, 32, 0.08) 100%),
      url("../images/about-hero-mobile.jpg");
    background-position: center top;
  }

  .about-v2-hero__panel {
    padding: 28px 22px 24px;
  }

  .about-v2-hero__panel h1 {
    font-size: 34px;
    line-height: 1.05;
  }

  .about-v2-mission {
    margin-top: 18px;
    padding: 28px 22px;
  }

  .about-v2-mission__kicker {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 24px;
  }

  .about-v2-mission h2,
  .about-v2-cta h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .about-v2-mission__copy,
  .about-v2-story p,
  .about-v2-solution p {
    margin-top: 18px;
    font-size: 18px;
    line-height: 28px;
  }

  .about-v2-story .about-v2-shell {
    width: 100%;
    padding: 24px 22px 28px;
  }

  .about-v2-foundation {
    padding-bottom: 48px;
    background-image:
      linear-gradient(180deg, rgba(32, 29, 26, 0.06) 0%, rgba(32, 29, 26, 0.14) 100%),
      url("../images/about-background-mobile.jpg");
    background-position: center top;
  }

  .about-v2-solution {
    min-height: 0;
    padding: 28px 22px 32px;
  }

  .about-v2-solution h2,
  .about-v2-values h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .about-v2-pillars {
    gap: 16px;
    margin-top: 16px;
  }

  .about-v2-pillar__body {
    padding: 30px 22px 20px;
  }

  .about-v2-pillar__body h3 {
    font-size: 28px;
  }

  .about-v2-pillar__body p {
    font-size: 16px;
  }

  .about-v2-pillar__foot {
    min-height: 0;
    padding: 20px 22px;
    font-size: 20px;
  }

  .about-v2-values {
    margin-top: 28px;
  }

  .about-v2-values__grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .about-v2-value-card {
    padding: 18px 16px;
  }

  .about-v2-value-card h3,
  .about-v2-value-card p {
    font-size: 18px;
    line-height: 1.15;
  }

  .about-v2-cta {
    padding: 28px 0 40px;
  }

  .about-v2-cta__button {
    width: 100%;
    min-width: 0;
  }

  .pricing-v2-shell,
  .pricing-v2-shell--wide {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .pricing-v2-intro {
    padding: 28px 0 44px;
  }

  .pricing-v2-kicker {
    font-size: 18px;
    line-height: 22px;
  }

  .pricing-v2-intro h1,
  .pricing-v2-roi h2,
  .pricing-v2-shell--faq h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .pricing-v2-intro__copy {
    font-size: 18px;
    line-height: 28px;
  }

  .pricing-v2-grid {
    margin-top: 44px;
    gap: 22px;
  }

  .pricing-v2-card {
    padding: 54px 18px 28px;
  }

  .pricing-v2-card__tier {
    min-width: 150px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }

  .pricing-v2-card h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .pricing-v2-card__price strong {
    font-size: 34px;
    line-height: 1.08;
  }

  .pricing-v2-card__features li,
  .pricing-v2-faq__item h3,
  .pricing-v2-faq__item p {
    font-size: 18px;
    line-height: 28px;
  }

  .pricing-v2-card__button {
    width: 100%;
  }

  .pricing-v2-roi {
    --pricing-roi-shell-width: calc(100vw - 36px);
  }

  .pricing-v2-roi::before,
  .pricing-v2-roi::after {
    display: block;
  }

  .pricing-v2-shell--roi {
    padding: 40px 22px;
  }

  .pricing-v2-roi__copy p {
    font-size: 18px;
    line-height: 28px;
  }

  .pricing-v2-roi__copy p + p {
    margin-top: 22px;
  }

  .pricing-v2-faq {
    padding-top: 32px;
    background-image:
      linear-gradient(180deg, rgba(33, 29, 26, 0.08) 0%, rgba(33, 29, 26, 0.15) 100%),
      url("../images/pricing-faq-bg-mobile.jpg");
  }

  .pricing-v2-faq__list {
    gap: 18px;
    margin-top: 28px;
    padding-bottom: 56px;
  }

  .pricing-v2-faq__item,
  .pricing-v2-faq__item--short {
    padding: 22px 18px 24px;
  }

  .contact-v2-shell {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .contact-v2-hero {
    min-height: auto;
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(34, 31, 32, 0.08) 100%),
      url("../images/contact-hero-mobile.jpg");
    background-position: 68% top;
  }

  .contact-v2-hero .contact-v2-shell {
    padding-top: 18px;
  }

  .contact-v2-hero__title {
    padding: 28px 22px 24px;
  }

  .contact-v2-hero__title h1 {
    font-size: 34px;
    line-height: 1.05;
  }

  .contact-v2-hero__intro {
    padding: 28px 22px;
    display: block;
  }

  .contact-v2-hero__intro p,
  .contact-v2-card h2,
  .contact-v2-card p {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-v2-form-panel {
    padding: 32px 22px;
  }

  .contact-v2-form-panel__kicker {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 24px;
  }

  .contact-v2-field > span {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-v2-form__fineprint {
    line-height: 20px;
  }

  .contact-v2-highlights {
    padding: 28px 0 40px;
  }

  .contact-v2-card {
    padding: 22px 18px 24px;
  }

  .contact-v2-trust {
    padding: 40px 0;
  }

  .contact-v2-trust__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-v2-trust__card p {
    font-size: 18px;
    line-height: 22px;
  }
}
