.pf-hero {
  padding: 58px 0 70px;
  overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 83% 22%, rgba(190, 129, 73, .14), transparent 24rem),
    var(--cream);
}

.pf-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .82fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
}

.pf-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pf-hero-copy .pg-h1 {
  max-width: 790px;
  margin: 20px 0 18px;
  text-wrap: balance;
}

.pf-hero-copy .pg-lead {
  max-width: 680px;
  margin: 0;
}

.pf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.pf-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green-2);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(45, 74, 43, .3);
  padding: 7px 0 5px;
}

.pf-text-link .ic { width: 17px; height: 17px; }
.pf-text-link:hover { border-bottom-color: var(--green); }
.pf-text-link:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.pf-hero-proof {
  display: grid;
  gap: 10px;
  margin: 30px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
  color: var(--muted);
  font-size: 13px;
}

.pf-hero-proof li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.pf-hero-proof .ic { width: 17px; height: 17px; color: var(--green); flex: 0 0 auto; }

.pf-hero-visual {
  position: relative;
  min-height: 515px;
  padding: 18px 38px 40px 0;
}

.pf-photo-frame {
  height: 490px;
  overflow: hidden;
  border-radius: 4px 86px 4px 4px;
  background: var(--green-2);
  box-shadow: 0 22px 48px rgba(34, 47, 31, .16);
}

.pf-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.pf-profile-preview {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(310px, 76%);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
  border: 1px solid rgba(45, 74, 43, .16);
  border-radius: 8px;
  background: rgba(255, 252, 245, .96);
  box-shadow: 0 16px 34px rgba(34, 47, 31, .18);
}

.pf-preview-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--cream);
  flex: 0 0 auto;
}

.pf-preview-icon .ic { width: 21px; height: 21px; }
.pf-profile-preview span:last-child { display: grid; gap: 3px; }
.pf-profile-preview strong { font: 600 16px/1.2 var(--ff-serif); }
.pf-profile-preview small { color: var(--muted); font-size: 11px; line-height: 1.35; }

.pf-photo-note {
  margin: 12px 0 0 38px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.pf-choice {
  padding: 68px 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line-soft);
}

.pf-section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.pf-section-heading .pg-h2 { margin: 8px 0 9px; }
.pf-section-heading > p,
.pf-section-copy { margin: 0; color: var(--muted); line-height: 1.65; }

.pf-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pf-path {
  position: relative;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
}

.pf-path-primary {
  color: var(--cream);
  border-color: var(--green-2);
  background: var(--green-2);
}

.pf-path-label {
  position: absolute;
  top: 22px;
  right: 24px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.pf-path-primary .pf-path-label { color: rgba(251, 246, 234, .68); }

.pf-path-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--green);
  background: var(--paper);
}

.pf-path-primary .pf-path-icon {
  border-color: rgba(251, 246, 234, .22);
  color: var(--gold);
  background: rgba(251, 246, 234, .08);
}

.pf-path-icon .ic { width: 23px; height: 23px; }
.pf-path h3 { margin: 28px 0 10px; font: 600 clamp(25px, 2.4vw, 34px)/1.12 var(--ff-serif); }
.pf-path > p { max-width: 58ch; margin: 0; color: var(--muted); line-height: 1.6; }
.pf-path-primary > p { color: rgba(251, 246, 234, .76); }

.pf-path ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.pf-path li { display: flex; gap: 9px; align-items: flex-start; }
.pf-path li .ic { width: 16px; height: 16px; color: var(--green); flex: 0 0 auto; }
.pf-path-primary li .ic { color: var(--gold); }
.pf-path .btn-pg { margin-top: auto; }

.pf-capabilities { background: var(--cream); }
.pf-capabilities .audience-benefit { padding-right: 22px; }

.pf-process {
  padding: 68px 0;
  color: var(--cream);
  background: var(--green-2);
}

.pf-process-head {
  display: grid;
  grid-template-columns: 1fr minmax(280px, .55fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 30px;
}

.pf-process-head .pg-h2-cream { margin: 8px 0 0; }
.pf-process-head > p { margin: 0; color: rgba(251, 246, 234, .72); line-height: 1.6; }

.pf-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(251, 246, 234, .22);
  border-bottom: 1px solid rgba(251, 246, 234, .22);
  list-style: none;
}

.pf-process-grid li { padding: 25px 24px 27px; }
.pf-process-grid li + li { border-left: 1px solid rgba(251, 246, 234, .22); }
.pf-process-grid span { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.pf-process-grid h3 { margin: 12px 0 7px; color: var(--cream); font: 600 21px/1.2 var(--ff-serif); }
.pf-process-grid p { margin: 0; color: rgba(251, 246, 234, .7); font-size: 13px; line-height: 1.55; }

.pf-prepare-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
  gap: clamp(44px, 7vw, 88px);
  align-items: center;
}

.pf-prepare-grid .pg-h2 { margin: 8px 0 10px; }

.pf-prepare-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.pf-prepare-list li {
  display: flex;
  gap: 13px;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid var(--line);
}

.pf-prepare-list li:nth-child(even) { padding-left: 20px; border-left: 1px solid var(--line); }
.pf-prepare-list > li > span { color: var(--clay); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.pf-prepare-list div { display: grid; gap: 6px; }
.pf-prepare-list strong { font: 600 17px/1.25 var(--ff-serif); }
.pf-prepare-list small { color: var(--muted); font-size: 12px; line-height: 1.5; }

.pf-trust-card {
  position: relative;
  padding: 40px;
  border-radius: 8px 60px 8px 8px;
  color: var(--cream);
  background: var(--green-2);
  box-shadow: var(--shadow-1);
}

.pf-trust-seal {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(251, 246, 234, .28);
  border-radius: 50%;
  color: var(--gold);
}

.pf-trust-seal .ic { width: 30px; height: 30px; }
.pf-trust-card h3 { margin: 10px 0 12px; color: var(--cream); font: 600 30px/1.13 var(--ff-serif); }
.pf-trust-card > p { margin: 0; color: rgba(251, 246, 234, .72); line-height: 1.6; }
.pf-trust-rule { height: 1px; margin: 28px 0 22px; background: rgba(251, 246, 234, .2); }
.pf-trust-note { display: flex; gap: 10px; font-size: 12px; }
.pf-trust-note .ic { width: 19px; height: 19px; color: var(--gold); flex: 0 0 auto; }

.pf-contact-band { background: var(--paper); }
.pf-direct-note { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 13px; }
.pf-direct-note a { color: var(--green); font-weight: 700; }
.pf-contact-band .audience-form-actions .btn-pg { min-width: 220px; }

.pf-faq-band { background: var(--cream); }
.pf-section-heading-centered { margin-right: auto; margin-left: auto; text-align: center; }

.pf-final {
  padding: 46px 0;
  color: var(--cream);
  background: var(--green);
}

.pf-final-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
}

.pf-final .pg-h2-cream { margin: 7px 0 6px; }
.pf-final p { margin: 0; color: rgba(251, 246, 234, .74); }
.pf-final .btn-pg { flex: 0 0 auto; }

@media (max-width: 980px) {
  .pf-hero-grid { grid-template-columns: 1fr 360px; gap: 38px; }
  .pf-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pf-process-grid li:nth-child(3) { border-left: 0; border-top: 1px solid rgba(251, 246, 234, .22); }
  .pf-process-grid li:nth-child(4) { border-top: 1px solid rgba(251, 246, 234, .22); }
}

@media (max-width: 760px) {
  .pf-hero { padding: 38px 0 48px; }
  .pf-hero-grid,
  .pf-process-head,
  .pf-prepare-grid { grid-template-columns: 1fr; }
  .pf-hero-grid { gap: 38px; }
  .pf-hero-copy .pg-h1 { margin-top: 14px; }
  .pf-hero-visual { min-height: 420px; padding: 0 28px 34px 0; }
  .pf-photo-frame { height: 410px; border-radius: 4px 58px 4px 4px; }
  .pf-photo-note { margin-left: 10px; }
  .pf-choice { padding: 48px 0; }
  .pf-choice-grid { grid-template-columns: 1fr; }
  .pf-path { min-height: 0; padding: 28px 24px; }
  .pf-path .btn-pg { margin-top: 0; }
  .pf-process { padding: 48px 0; }
  .pf-process-head { gap: 14px; }
  .pf-prepare-grid { gap: 36px; }
  .pf-final-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .pf-hero-actions { width: 100%; align-items: stretch; flex-direction: column; gap: 10px; }
  .pf-hero-actions .btn-pg { width: 100%; }
  .pf-text-link { width: fit-content; margin-left: 2px; }
  .pf-hero-proof { margin-top: 22px; padding-top: 18px; }
  .pf-hero-visual { min-height: 345px; padding-right: 18px; }
  .pf-photo-frame { height: 340px; }
  .pf-profile-preview { bottom: 54px; width: 88%; padding: 12px; }
  .pf-photo-note { font-size: 10px; }
  .pf-path-label { position: static; order: -2; margin-bottom: 18px; }
  .pf-path-icon { order: -1; }
  .pf-path h3 { margin-top: 20px; }
  .pf-process-grid { grid-template-columns: 1fr; }
  .pf-process-grid li + li,
  .pf-process-grid li:nth-child(3) { border-left: 0; border-top: 1px solid rgba(251, 246, 234, .22); }
  .pf-prepare-list { grid-template-columns: 1fr; }
  .pf-prepare-list li:nth-child(even) { padding-left: 0; border-left: 0; }
  .pf-trust-card { padding: 30px 24px; border-radius: 8px 46px 8px 8px; }
  .pf-final .btn-pg { width: 100%; }
}
