.nav-v2 {
  gap: 16px;
}

.conversion-form-section {
  background: #eef6f3;
  padding: 112px 0;
}

.conversion-form-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 80px;
  align-items: start;
}

.conversion-copy {
  position: sticky;
  top: 140px;
}

.conversion-copy h2,
.resource-preview-head h2 {
  font-size: clamp(2.5rem, 4.6vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -.065em;
  margin-bottom: 24px;
}

.conversion-copy > p {
  color: var(--brand-muted);
  line-height: 1.75;
}

.conversion-assurances {
  list-style: none;
  padding: 24px 0 0;
  margin: 28px 0 0;
  border-top: 1px solid #c7dcd7;
  display: grid;
  gap: 12px;
}

.conversion-assurances li {
  font-size: .82rem;
  color: #4f6562;
}

.conversion-assurances li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--brand-mint);
  color: var(--brand-teal);
  font-weight: 900;
}

.audit-form-shell {
  scroll-margin-top: 130px;
}

.audit-form {
  position: relative;
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 26px;
  padding: 34px;
  box-shadow: var(--brand-shadow);
}

.form-trap {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.form-progress {
  display: flex;
  align-items: center;
  max-width: 220px;
  margin-bottom: 30px;
}

.form-progress span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #edf3f1;
  color: #84928f;
  font-size: .72rem;
  font-weight: 850;
}

.form-progress span.active {
  background: var(--brand-dark);
  color: #fff;
}

.form-progress i {
  width: 80px;
  border-top: 1px solid #cbd9d6;
}

.form-step {
  display: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.form-step.active {
  display: block;
}

.form-step legend {
  width: 100%;
  font-size: 1.55rem;
  line-height: 1.2;
  letter-spacing: -.035em;
  font-weight: 800;
  margin-bottom: 25px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-grid label {
  display: grid;
  gap: 8px;
  color: #435451;
  font-size: .72rem;
  font-weight: 750;
}

.form-grid label.full {
  grid-column: 1 / -1;
}

.form-grid input,
.form-grid select {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cddbd8;
  border-radius: 12px;
  background: #fbfdfc;
  color: var(--brand-ink);
  padding: 12px 14px;
  font: inherit;
  font-size: .86rem;
  font-weight: 550;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.form-grid input:focus,
.form-grid select:focus {
  border-color: var(--brand-teal);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(11, 94, 91, .1);
}

.form-grid .consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 14px;
  border-radius: 12px;
  background: #f3f8f6;
  font-weight: 550;
  line-height: 1.55;
}

.form-grid .consent input {
  flex: 0 0 auto;
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--brand-teal);
}

.form-next,
.form-submit,
.form-back {
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 850;
}

.form-next,
.form-submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-top: 25px;
  padding: 14px 20px;
  border-radius: 12px;
  background: var(--brand-coral);
  color: var(--brand-deep);
}

.form-submit[disabled] {
  opacity: .65;
  cursor: wait;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}

.form-actions .form-submit {
  margin-top: 0;
}

.form-back {
  background: transparent;
  color: var(--brand-teal);
  padding: 12px 0;
}

.form-footnote {
  font-size: .61rem;
  color: #7e8c89;
  line-height: 1.5;
  margin: 24px 0 0;
}

.form-notice {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
  padding: 17px 20px;
  border-radius: 14px;
  font-size: .78rem;
}

.form-notice.success {
  background: #dff3e8;
  border: 1px solid #a7d9bd;
  color: #155b38;
}

.form-notice.error {
  background: #fff0eb;
  border: 1px solid #f1b7a5;
  color: #8a341d;
}

.sales-speech-section {
  background: var(--brand-deep);
  color: #fff;
  padding: 90px 0;
}

.speech-grid {
  display: grid;
  grid-template-columns: .25fr 1.1fr auto;
  gap: 55px;
  align-items: center;
}

.speech-label span,
.speech-label small {
  display: block;
}

.speech-label span {
  color: var(--brand-coral);
  font-size: 2.5rem;
  font-weight: 850;
  letter-spacing: -.07em;
}

.speech-label small {
  color: #9fbbb6;
  font-size: .58rem;
  letter-spacing: .09em;
}

.speech-grid blockquote {
  margin: 0;
  color: #f8fbfa;
  font-size: clamp(1.5rem, 2.6vw, 2.55rem);
  line-height: 1.25;
  letter-spacing: -.04em;
  font-weight: 650;
}

.light-link {
  color: #fff;
  border-color: rgba(255, 255, 255, .25);
  white-space: nowrap;
}

.journey-preview,
.resource-preview-section {
  padding: 110px 0;
}

.journey-preview {
  background: #fff;
}

.journey-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.journey-cards article {
  min-height: 210px;
  padding: 25px;
  border: 1px solid var(--brand-line);
  border-radius: 19px;
  background: var(--brand-cream);
}

.journey-cards article:nth-child(even) {
  background: var(--brand-dark);
  color: #fff;
}

.journey-cards article > span {
  display: block;
  color: var(--brand-coral-dark);
  font-size: .65rem;
  font-weight: 850;
  margin-bottom: 48px;
}

.journey-cards article:nth-child(even) > span {
  color: #ff9d82;
}

.journey-cards h3 {
  font-size: 1.05rem;
}

.journey-cards p {
  color: var(--brand-muted);
  font-size: .72rem;
  line-height: 1.6;
}

.journey-cards article:nth-child(even) p {
  color: #b6cfcb;
}

.resource-preview-section {
  background: var(--brand-cream);
}

.resource-preview-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 45px;
}

.resource-preview-head h2 {
  margin-bottom: 0;
}

.resource-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.resource-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 27px;
  border: 1px solid var(--brand-line);
  border-radius: 20px;
  background: #fff;
}

.resource-card:nth-child(1) {
  background: var(--brand-dark);
  color: #fff;
}

.resource-type {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 9px;
  border-radius: 999px;
  background: #e2f1ed;
  color: var(--brand-teal);
  font-size: .57rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.resource-card:nth-child(1) .resource-type {
  background: rgba(255, 255, 255, .1);
  color: #ff9d82;
}

.resource-card h3,
.resource-card h2 {
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 28px 0 14px;
}

.resource-card p {
  color: var(--brand-muted);
  font-size: .78rem;
  line-height: 1.7;
}

.resource-card:nth-child(1) p {
  color: #b8cfcb;
}

.resource-read {
  margin-top: auto;
  color: var(--brand-teal);
  font-size: .76rem;
  font-weight: 850;
}

.resource-card:nth-child(1) .resource-read {
  color: #fff;
}

.content-v3 {
  background: #fff;
}

.content-hero {
  position: relative;
  overflow: hidden;
  padding: 115px 0;
  background: linear-gradient(135deg, #fff8f0 0%, #eef6f3 100%);
}

.content-hero.compact {
  padding: 88px 0;
}

.content-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .65fr;
  gap: 90px;
  align-items: center;
}

.content-hero h1,
.article-hero h1,
.generic-page h1 {
  font-size: clamp(3.3rem, 6.6vw, 6.5rem);
  line-height: .98;
  letter-spacing: -.075em;
  margin: 10px 0 28px;
}

.content-hero p {
  max-width: 720px;
  color: var(--brand-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.content-hero-note,
.speech-mini {
  padding: 30px;
  border-radius: 22px;
  background: var(--brand-dark);
  color: #fff;
  box-shadow: var(--brand-shadow);
}

.content-hero-note strong {
  color: #ff9d82;
  font-size: .7rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.content-hero-note ol {
  padding-left: 20px;
  margin: 20px 0 0;
  display: grid;
  gap: 12px;
  color: #d7e6e3;
  font-size: .82rem;
}

.content-hero-note p,
.speech-mini p {
  color: #d0e1de;
  font-size: .88rem;
}

.speech-mini > span {
  color: var(--brand-coral);
  font-size: .62rem;
  letter-spacing: .12em;
  font-weight: 850;
}

.speech-mini p {
  font-size: 1.25rem;
  line-height: 1.55;
  margin: 18px 0 0;
}

.standalone-form-section {
  padding: 100px 0;
  background: #edf5f2;
}

.narrow-form {
  max-width: 820px;
}

.micro-trust {
  padding: 0;
  background: var(--brand-dark);
  color: #fff;
}

.micro-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.micro-trust-grid > div {
  padding: 31px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.micro-trust-grid > div:first-child {
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.micro-trust-grid strong {
  font-size: .78rem;
}

.micro-trust-grid p {
  color: #abc7c2;
  font-size: .68rem;
  margin: 5px 0 0;
}

.detailed-journey {
  padding: 110px 0;
}

.journey-row {
  display: grid;
  grid-template-columns: 75px 1fr .55fr;
  gap: 45px;
  padding: 42px 0;
  border-top: 1px solid var(--brand-line);
}

.journey-row:last-child {
  border-bottom: 1px solid var(--brand-line);
}

.journey-number {
  color: var(--brand-coral);
  font-size: 2.2rem;
  font-weight: 850;
  letter-spacing: -.06em;
}

.journey-row small {
  color: var(--brand-teal);
  font-size: .61rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.journey-row h2 {
  font-size: 2rem;
  margin: 8px 0 12px;
}

.journey-row p {
  color: var(--brand-muted);
  line-height: 1.75;
}

.journey-row ul,
.responsibility-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  align-content: center;
  gap: 11px;
}

.journey-row li,
.responsibility-grid li {
  color: #536461;
  font-size: .75rem;
}

.journey-row li::before,
.responsibility-grid li::before {
  content: "✓";
  color: var(--brand-teal);
  margin-right: 9px;
  font-weight: 900;
}

.responsibility-section {
  padding: 110px 0;
  background: #edf5f2;
}

.responsibility-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 920px;
  margin: 0 auto;
}

.responsibility-grid article {
  padding: 32px;
  border: 1px solid var(--brand-line);
  border-radius: 20px;
  background: #fff;
}

.responsibility-grid h3 {
  font-size: 1.25rem;
  margin-bottom: 22px;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.resources-list-section {
  min-height: 500px;
  padding: 100px 0;
  background: var(--brand-cream);
}

.resource-card-grid.large .resource-card {
  min-height: 405px;
}

.resource-meta {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--brand-line);
  color: #7b8987;
  font-size: .62rem;
}

.resource-card:nth-child(1) .resource-meta {
  border-color: rgba(255, 255, 255, .15);
  color: #abc5c0;
}

.resource-card-grid.large .resource-read {
  margin-top: 18px;
}

.article-hero {
  padding: 105px 0 70px;
  background: var(--brand-cream);
}

.article-wrap {
  max-width: 850px;
}

.article-back {
  display: inline-block;
  margin-bottom: 35px;
  color: var(--brand-teal);
  font-size: .75rem;
  font-weight: 850;
}

.article-hero h1 {
  font-size: clamp(3rem, 6vw, 5.6rem);
  margin-top: 25px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #758381;
  font-size: .68rem;
}

.model-disclosure {
  margin-top: 35px;
  padding: 20px 23px;
  border: 1px solid #f0baa9;
  border-radius: 15px;
  background: #fff3ed;
}

.model-disclosure strong {
  color: #a94429;
  font-size: .78rem;
}

.model-disclosure p {
  color: #755a53;
  font-size: .72rem;
  margin: 5px 0 0;
}

.article-content {
  padding-top: 65px;
  padding-bottom: 110px;
}

.article-content > p,
.article-content > ul,
.article-content > ol,
.article-content > blockquote {
  font-size: 1.02rem;
  line-height: 1.85;
  color: #445451;
}

.article-content .article-lead {
  color: var(--brand-ink);
  font-size: 1.3rem;
  line-height: 1.7;
}

.article-content h2 {
  margin-top: 52px;
  font-size: 2.25rem;
  letter-spacing: -.05em;
}

.article-content li {
  margin-bottom: 9px;
}

.article-content blockquote {
  margin: 45px 0;
  padding: 27px 30px;
  border-left: 5px solid var(--brand-coral);
  border-radius: 0 16px 16px 0;
  background: #eef6f3;
  color: var(--brand-dark);
  font-weight: 700;
}

.article-cta {
  margin-top: 70px;
  padding: 35px;
  border-radius: 22px;
  background: var(--brand-dark);
  color: #fff;
}

.article-cta h2 {
  margin-top: 0;
}

.article-cta p {
  color: #b5ceca;
}

.generic-page {
  min-height: 600px;
  padding: 100px 0;
}

@media (max-width: 980px) {
  .conversion-form-grid,
  .content-hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .conversion-copy {
    position: static;
  }

  .speech-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .journey-cards {
    grid-template-columns: 1fr 1fr;
  }

  .resource-card-grid {
    grid-template-columns: 1fr;
  }

  .resource-card {
    min-height: 300px;
  }

  .journey-row {
    grid-template-columns: 65px 1fr;
  }

  .journey-row ul {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  .conversion-form-section,
  .journey-preview,
  .resource-preview-section,
  .detailed-journey,
  .responsibility-section,
  .resources-list-section,
  .standalone-form-section {
    padding: 76px 0;
  }

  .audit-form {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .form-grid,
  .journey-cards,
  .responsibility-grid,
  .micro-trust-grid {
    grid-template-columns: 1fr;
  }

  .form-grid label.full {
    grid-column: auto;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .form-submit,
  .form-next {
    width: 100%;
  }

  .resource-preview-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .conversion-copy h2,
  .resource-preview-head h2 {
    font-size: 2.65rem;
  }

  .content-hero,
  .content-hero.compact,
  .article-hero {
    padding: 70px 0;
  }

  .content-hero h1,
  .article-hero h1,
  .generic-page h1 {
    font-size: 3.05rem;
  }

  .journey-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .journey-row ul {
    grid-column: auto;
  }

  .micro-trust-grid > div,
  .micro-trust-grid > div:first-child {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .article-content {
    padding-top: 45px;
    padding-bottom: 80px;
  }

  .article-content .article-lead {
    font-size: 1.12rem;
  }

  .article-content h2 {
    font-size: 1.8rem;
  }

  .article-content > p,
  .article-content > ul,
  .article-content > ol,
  .article-content > blockquote {
    font-size: .92rem;
  }
}
