:root {
  --ink: #111827;
  --slate: #3f506a;
  --muted: #6b7891;
  --faint: #a8b2c4;
  --line: #e4e8ed;
  --paper: #f7f8fa;
  --white: #ffffff;
  --cyan: #74c7ff;
  --mint: #9fd9c6;
  --lilac: #b9dbe8;
  --rose: #b9dfd2;
  --violet: #236d98;
  --clay: #c0dce8;
  --moss: #172033;
  --gold: #d4eadf;
  --font-sans: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Source Serif 4", Georgia, serif;
  --font-label: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 30px 90px rgba(17, 24, 39, 0.1);
  --soft-shadow: 0 18px 50px rgba(17, 24, 39, 0.06);
  --page-gutter: clamp(58px, 7vw, 112px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.52;
  letter-spacing: 0;
}

main {
  background: var(--white);
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 68px;
  padding: 10px var(--page-gutter);
  color: var(--ink);
  background:
    rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(17, 24, 39, 0.07);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.42);
  -webkit-backdrop-filter: blur(24px) saturate(1.12);
  backdrop-filter: blur(24px) saturate(1.12);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(227, 233, 244, 0.58);
  box-shadow:
    0 1px 18px rgba(17, 24, 39, 0.045),
    inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 112px;
  font-weight: 700;
}

.brand-link img {
  width: 112px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  color: var(--slate);
  font-size: 14px;
  font-weight: 600;
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--ink);
}

.nav-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 7px;
  border: 1px solid transparent;
  padding: 9px 15px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.nav-action,
.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-dark:hover,
.nav-action:hover {
  background: var(--moss);
}

.button-outline {
  color: var(--ink);
  border-color: var(--line);
  background: var(--white);
}

.button-outline:hover {
  border-color: #cdd8ea;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.button-light {
  color: var(--ink);
  background: var(--white);
}

.button-icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  flex: none;
}

.button-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.pfs-series-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: #236d76;
  font-size: 13px;
  font-weight: 700;
}

.pfs-series-link:hover {
  color: var(--ink);
}

.pfs-resource-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 114px var(--page-gutter) 104px;
  background:
    linear-gradient(135deg, #ffffff 0%, #f8fbfd 35%, #edf7fb 68%, #eef8f4 100%);
}

.hero::before {
  content: none;
}

.hero::after {
  content: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.05fr);
  align-items: center;
  gap: 54px;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.hero-copy-block {
  max-width: 640px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}

.hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 50px;
  line-height: 0.98;
  font-weight: 600;
}

.hero-copy {
  width: min(580px, 100%);
  margin: 26px 0 0;
  color: var(--slate);
  font-size: 17px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.screen-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 28px 80px rgba(17, 24, 39, 0.1);
}

.screen-frame img {
  border-radius: inherit;
  width: 100%;
  height: auto;
}

.dashboard-callout {
  position: absolute;
  z-index: 2;
  width: min(270px, 46vw);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  padding: 16px 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 60px rgba(17, 24, 39, 0.12);
  backdrop-filter: blur(14px);
}

.dashboard-callout span {
  display: block;
  color: var(--muted);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 700;
  text-transform: none;
}

.dashboard-callout strong {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 1;
}

.dashboard-callout p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.hero-product-visual {
  position: relative;
  justify-self: end;
  width: min(100%, 700px);
  margin: 0;
  padding: 28px 12px 38px;
  perspective: 1400px;
}

.hero-screen {
  overflow: visible;
  width: 100%;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: rotateY(-4deg) rotateX(1.25deg) rotateZ(0.2deg);
  transform-origin: center center;
}

.hero-screen img {
  filter: drop-shadow(0 30px 34px rgba(17, 24, 39, 0.12));
  transform: none;
}

.hero-callout {
  right: -18px;
  bottom: -36px;
}

.wide-screen {
  width: min(100%, 1100px);
  margin: 34px auto 0;
}

.platform-showcase .wide-screen {
  width: 100%;
  margin: 0;
}

.platform-showcase .screen-frame {
  overflow: visible;
  box-shadow: 0 34px 100px rgba(23, 32, 51, 0.12);
}

.platform-callout {
  right: 22px;
  bottom: -34px;
}

.pfs-screen {
  overflow: visible;
  justify-self: end;
}

.hero-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: min(1180px, 100%);
  margin: 96px auto 0;
}

.hero-strip div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  min-height: 74px;
  border-top: 1px solid rgba(23, 32, 51, 0.11);
  padding: 18px 0 0;
  background: transparent;
  box-shadow: none;
}

.cap-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(116, 199, 255, 0.35);
  border-radius: 8px;
  color: var(--cyan);
  background: rgba(116, 199, 255, 0.1);
}

.cap-icon svg {
  width: 19px;
  height: 19px;
}

.cap-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hero-strip strong,
.hero-strip .cap-copy,
.hero-strip .cap-copy > span {
  display: block;
}

.hero-strip strong {
  font-size: 16px;
}

.hero-strip .cap-copy > span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
}

.problem-section {
  padding-top: 100px;
  padding-bottom: 110px;
  color: var(--white);
  background: linear-gradient(135deg, #172033 0%, #1a2b42 54%, #17383c 118%);
}

.section.problem-section::before {
  background: rgba(255, 255, 255, 0.12);
}

.problem-heading {
  max-width: 740px;
  margin-bottom: 48px;
}

.problem-heading .eyebrow {
  color: #ff9a70;
}

.problem-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 600;
  line-height: 1.1;
}

.problem-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.66);
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.problem-grid article {
  display: grid;
  grid-template-rows: 278px 1fr;
  min-height: 488px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 7px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 18px 46px rgba(4, 10, 23, 0.2);
}

.problem-visual {
  position: relative;
  overflow: hidden;
  min-height: 278px;
  background: #f7f8fa;
}

.problem-grid article:nth-child(1) .problem-visual {
  background: #edf6fb;
}

.problem-grid article:nth-child(2) .problem-visual {
  background: #edf8f4;
}

.problem-grid article:nth-child(3) .problem-visual {
  background: #eef7f7;
}

.problem-copy {
  border-top: 1px solid rgba(17, 24, 39, 0.07);
  padding: 25px 27px 28px;
}

.problem-copy h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.15;
}

.problem-label {
  display: block;
  margin-bottom: 11px;
  color: #bd563a;
  font-size: 11px;
  font-weight: 700;
}

.problem-copy p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.document-sheet {
  position: absolute;
  top: 38px;
  left: 50%;
  display: block;
  width: 198px;
  height: 208px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 7px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.09);
}

.document-sheet-back {
  transform: translateX(-59%) rotate(-5deg);
  opacity: 0.62;
}

.document-sheet-middle {
  transform: translateX(-44%) rotate(4deg);
  opacity: 0.8;
}

.document-sheet-front {
  z-index: 2;
  padding: 20px;
  transform: translateX(-50%);
}

.document-sheet-front > span,
.document-sheet-front > strong,
.document-sheet-front > b {
  display: block;
}

.document-sheet-front > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.document-sheet-front > strong {
  margin-top: 8px;
  font-size: 13px;
}

.document-sheet-front > i {
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 10px;
  border-radius: 999px;
  background: #e7ebf0;
}

.document-sheet-front > i:nth-of-type(2) {
  width: 84%;
}

.document-sheet-front > i:nth-of-type(3) {
  width: 92%;
}

.document-sheet-front > i:nth-of-type(4) {
  width: 68%;
}

.document-sheet-front > b {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.35;
}

.payment-window {
  position: absolute;
  top: 47px;
  left: 50%;
  width: min(284px, calc(100% - 46px));
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 7px;
  background: var(--white);
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.09);
  transform: translateX(-50%);
}

.payment-window > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 48px;
  border-top: 1px solid var(--line);
  padding: 10px 14px;
}

.payment-window > div > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.payment-window > div > strong {
  font-size: 12px;
}

.payment-window .payment-window-head {
  min-height: 46px;
  border-top: 0;
  background: #f9fbfc;
}

.payment-window-head b {
  border-radius: 999px;
  padding: 4px 8px;
  color: #236d98;
  background: rgba(116, 199, 255, 0.12);
  font-size: 9px;
}

.payment-window .payment-variance {
  background: rgba(116, 199, 255, 0.075);
}

.payment-window .payment-variance strong {
  color: #236d98;
}

.source-file {
  position: absolute;
  left: 50%;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  width: min(278px, calc(100% - 40px));
  min-height: 52px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 7px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.075);
}

.source-file b {
  display: grid;
  place-items: center;
  width: 32px;
  height: 30px;
  border-radius: 6px;
  color: var(--white);
  background: var(--slate);
  font-size: 9px;
}

.source-file span {
  overflow: hidden;
  color: var(--slate);
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.source-file-contract {
  top: 48px;
  transform: translateX(-53%) rotate(-3deg);
}

.source-file-contract b {
  background: #365f7a;
}

.source-file-volume {
  top: 113px;
  transform: translateX(-46%) rotate(2.5deg);
}

.source-file-volume b {
  background: #4a8977;
}

.source-file-model {
  top: 180px;
  transform: translateX(-51%) rotate(-1deg);
}

.source-file-model b {
  background: var(--ink);
}

.source-gap {
  position: absolute;
  top: 18px;
  right: 22px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
}

.section {
  position: relative;
  scroll-margin-top: 78px;
  padding: 112px var(--page-gutter);
}

.anchor-target {
  display: block;
  height: 0;
  scroll-margin-top: 160px;
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--page-gutter);
  right: var(--page-gutter);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(17, 24, 39, 0.12) 12%,
    rgba(116, 199, 255, 0.18) 50%,
    rgba(17, 24, 39, 0.08) 88%,
    transparent
  );
  pointer-events: none;
}

.hero {
  scroll-margin-top: 78px;
}

.section-white {
  background: transparent;
}

.section-paper {
  background: transparent;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-heading {
  margin-bottom: 50px;
}

.section-heading.narrow,
.pricing-heading {
  max-width: 740px;
}

.section-copy h2,
.section-heading h2,
.pfs-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 600;
  line-height: 1.1;
}

.section-copy p,
.section-heading p,
.pfs-copy p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.section-copy p.eyebrow,
.section-heading p.eyebrow,
.pfs-copy p.eyebrow {
  margin: 0 0 22px;
}

.pricing-grid {
  display: grid;
  gap: 18px;
}

.pricing-grid article,
.intake-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(12px);
}

.pricing-grid article {
  padding: 22px;
}

.clarity-grid h3,
.pricing-grid h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.16;
}

.clarity-grid p,
.pricing-grid p,
.support-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.clarity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.clarity-grid article {
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
}

.item-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border: 1px solid rgba(116, 199, 255, 0.32);
  border-radius: 8px;
  color: var(--cyan);
  background: rgba(116, 199, 255, 0.1);
}

.item-icon svg {
  width: 19px;
  height: 19px;
}

.item-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.process-section {
  padding-top: 94px;
  padding-bottom: 98px;
  background: transparent;
}

.process-heading {
  max-width: 720px;
  margin-bottom: 54px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.process-step {
  --process-progress: 25%;
  position: relative;
  padding: 26px 8px 0 0;
}

.process-step:nth-child(2) {
  --process-progress: 50%;
}

.process-step:nth-child(3) {
  --process-progress: 75%;
}

.process-step:nth-child(4) {
  --process-progress: 100%;
}

.process-step::after,
.process-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  border-radius: 999px;
}

.process-step::after {
  width: 100%;
  background: rgba(35, 109, 152, 0.12);
}

.process-step::before {
  z-index: 1;
  width: var(--process-progress);
  background: var(--violet);
}

.process-step > span,
.serve-label {
  color: var(--violet);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 700;
}

.process-step h3 {
  margin: 15px 0 0;
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.08;
}

.process-step p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.48;
}

.serve-section {
  padding-top: 78px;
  padding-bottom: 82px;
  background: transparent;
}

.serve-heading {
  max-width: 680px;
  margin-bottom: 34px;
}

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

.serve-grid article {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.serve-grid h3 {
  max-width: 520px;
  margin: 16px 0 0;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
}

.serve-grid article > p {
  max-width: 530px;
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.serve-roles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.serve-roles li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: var(--slate);
  font-size: 13px;
  font-weight: 700;
}

.serve-roles li::before {
  content: "";
  width: 14px;
  height: 1px;
  margin-top: 10px;
  background: rgba(35, 109, 152, 0.55);
}

.audience-section,
.workflow-section {
  background:
    radial-gradient(circle at 86% 4%, rgba(159, 217, 198, 0.07), transparent 34%),
    linear-gradient(180deg, rgba(248, 250, 255, 0.94), rgba(245, 248, 253, 0.93));
}

.audience-section {
  padding-top: 104px;
  padding-bottom: 102px;
}

.workflow-section {
  padding-top: 106px;
  padding-bottom: 116px;
  background:
    radial-gradient(circle at 16% 10%, rgba(116, 199, 255, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(246, 249, 254, 0.94), rgba(249, 251, 255, 0.98));
}

.split-heading {
  max-width: 880px;
  margin-bottom: 60px;
}

.split-heading .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: 15px;
}

.eyebrow-dot {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background:
    radial-gradient(circle, var(--violet) 0 34%, rgba(35, 109, 152, 0.16) 38% 100%);
  box-shadow: 0 0 0 8px rgba(35, 109, 152, 0.08);
}

.eyebrow-dot.green {
  background:
    radial-gradient(circle, #236d98 0 34%, rgba(116, 199, 255, 0.18) 38% 100%);
  box-shadow: 0 0 0 8px rgba(116, 199, 255, 0.1);
}

.split-heading h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.workflow-heading h2 span {
  display: block;
  color: rgba(17, 24, 39, 0.42);
}

.audience-stack {
  display: grid;
  gap: 18px;
}

.audience-card {
  display: grid;
  justify-items: start;
  min-height: 420px;
  border: 1px solid rgba(17, 24, 39, 0.055);
  border-radius: 8px;
  padding: 46px 54px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 80px rgba(17, 24, 39, 0.045);
}

.audience-card-alt {
  background:
    radial-gradient(circle at 100% 0%, rgba(159, 217, 198, 0.1), transparent 36%),
    rgba(255, 255, 255, 0.86);
}

.audience-pill,
.audience-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(17, 24, 39, 0.095);
  border-radius: 999px;
  padding: 6px 14px;
  color: rgba(17, 24, 39, 0.62);
  background: rgba(255, 255, 255, 0.68);
  font-weight: 700;
  line-height: 1;
}

.audience-card h3 {
  width: min(820px, 100%);
  margin: 58px 0 0;
  font-size: clamp(27px, 3.1vw, 42px);
  line-height: 1.08;
  font-weight: 700;
}

.audience-card p {
  width: min(910px, 100%);
  margin: 28px 0 0;
  color: rgba(17, 24, 39, 0.48);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.38;
}

.audience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(850px, 100%);
  margin-top: 48px;
}

.audience-tags span {
  min-height: 32px;
  color: rgba(17, 24, 39, 0.54);
  background: rgba(255, 255, 255, 0.52);
  font-size: 14px;
}

.audience-card .button {
  margin-top: 52px;
  min-height: 54px;
  border-radius: 999px;
  padding: 14px 24px;
  background: rgba(255, 255, 255, 0.92);
}

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

.workflow-card {
  display: grid;
  grid-template-rows: auto minmax(230px, 1fr) auto;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.055);
  border-radius: 8px;
  padding: 36px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 28px 80px rgba(17, 24, 39, 0.045);
}

.workflow-card h3 {
  margin: 0;
  color: rgba(17, 24, 39, 0.82);
  font-size: clamp(25px, 2.8vw, 38px);
  line-height: 1.08;
  font-weight: 700;
}

.workflow-card p {
  margin: 0;
  color: rgba(17, 24, 39, 0.48);
  font-size: clamp(18px, 1.9vw, 23px);
  line-height: 1.26;
}

.workflow-visual {
  display: grid;
  place-items: center;
  min-height: 250px;
  margin: 30px 0;
}

.doc-map {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 22px;
}

.document-chip {
  position: relative;
  width: 190px;
  min-height: 230px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 52px rgba(17, 24, 39, 0.08);
}

.document-chip span {
  display: block;
  color: rgba(17, 24, 39, 0.48);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.document-chip i {
  display: block;
  height: 8px;
  margin-top: 11px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.08);
}

.document-chip i:nth-of-type(2) {
  width: 74%;
}

.document-chip i:nth-of-type(3) {
  width: 88%;
}

.document-chip i:nth-of-type(4) {
  width: 58%;
}

.document-chip b {
  position: absolute;
  top: 106px;
  right: 24px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: var(--white);
  background: #236d98;
  font-size: 11px;
}

.document-chip .marker-two {
  top: 146px;
  right: 50px;
  background: var(--violet);
}

.mapped-rules {
  display: grid;
  gap: 18px;
}

.mapped-rules p {
  margin: 0;
  border-left: 1px solid rgba(17, 24, 39, 0.18);
  padding-left: 18px;
  color: rgba(17, 24, 39, 0.48);
  font-size: 13px;
  line-height: 1.35;
}

.mapped-rules strong {
  display: block;
  margin-bottom: 6px;
  color: rgba(17, 24, 39, 0.74);
  font-size: 12px;
}

.rule-engine {
  background:
    radial-gradient(circle at 50% 55%, rgba(159, 217, 198, 0.13), transparent 34%);
}

.rules-panel {
  width: min(270px, 100%);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 52px rgba(17, 24, 39, 0.08);
}

.rules-panel div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 36px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.rules-panel div:last-of-type {
  border-bottom: 0;
}

.rules-panel span,
.rules-panel label {
  color: rgba(17, 24, 39, 0.58);
  font-size: 11px;
  font-weight: 800;
}

.rules-panel b {
  position: relative;
  width: 30px;
  height: 16px;
  border-radius: 999px;
  background: #236d98;
}

.rules-panel b::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--white);
}

.rules-panel b.off {
  background: rgba(17, 24, 39, 0.14);
}

.rules-panel b.off::after {
  right: auto;
  left: 3px;
}

.rules-panel label {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}

.rules-panel i {
  height: 5px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--ink) 0 82%, rgba(17, 24, 39, 0.12) 82% 100%);
}

.rules-panel em {
  font-style: normal;
}

.mini-table {
  width: min(390px, 100%);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 52px rgba(17, 24, 39, 0.08);
}

.mini-table-head,
.mini-table > div:not(.mini-table-head) {
  display: grid;
  grid-template-columns: 58px 1fr 110px 68px;
  gap: 8px;
  align-items: center;
}

.mini-table-head {
  grid-template-columns: 1fr auto;
  margin-bottom: 10px;
}

.mini-table-head strong {
  color: rgba(17, 24, 39, 0.72);
  font-size: 12px;
}

.mini-table-head span {
  color: #236d98;
  font-size: 10px;
  font-weight: 800;
}

.mini-table > div:not(.mini-table-head) {
  min-height: 30px;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
  color: rgba(17, 24, 39, 0.52);
  font-size: 10px;
  font-weight: 700;
}

.mini-table b,
.mini-table strong {
  color: rgba(17, 24, 39, 0.72);
}

.mini-table em {
  color: #236d98;
  font-style: normal;
}

.scenario-card {
  width: min(300px, 100%);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 52px rgba(17, 24, 39, 0.08);
}

.scenario-card span {
  display: block;
  color: rgba(17, 24, 39, 0.46);
  font-size: 11px;
  font-weight: 800;
}

.scenario-card > strong {
  display: block;
  margin-top: 10px;
  color: #236d98;
  font-size: 28px;
  line-height: 1;
}

.scenario-card small {
  display: block;
  margin-top: 5px;
  color: rgba(17, 24, 39, 0.46);
  font-weight: 800;
}

.scenario-card div {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  padding-top: 14px;
}

.scenario-card div b,
.scenario-card div em {
  color: rgba(17, 24, 39, 0.76);
  font-size: 13px;
  font-style: normal;
}

.scenario-card p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 12px 0 0;
  color: rgba(17, 24, 39, 0.48);
  font-size: 11px;
  line-height: 1.25;
}

.scenario-card p strong {
  flex: none;
  color: #236d98;
}

.platform-showcase {
  display: grid;
  grid-template-columns: minmax(360px, 0.54fr) minmax(680px, 1fr);
  align-items: center;
  gap: 44px;
}

.product-story {
  width: min(1240px, 100%);
}

.product-story .section-heading {
  max-width: 600px;
  margin-bottom: 0;
}

.product-story .clarity-grid {
  margin-top: 58px;
}

.product-rail-section {
  isolation: isolate;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 54px;
  background: var(--white);
}

.platform-heading {
  max-width: 740px;
  margin-bottom: 48px;
}

.product-rail-shell {
  width: min(1360px, 100%);
  margin: 0 auto;
  background: var(--white);
}

.product-rail-heading {
  display: grid;
  grid-template-columns: minmax(0, 760px) auto;
  align-items: center;
  gap: 42px;
  margin-top: 58px;
}

.product-rail-heading .eyebrow {
  margin: 0;
}

.product-rail-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.08;
}

.product-rail-heading p:not(.eyebrow) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.rail-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.rail-button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.065);
  backdrop-filter: blur(14px);
  transition: opacity 160ms ease, transform 160ms ease, background 160ms ease;
}

.rail-button:hover {
  transform: translateY(-1px);
  background: var(--white);
}

.rail-button-next {
  color: var(--violet);
  background: rgba(116, 199, 255, 0.14);
  border-color: rgba(116, 199, 255, 0.32);
}

.rail-button[disabled] {
  cursor: default;
  opacity: 0.36;
  transform: none;
}

.rail-button svg {
  width: 18px;
  height: 18px;
}

.rail-button path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.product-rail {
  display: grid;
  grid-auto-columns: minmax(470px, 560px);
  grid-auto-flow: column;
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 26px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-padding-left: 6px;
  scroll-snap-type: x mandatory;
  margin: 0 -6px;
  padding: 24px 6px 34px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background: var(--white);
}

.product-rail::-webkit-scrollbar {
  display: none;
}

.product-card {
  display: grid;
  grid-template-rows: 335px 1fr;
  height: 555px;
  min-height: 555px;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.035);
}

.product-card-media {
  display: grid;
  align-items: center;
  min-height: 0;
  height: 335px;
  padding: 26px 24px 20px;
  background:
    linear-gradient(135deg, rgba(239, 247, 250, 0.96), rgba(240, 248, 245, 0.94));
}

.product-card-lilac .product-card-media {
  background:
    linear-gradient(135deg, #f2f8fb, #f0f8f5 74%);
}

.product-card-cyan .product-card-media {
  background:
    linear-gradient(135deg, #eff9ff, #f2faf6 82%);
}

.product-card-ink .product-card-media {
  background:
    linear-gradient(145deg, rgba(116, 199, 255, 0.14), rgba(159, 217, 198, 0.16)),
    var(--ink);
}

.rail-screen {
  width: 100%;
  height: auto;
  aspect-ratio: 2046 / 1151;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.12);
}

.rail-screen img {
  width: 100%;
  height: auto;
  object-fit: initial;
  object-position: center;
  transform: none;
  transform-origin: center;
}

.product-card:nth-child(3) .rail-screen img {
  transform-origin: center;
}

.product-card:nth-child(4) .rail-screen img {
  transform-origin: center;
}

.product-card:nth-child(5) .rail-screen img,
.product-card:nth-child(6) .rail-screen img {
  transform-origin: center;
}

.underpayment-proof {
  display: grid;
  gap: 12px;
  height: 100%;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 20px 22px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(116, 199, 255, 0.16), rgba(159, 217, 198, 0.16)),
    var(--ink);
  box-shadow: 0 22px 60px rgba(17, 24, 39, 0.2);
}

.proof-topline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.proof-topline span,
.product-step,
.product-cta span {
  color: var(--muted);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 700;
  text-transform: none;
}

.proof-topline span {
  color: rgba(255, 255, 255, 0.64);
}

.proof-topline strong {
  color: var(--white);
  font-size: 38px;
  line-height: 0.96;
  text-align: right;
}

.underpayment-proof p {
  width: min(330px, 100%);
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.proof-table {
  display: grid;
  gap: 8px;
}

.proof-table div {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.07);
}

.proof-table span,
.proof-table b {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
}

.proof-table strong {
  min-width: 0;
  overflow: hidden;
  color: var(--white);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.proof-table b {
  justify-self: end;
  color: #bfe9ff;
}

.product-card-copy {
  padding: 26px 32px 30px;
}

.product-step {
  display: block;
  color: var(--violet);
}

.product-card h3 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.08;
}

.product-card-copy > p {
  margin: 14px 0 0;
  color: var(--slate);
  font-size: 15px;
}

.product-points {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.product-points li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--slate);
  font-size: 14px;
  font-weight: 700;
}

.point-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(116, 199, 255, 0.34);
  border-radius: 8px;
  color: #236d98;
  background: rgba(116, 199, 255, 0.11);
}

.point-icon svg {
  width: 16px;
  height: 16px;
}

.point-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.product-card-cyan .point-icon {
  color: #236d98;
  border-color: rgba(116, 199, 255, 0.34);
  background: rgba(116, 199, 255, 0.11);
}

.product-card-ink .point-icon {
  color: #236d98;
  border-color: rgba(116, 199, 255, 0.34);
  background: rgba(116, 199, 255, 0.11);
  box-shadow: none;
}

.product-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  overflow: hidden;
  min-height: 0;
  scroll-margin-top: 88px;
  border: 0;
  border-radius: 8px;
  padding: 34px 38px;
  color: var(--white);
  background: #175a4b;
  box-shadow: 0 20px 50px rgba(18, 67, 57, 0.18);
}

.product-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(18, 79, 65, 0.99) 0%, rgba(23, 90, 75, 0.93) 48%, rgba(23, 90, 75, 0.58) 78%),
    url("assets/product-revenue-projection.png") center 38% / cover no-repeat;
  opacity: 0.92;
}

.product-cta > * {
  position: relative;
  z-index: 1;
}

.product-cta span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
}

.product-cta strong {
  display: block;
  width: min(720px, 100%);
  margin-top: 7px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
}

.product-cta p {
  width: min(620px, 100%);
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}

.pfs-promo-section {
  position: relative;
  padding: 54px var(--page-gutter) 72px;
}

.pfs-promo-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--page-gutter);
  right: var(--page-gutter);
  height: 1px;
  background: rgba(35, 109, 152, 0.12);
}

.product-cta .button-light {
  min-height: 52px;
  align-self: end;
  justify-self: end;
  padding: 15px 22px;
  color: var(--ink);
  background: var(--white);
}

.product-cta .button-dark {
  min-height: 44px;
  justify-self: end;
  padding: 12px 17px;
  color: #14352f;
  background: var(--white);
}

.product-cta .button-dark span {
  color: #14352f;
}

.product-cta .button-dark:hover {
  background: #f1f7f4;
}

.product-cta .button-light span {
  color: var(--ink);
}

.product-cta .button-light:hover {
  background: #eef6ff;
}

.pfs-page {
  color: var(--ink);
  background: var(--white);
}

.pfs-page .site-header {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.84);
  border-bottom-color: rgba(17, 24, 39, 0.07);
}

.pfs-page .site-header.is-scrolled {
  border-bottom-color: rgba(17, 24, 39, 0.1);
  box-shadow: 0 1px 18px rgba(17, 24, 39, 0.05);
}

.pfs-page .site-nav {
  color: var(--slate);
}

.pfs-page .site-nav a:hover {
  color: var(--ink);
}

.pfs-page main {
  overflow: hidden;
  background: var(--white) !important;
}

.pfs-offer-main,
.pfs-offer {
  background: transparent !important;
}

.pfs-offer {
  position: relative;
  padding: 92px var(--page-gutter) 126px;
  color: var(--ink);
  background: var(--white);
}

.pfs-offer-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 92px;
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 58px 0 94px;
  color: var(--ink);
  background: transparent;
  box-shadow: none;
}

.pfs-report-visual {
  margin: 0;
  padding: 0;
}

.pfs-report-visual .screen-frame {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.pfs-report-visual img {
  filter: drop-shadow(0 28px 38px rgba(17, 24, 39, 0.12));
}

.pfs-form-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1fr);
  align-items: start;
  gap: 76px;
  width: min(1120px, 100%);
  margin: 0 auto;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
  padding: 88px 0 24px;
}

.pfs-form-shell .pfs-request-card {
  width: 100%;
  margin: 0;
}

.pfs-process-panel {
  padding-top: 12px;
}

.pfs-process-panel .eyebrow {
  margin-bottom: 16px;
}

.pfs-process-panel h2 {
  max-width: 420px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.08;
}

.pfs-offer-copy {
  max-width: 590px;
  padding-top: 0;
}

.pfs-offer-copy .eyebrow {
  color: var(--muted);
}

.pfs-offer h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 600;
  line-height: 1.02;
}

.pfs-offer-copy > p:not(.eyebrow) {
  width: min(610px, 100%);
  margin: 28px 0 0;
  color: var(--slate);
  font-size: 16px;
  line-height: 1.48;
}

.pfs-offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.pfs-offer .button-dark {
  color: var(--white);
  background: var(--ink);
}

.pfs-offer .button-dark:hover {
  background: var(--moss);
}

.pfs-offer .button-outline {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.84);
}

.pfs-offer .button-outline:hover {
  border-color: #cdd8ea;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.pfs-request-card {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 8px;
  padding: 40px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 28px 72px rgba(17, 24, 39, 0.08);
}

.pfs-request-card::before,
.pfs-request-card::after {
  content: none;
}

.pfs-request-header {
  display: grid;
  gap: 8px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  padding-bottom: 20px;
}

.pfs-request-header span,
.pfs-flow-list span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.pfs-request-header strong {
  display: block;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.02;
}

.pfs-flow-title {
  margin: 48px 0 0;
  color: var(--ink);
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 700;
}

.pfs-flow-list {
  display: grid;
  gap: 20px;
  width: min(590px, 100%);
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.pfs-flow-title + .pfs-flow-list {
  margin-top: 22px;
}

.pfs-flow-list li {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 78px;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 8px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 16px 38px rgba(17, 24, 39, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
}

.pfs-flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 35px;
  bottom: -18px;
  width: 1px;
  height: 17px;
  background: rgba(17, 24, 39, 0.14);
}

.pfs-flow-list span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: var(--white);
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: var(--ink);
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.12);
}

.pfs-flow-list p {
  margin: 0;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.4;
}

.pfs-flow-list strong {
  color: var(--ink);
}

.pfs-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}

.pfs-question {
  display: block;
  margin-top: 16px;
}

textarea {
  width: 100%;
  min-height: 96px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
}

.pfs-drop-zone {
  min-height: 110px;
  margin-top: 24px;
  background: #f7fafc;
}

.pfs-intake-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.pfs-intake-form .button-dark {
  color: var(--white);
  background: var(--ink);
}

.pfs-intake-form .button-dark:hover {
  background: var(--moss);
}

.pfs-intake-form .button-outline {
  color: var(--slate);
  border-color: var(--line);
  background: var(--white);
}

.pfs-intake-result {
  margin-top: 16px;
}

.pfs-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: min(1120px, 100%);
  margin: 58px auto 0;
}

.pfs-offer-grid article {
  border-top: 1px solid rgba(17, 24, 39, 0.12);
  padding-top: 24px;
}

.pfs-mini-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 22px;
  border: 1px solid rgba(116, 199, 255, 0.34);
  border-radius: 8px;
  color: #236d98;
  background: rgba(116, 199, 255, 0.1);
}

.pfs-mini-icon svg {
  width: 18px;
  height: 18px;
}

.pfs-mini-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.pfs-offer-grid h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.08;
}

.pfs-offer-grid p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.insight-layout {
  display: grid;
}

.underpayment-section {
  position: relative;
  overflow: hidden;
  padding-top: 88px;
  padding-bottom: 92px;
  color: var(--ink);
  background: transparent;
}

.underpayment-section::before {
  content: none;
}

.underpayment-section::after {
  content: none;
}

.underpayment-backbone {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 36px;
}

.underpayment-lede {
  width: min(760px, 100%);
  margin: 0;
  text-align: left;
}

.underpayment-lede h2 {
  margin: 0;
  font-size: 31px;
  line-height: 1.1;
}

.underpayment-lede p {
  width: min(660px, 100%);
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.underpayment-section .eyebrow {
  margin: 0 0 22px;
  color: var(--muted);
}

.underpayment-statline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 0;
  border: 0;
}

.underpayment-statline article {
  display: flex;
  min-height: 172px;
  flex-direction: column;
  border: 1px solid rgba(16, 24, 40, 0.09);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.055);
  backdrop-filter: blur(12px);
}

.underpayment-statline span {
  display: block;
  color: var(--muted);
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 700;
  text-transform: none;
}

.underpayment-statline strong {
  display: block;
  margin-top: 16px;
  color: var(--ink);
  font-size: 32px;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.underpayment-statline p {
  margin: auto 0 0;
  padding-top: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.underpayment-stat-highlight {
  background:
    radial-gradient(circle at 86% 12%, rgba(159, 217, 198, 0.24), transparent 36%),
    radial-gradient(circle at 8% 92%, rgba(116, 199, 255, 0.2), transparent 38%),
    rgba(255, 255, 255, 0.82);
  border-color: rgba(116, 199, 255, 0.24);
}

.underpayment-stat-highlight strong {
  color: var(--moss);
}

.icon-list {
  display: grid;
  gap: 16px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.icon-list li {
  position: relative;
  padding-left: 38px;
  color: var(--slate);
  font-weight: 600;
}

.icon-list li::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(116, 199, 255, 0.28);
  border-radius: 7px;
  background: rgba(116, 199, 255, 0.08);
}

.icon-list li::after {
  content: "";
  position: absolute;
  top: 0.51em;
  left: 7px;
  width: 8px;
  height: 5px;
  border-bottom: 2px solid var(--mint);
  border-left: 2px solid var(--mint);
  transform: rotate(-45deg);
}

.price-topline span {
  display: block;
  color: var(--muted);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 600;
  text-transform: none;
}

.compact-list {
  margin-bottom: 0;
}

.pfs-section {
  color: var(--ink);
  background: transparent;
}

.pfs-layout,
.contact-layout {
  display: grid;
  gap: 46px;
}

.pfs-layout {
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 0.95fr);
  align-items: center;
  row-gap: 42px;
}

.pfs-section .eyebrow,
.pfs-section .pfs-copy p {
  color: var(--muted);
}

.pfs-copy .button {
  margin-top: 22px;
}

.pfs-section .button-light {
  color: var(--white);
  background: var(--ink);
}

.pfs-session-card {
  position: relative;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 54px;
  overflow: hidden;
  min-height: 238px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 58px 64px;
  color: var(--white);
  background:
    linear-gradient(128deg, rgba(116, 199, 255, 0.28) 0%, rgba(116, 199, 255, 0) 34%),
    linear-gradient(312deg, rgba(159, 217, 198, 0.18) 0%, rgba(159, 217, 198, 0) 38%),
    var(--ink);
  box-shadow: 0 34px 90px rgba(16, 24, 40, 0.2);
}

.pfs-session-card::before {
  content: "";
  position: absolute;
  inset: -28% -10% -16% 42%;
  background:
    repeating-linear-gradient(
      164deg,
      transparent 0,
      transparent 36px,
      rgba(255, 255, 255, 0.13) 37px,
      rgba(255, 255, 255, 0.13) 39px,
      transparent 42px
    );
  transform: rotate(-3deg);
  opacity: 0.44;
  pointer-events: none;
}

.pfs-session-card > * {
  position: relative;
  z-index: 1;
}

.pfs-session-card > div > span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 700;
  text-transform: none;
}

.pfs-session-card strong {
  display: block;
  width: min(690px, 100%);
  margin-top: 20px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 46px;
  font-weight: 600;
  line-height: 1.06;
}

.pfs-session-card .button-light {
  min-height: 52px;
  padding: 15px 22px;
  color: var(--ink);
  background: var(--white);
  align-self: end;
  justify-self: end;
}

.pfs-session-card .button-light:hover {
  background: #eef6ff;
}

.insight-layout {
  grid-template-columns: minmax(0, 0.72fr) minmax(500px, 1fr);
  align-items: center;
  gap: 62px;
}

.efficiency-section {
  background: transparent;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 32px;
}

.support-grid article {
  position: relative;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
}

.support-grid strong {
  display: block;
  font-size: 16px;
}

.efficiency-board {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.14);
  border-radius: 8px;
  padding: 26px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(116, 199, 255, 0.22), transparent 42%),
    linear-gradient(315deg, rgba(159, 217, 198, 0.16), transparent 44%),
    var(--ink);
  box-shadow: 0 34px 90px rgba(16, 24, 40, 0.22);
}

.efficiency-board-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: 18px;
}

.efficiency-board-header span,
.efficiency-panel span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 600;
  text-transform: none;
}

.efficiency-board-header strong {
  max-width: 330px;
  font-size: 26px;
  line-height: 1.06;
  text-align: right;
}

.efficiency-rows {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.efficiency-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px auto;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.07);
}

.efficiency-row > div:not(.yield-bar) > strong,
.efficiency-row > div:not(.yield-bar) > span,
.efficiency-row b {
  display: block;
}

.efficiency-row > div:not(.yield-bar) > strong {
  font-size: 15px;
}

.efficiency-row > div:not(.yield-bar) > span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.efficiency-row b {
  justify-self: end;
  font-size: 16px;
}

.yield-bar {
  position: relative;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.yield-bar span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0;
  width: var(--bar);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mint), var(--cyan));
}

.efficiency-row.mid .yield-bar span {
  background: linear-gradient(90deg, var(--cyan), var(--lilac));
}

.efficiency-row.low .yield-bar span {
  background: linear-gradient(90deg, var(--lilac), rgba(255, 255, 255, 0.82));
}

.efficiency-panel {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 14px;
  margin-top: 16px;
}

.efficiency-panel div {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
}

.efficiency-panel span {
  color: var(--muted);
}

.efficiency-panel strong {
  display: block;
  margin-top: 18px;
  font-size: 22px;
  line-height: 1.08;
}

.efficiency-panel p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.pricing-section {
  background: transparent;
}

.pricing-audience {
  scroll-margin-top: 88px;
}

.pricing-audience .serve-heading {
  margin-bottom: 0;
}

.pricing-audience + .pricing-grid {
  margin-top: 26px;
}

.pricing-note {
  margin-top: 14px !important;
  color: var(--ink) !important;
  font-weight: 700;
}

.pricing-note strong {
  color: var(--ink);
}

.pricing-grid article {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  padding: 28px;
}

.engagement-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.featured-price {
  color: var(--white);
  border-color: rgba(116, 199, 255, 0.34) !important;
  background:
    radial-gradient(circle at 88% 10%, rgba(159, 217, 198, 0.17), transparent 32%),
    linear-gradient(145deg, rgba(116, 199, 255, 0.24), transparent 40%),
    linear-gradient(315deg, rgba(159, 217, 198, 0.14), transparent 45%),
    var(--ink) !important;
  transform: none;
  box-shadow: 0 34px 90px rgba(16, 24, 40, 0.2) !important;
}

.price-topline strong {
  display: block;
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.05;
}

.pricing-grid ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 22px;
  padding: 0;
  list-style: none;
}

.pricing-grid li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding-left: 0;
  color: var(--slate);
  font-weight: 600;
}

.pricing-grid li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border: 1px solid rgba(116, 199, 255, 0.35);
  border-radius: 999px;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.3 7.8 12 13 6' fill='none' stroke='%23236d98' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      center / 14px 14px no-repeat,
    rgba(116, 199, 255, 0.12);
  transform: none;
}

.featured-price .price-topline span,
.featured-price p,
.featured-price li {
  color: rgba(255, 255, 255, 0.72);
}

.featured-price .price-topline strong {
  color: var(--white);
}

.featured-price li::before {
  border-color: rgba(116, 199, 255, 0.45);
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.3 7.8 12 13 6' fill='none' stroke='%2374c7ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      center / 14px 14px no-repeat,
    rgba(116, 199, 255, 0.12);
}

.featured-price .button-dark {
  color: var(--ink);
  background: var(--white);
}

.featured-price .button-dark:hover {
  background: #eef6ff;
}

.pricing-grid .button {
  margin-top: auto;
}

.pricing-contact {
  scroll-margin-top: 88px;
  margin-top: 58px;
  border-top: 1px solid var(--line);
  padding-top: 50px;
}

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

.pricing-contact .intake-form {
  max-width: none;
  padding: 24px;
}

.pricing-contact .drop-zone {
  min-height: 84px;
  margin-top: 20px;
}

.contact-section {
  padding-top: 82px;
  padding-bottom: 104px;
  background: transparent;
}

.contact-layout {
  grid-template-columns: minmax(0, 0.48fr) minmax(500px, 0.9fr);
  align-items: center;
  gap: 48px;
}

.contact-copy {
  max-width: 410px;
}

.contact-copy .button {
  margin-top: 30px;
}

.intake-form {
  position: relative;
  padding: 28px;
  border-color: rgba(16, 24, 40, 0.09);
  background:
    radial-gradient(circle at 92% 0%, rgba(116, 199, 255, 0.13), transparent 30%),
    radial-gradient(circle at 6% 100%, rgba(159, 217, 198, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 30px 90px rgba(16, 24, 40, 0.1);
}

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

.form-grid label,
.pfs-form-grid label {
  display: grid;
  grid-template-rows: auto 46px;
}

label span,
legend {
  display: block;
  margin-bottom: 7px;
  color: var(--slate);
  font-size: 14px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
select {
  height: 46px;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(116, 199, 255, 0.24);
  outline-offset: 2px;
}

.need-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 18px 0;
  padding: 0;
  border: 0;
}

.need-group legend {
  grid-column: 1 / -1;
}

.need-group label {
  position: relative;
  min-height: 58px;
}

.need-group input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.need-group span {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px;
  color: var(--muted);
  background: var(--paper);
  font-size: 14px;
}

.need-group input:checked + span {
  color: var(--ink);
  border-color: rgba(116, 199, 255, 0.48);
  background: rgba(116, 199, 255, 0.12);
}

.drop-zone {
  display: grid;
  place-items: center;
  min-height: 108px;
  border: 1px dashed #b9c1ce;
  border-radius: 8px;
  padding: 18px;
  text-align: center;
  background: var(--paper);
  transition: border-color 160ms ease, background 160ms ease;
}

.drop-zone.is-dragging {
  border-color: var(--cyan);
  background: rgba(116, 199, 255, 0.1);
}

.drop-zone input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.drop-zone strong {
  display: block;
  font-size: 16px;
}

.drop-zone span {
  width: min(440px, 100%);
  margin: 6px auto 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
}

.file-list {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.file-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 9px 11px;
  color: var(--muted);
  font-size: 14px;
}

.confirm-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
}

.confirm-row input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
  flex: none;
}

.confirm-row span {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.form-actions,
.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.intake-result {
  margin-top: 22px;
  border: 1px solid rgba(116, 199, 255, 0.35);
  border-radius: 8px;
  padding: 18px;
  background: rgba(116, 199, 255, 0.1);
}

.intake-result strong {
  display: block;
  color: #236d98;
  font-size: 16px;
}

.intake-result p {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 15px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 40px var(--page-gutter);
  color: var(--white);
  background: var(--ink);
}

.site-footer img {
  width: 126px;
  height: auto;
}

.site-footer p {
  max-width: 460px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-links .footer-top-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 8px 12px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.footer-links .footer-top-link span {
  font-size: 17px;
  line-height: 1;
}

.footer-links .footer-top-link:hover {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

@media (max-width: 1080px) {
  .site-nav {
    gap: 18px;
  }
}

@media (max-width: 1120px) {
  .platform-showcase {
    grid-template-columns: 1fr;
  }

  .product-story .section-heading {
    max-width: 740px;
  }

  .platform-showcase .screen-frame {
    width: min(100%, 860px);
  }

  .hero-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
  }
}

@media (max-width: 980px) {
  .hero-inner,
  .pfs-offer-shell,
  .pfs-form-shell,
  .platform-showcase,
  .pfs-layout,
  .insight-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .clarity-grid,
  .underpayment-statline {
    grid-template-columns: repeat(2, 1fr);
  }

  .problem-grid {
    grid-template-columns: 1fr;
  }

  .problem-grid article {
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: 278px;
  }

  .problem-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 0;
    border-left: 1px solid rgba(17, 24, 39, 0.07);
  }

  .intake-form {
    max-width: 760px;
  }

  .hero-screen,
  .efficiency-board {
    justify-self: start;
    max-width: 760px;
  }

  .hero-product-visual {
    justify-self: start;
    max-width: 760px;
  }

  .hero-screen {
    transform: none;
  }

  .pfs-offer-shell {
    gap: 58px;
    padding-bottom: 88px;
  }

  .pfs-form-shell {
    gap: 48px;
    width: min(760px, 100%);
  }

  .pfs-report-visual {
    width: min(100%, 760px);
  }

  .contact-layout {
    gap: 48px;
  }

  .pfs-session-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-rail-heading,
  .product-cta {
    grid-template-columns: 1fr;
  }

  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 42px;
  }

  .audience-card {
    min-height: 0;
  }

  .rail-controls {
    justify-content: flex-start;
  }

  .product-rail {
    grid-auto-columns: minmax(390px, 74vw);
  }

  .product-cta .button-light {
    justify-self: start;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .site-nav {
    display: none;
  }

  .hero-strip,
  .pfs-offer-grid,
  .clarity-grid,
  .underpayment-statline,
  .pricing-grid,
  .support-grid,
  .efficiency-panel,
  .analysis-metrics {
    grid-template-columns: 1fr;
  }

  .featured-price {
    transform: none;
  }

  .underpayment-statline article {
    border: 1px solid rgba(16, 24, 40, 0.09);
  }

  .doc-map {
    grid-template-columns: 1fr;
  }

  .serve-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

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

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  .site-header {
    min-height: 66px;
    padding: 10px 18px;
  }

  .brand-link img {
    width: 96px;
  }

  .nav-action {
    min-height: 40px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .hero {
    padding: 48px 18px 30px;
  }

  .problem-section {
    padding-top: 64px;
    padding-bottom: 68px;
  }

  .problem-heading {
    margin-bottom: 36px;
  }

  .problem-heading h2 {
    font-size: 26px;
    line-height: 1.12;
  }

  .problem-grid {
    gap: 14px;
  }

  .problem-grid article {
    grid-template-columns: 1fr;
    grid-template-rows: 250px auto;
    min-height: 0;
  }

  .problem-visual {
    min-height: 250px;
  }

  .problem-copy {
    border-top: 1px solid rgba(17, 24, 39, 0.07);
    border-left: 0;
    padding: 23px;
  }

  .document-sheet {
    top: 22px;
    height: 202px;
  }

  .payment-window {
    top: 30px;
  }

  .source-file-contract {
    top: 36px;
  }

  .source-file-volume {
    top: 99px;
  }

  .source-file-model {
    top: 164px;
  }

  .hero-product-visual {
    width: 100%;
    padding: 0;
  }

  .pfs-offer {
    padding: 68px 20px 82px;
  }

  .dashboard-callout {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .hero h1 {
    font-size: 30px;
    line-height: 1.06;
  }

  .pfs-offer h1 {
    font-size: 34px;
    line-height: 1.04;
  }

  .hero-copy,
  .pfs-offer-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .hero-inner,
  .pfs-offer-shell {
    gap: 42px;
  }

  .pfs-offer-shell {
    padding: 32px 0 72px;
  }

  .pfs-form-shell {
    gap: 42px;
    padding-top: 64px;
  }

  .pfs-process-panel {
    padding-top: 0;
  }

  .pfs-process-panel h2 {
    font-size: 28px;
  }

  .section {
    padding: 50px 18px;
  }

  .process-section,
  .serve-section {
    padding-top: 62px;
    padding-bottom: 66px;
  }

  .process-heading,
  .serve-heading {
    margin-bottom: 38px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .process-step {
    padding-top: 22px;
  }

  .serve-grid h3 {
    font-size: 25px;
  }

  .serve-roles {
    grid-template-columns: 1fr;
  }

  .audience-section,
  .workflow-section {
    padding-top: 64px;
    padding-bottom: 68px;
  }

  .split-heading {
    margin-bottom: 34px;
  }

  .split-heading .eyebrow {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .split-heading h2 {
    font-size: 31px;
    line-height: 1.08;
  }

  .audience-card {
    padding: 28px 22px;
  }

  .audience-card h3 {
    margin-top: 40px;
    font-size: 25px;
  }

  .audience-card p {
    margin-top: 20px;
    font-size: 16px;
  }

  .audience-tags {
    margin-top: 30px;
  }

  .audience-tags span {
    min-height: 30px;
    font-size: 12px;
  }

  .audience-card .button {
    margin-top: 32px;
  }

  .workflow-grid {
    gap: 14px;
  }

  .workflow-card {
    grid-template-rows: auto auto auto;
    min-height: 0;
    padding: 26px 20px;
  }

  .workflow-card h3 {
    font-size: 25px;
  }

  .workflow-card p {
    font-size: 16px;
    line-height: 1.34;
  }

  .workflow-visual {
    min-height: 190px;
    margin: 24px 0;
  }

  .document-chip {
    width: 178px;
    min-height: 210px;
  }

  .mapped-rules {
    width: 100%;
  }

  .mini-table-head,
  .mini-table > div:not(.mini-table-head) {
    grid-template-columns: 1fr auto;
  }

  .mini-table > div:not(.mini-table-head) span,
  .mini-table > div:not(.mini-table-head) em {
    display: none;
  }

  .section::before {
    left: 18px;
    right: 18px;
  }

  .product-rail-section {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .product-rail-heading {
    gap: 24px;
  }

  .product-rail-heading h2 {
    font-size: 27px;
    line-height: 1.12;
  }

  .product-rail-heading p:not(.eyebrow) {
    font-size: 15px;
  }

  .product-rail {
    grid-auto-columns: minmax(294px, 86vw);
    gap: 18px;
    margin: 0 -18px;
    padding: 32px 18px 50px;
    scroll-padding-left: 18px;
  }

  .product-card {
    grid-template-rows: auto auto;
    height: auto;
    min-height: auto;
  }

  .product-card-media {
    height: 230px;
    min-height: 230px;
    padding: 26px 18px 22px;
  }

  .rail-screen {
    height: auto;
    aspect-ratio: 2046 / 1151;
  }

  .product-card:nth-child(2) .product-card-media {
    height: 300px;
  }

  .underpayment-proof {
    min-height: 232px;
    gap: 16px;
    padding: 22px;
  }

  .proof-topline {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .proof-topline strong {
    text-align: left;
  }

  .proof-table div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .proof-table b {
    justify-self: start;
  }

  .product-card-copy {
    padding: 28px 24px 32px;
  }

  .product-card h3 {
    font-size: 24px;
  }

  .product-points li {
    font-size: 13px;
  }

  .product-cta {
    min-height: 0;
    gap: 20px;
    padding: 22px;
  }

  .product-cta strong {
    font-size: 23px;
  }

  .pfs-promo-section {
    padding: 42px 18px 54px;
  }

  .pfs-promo-section::before {
    left: 18px;
    right: 18px;
  }

  .underpayment-section {
    padding-top: 70px;
    padding-bottom: 78px;
  }

  .underpayment-section::before {
    inset: 10px 18px;
  }

  .underpayment-lede {
    text-align: left;
  }

  .underpayment-lede h2 {
    font-size: 26px;
    line-height: 1.12;
  }

  .underpayment-statline {
    margin-top: 0;
  }

  .underpayment-statline article {
    min-height: 0;
    border: 1px solid rgba(16, 24, 40, 0.09);
    padding: 22px;
  }

  .pfs-session-card {
    min-height: 0;
    padding: 28px;
  }

  .pfs-session-card strong {
    font-size: 32px;
  }

  .section-copy h2,
  .section-heading h2,
  .pfs-copy h2 {
    font-size: 26px;
    line-height: 1.12;
  }

  .section-copy p,
  .section-heading p,
  .pfs-copy p {
    font-size: 15px;
  }

  .pfs-request-card {
    padding: 24px;
  }

  .pfs-request-card::before,
  .pfs-request-card::after {
    inset: 10px;
  }

  .pfs-offer-grid {
    gap: 26px;
    margin-top: 48px;
  }

  .form-grid,
  .pfs-form-grid,
  .need-group {
    grid-template-columns: 1fr;
  }

  .pricing-contact .form-grid {
    grid-template-columns: 1fr;
  }

  .clarity-grid {
    grid-template-columns: 1fr;
  }

  .hero-strip {
    display: none;
  }

  .pricing-grid article {
    min-height: auto;
  }

  .efficiency-board {
    padding: 18px;
  }

  .efficiency-board-header {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .efficiency-board-header strong {
    max-width: none;
    text-align: left;
  }

  .efficiency-row {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .efficiency-row .yield-bar {
    grid-column: 1 / -1;
  }

  .efficiency-row b {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .intake-form {
    padding: 16px;
  }

  .site-footer {
    display: grid;
    padding: 38px 18px;
  }

  .footer-links {
    display: grid;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
