:root {
  --pz-ink: #101828;
  --pz-muted: #5f6b7a;
  --pz-soft: #f7f8fb;
  --pz-panel: rgba(255, 255, 255, .86);
  --pz-card: #ffffff;
  --pz-line: rgba(16, 24, 40, .1);
  --pz-green: #3f8f6f;
  --pz-green-soft: rgba(63, 143, 111, .12);
  --pz-blue: #315f88;
  --pz-amber: #b7832f;
  --pz-shadow: 0 18px 45px rgba(16, 24, 40, .1);
  --pz-shadow-soft: 0 10px 25px rgba(16, 24, 40, .08);
  --pz-container: 1120px;
  --pz-heading: "Manrope", "Inter", ui-sans-serif, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial;
  color: var(--pz-ink);
  background: linear-gradient(to bottom, #f7f8fb 0%, #f7f8fb 54%, #ffffff 88%, #ffffff 100%);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.heroContent h1,
.storyContent h2,
.sectionHeader h2,
.trustStrip h2,
.finalCta h2 {
  font-family: var(--pz-heading);
  letter-spacing: -0.035em;
}

.nav,
.navLinks,
.navLinks a {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial;
}

.sub,
.storyContent p:not(.sectionEyebrow),
.sectionHeader p,
.trustStrip p,
.finalCta p {
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.01em;
}

.container {
  width: min(var(--pz-container), calc(100% - 40px));
  margin: 0 auto;
}

.primaryCta,
.secondaryCta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.primaryCta {
  color: #ffffff;
  background: var(--pz-green);
  box-shadow: 0 14px 28px rgba(63, 143, 111, .22);
}

.primaryCta {
  padding: 0 20px;
}

.secondaryCta {
  color: #1f2937;
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--pz-line);
  padding: 0 18px;
}

.homeNoSelect,
.hero,
.productStories,
.storyRow,
.storyContent,
.storyFrame,
.storyFrame img,
.providerBand,
.trustStripBand,
.finalCtaBand {
  -webkit-user-select: none;
  user-select: none;
}

.revealOnScroll {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(.16,.84,.44,1);
  will-change: opacity, transform;
}

.revealOnScroll.isVisible {
  opacity: 1;
  transform: translateY(0);
}

.storyFrame,
.storyFrame img {
  -webkit-user-drag: none;
  user-drag: none;
}

.storyFrame img {
  pointer-events: none;
}

.primaryCta,
.secondaryCta,
.storyCta,
.finalCtaPrimary,
.finalCtaSecondary,
.nav a,
button {
  pointer-events: auto;
  -webkit-user-select: auto;
  user-select: auto;
}

.hero {
  position: relative;
  padding: 28px 0 40px;
  margin: 0;
  min-height: 88vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    radial-gradient(600px 300px at 30% -12%, rgba(22, 163, 74, .06), transparent 65%),
    radial-gradient(600px 300px at 70% -10%, rgba(49, 95, 136, .06), transparent 70%);
}

.heroGrid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 48px;
}

.heroContent {
  max-width: 560px;
  position: relative;
  z-index: 1;
}

.heroContent h1 {
  margin: 0 0 12px;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1;
  font-weight: 760;
}

.sub {
  margin: 0 0 22px;
  color: #475467;
  font-size: 17px;
  line-height: 1.7;
  max-width: 54ch;
  font-weight: 360;
  padding-left: 6px;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.heroVisual {
  position: absolute;
  right: clamp(-36px, -2vw, 0px);
  top: 78px;
  height: 100%;
  width: min(48vw, 760px);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  isolation: isolate;
}

.heroVisual::before {
  content: "";
  position: absolute;
  width: min(42vw, 660px);
  height: min(32vw, 500px);
  inset: auto auto 12% 18%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 42%, rgba(127, 175, 154, .18), rgba(127, 175, 154, .08) 42%, transparent 72%),
    radial-gradient(circle at 72% 52%, rgba(255, 255, 255, .82), rgba(255, 255, 255, .18) 50%, transparent 76%);
  filter: blur(20px);
  opacity: .82;
  z-index: -2;
}

.heroVisual::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 10%;
  bottom: 3%;
  height: 44px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(16, 24, 40, .14) 0%, rgba(16, 24, 40, .08) 42%, rgba(16, 24, 40, 0) 78%);
  filter: blur(16px);
  z-index: -1;
}

.heroMock {
  width: 174%;
  max-width: none;
  margin-left: -10%;
  height: auto;
  display: block;
  filter:
    drop-shadow(0 18px 22px rgba(16, 24, 40, .1))
      drop-shadow(0 38px 54px rgba(16, 24, 40, .12));
  opacity: 0;
  transform: translateY(18px) scale(.985) scaleX(1.07);
  transition:
    opacity 1.35s ease-out,
    transform 1.7s cubic-bezier(.16, .84, .44, 1);
  will-change: opacity, transform;
}

.heroMock.isLoaded {
  opacity: .95;
  transform: translateY(0) scale(1) scaleX(1.07);
}

.section {
  padding: 80px 0;
}

.sectionHeader {
  max-width: 760px;
  margin-bottom: 32px;
}

.sectionEyebrow {
  margin: 0 0 10px;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  color: var(--pz-green);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.sectionHeader h2 {
  margin: 0;
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.22;
  font-weight: 650;
}

.sectionHeader p {
  margin: 14px 0 0;
  color: var(--pz-muted);
  line-height: 1.7;
}

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

#overview {
  background: #ffffff;
}

.productStories {
  background: #ffffff;
}

.storyRow {
  padding: 88px 0;
}

.storyRowExplore {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
}

.storyRowPortfolio {
  background: linear-gradient(180deg, #fbfdfc 0%, #f2f8f4 18%, #eef6f1 82%, #fbfdfc 100%);
}

.storyRowPlan {
  background: linear-gradient(180deg, #fbfdfc 0%, #ffffff 100%);
}

.storyGrid {
  width: min(1180px, calc(100% - 72px));
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: 72px;
}

.storyGridReverse {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
}

.storyGridReverse .storyContent {
  order: 2;
}

.storyGridReverse .storyFrame {
  order: 1;
}

.storyContent {
  max-width: 520px;
}

.storyContent h2 {
  margin: 0;
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.04;
  font-weight: 760;
}

.storyContent p:not(.sectionEyebrow) {
  margin: 18px 0 0;
  color: var(--pz-muted);
  font-size: 17px;
  line-height: 1.7;
}

.storyCta {
  min-height: 44px;
  margin-top: 26px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--pz-green);
  color: #ffffff;
  font-weight: 650;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(63, 143, 111, .22);
}

.storyFrame {
  padding: 8px;
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(16,24,40,.07);
  box-shadow: 0 28px 70px rgba(16,24,40,.10);
  overflow: hidden;
}

.storyFrame img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: contain;
  object-position: top center;
  display: block;
}

.storyFramePortfolio {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.storyFramePortfolio img {
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(16,24,40,.12);
  border: 1px solid rgba(16,24,40,.06);
  background: #fff;
}

.featureCard,
.assuranceCard,
.stepCard {
  border: 1px solid var(--pz-line);
  background: var(--pz-card);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16, 24, 40, .06);
}

.featureCard {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(16,24,40,.07);
  border-radius: 26px;
  box-shadow: 0 22px 55px rgba(16,24,40,.075);
  padding: 22px;
  min-height: 260px;
}

.featureTop {
  aspect-ratio: 16 / 9;
  min-height: 180px;
  border-radius: 18px;
  margin-bottom: 18px;
  border: 1px solid rgba(16, 24, 40, .08);
  box-shadow: 0 14px 30px rgba(16,24,40,.09);
  overflow: hidden;
  background: #fff;
}

.featureTop img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.featureCard h3,
.assuranceCard h3,
.stepCard h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 620;
}

.featureCard p,
.assuranceCard p,
.stepCard p {
  margin: 0;
  color: var(--pz-muted);
  line-height: 1.65;
  font-size: 14px;
}

.splitBand {
  background: #101828;
  color: #ffffff;
}

.splitGrid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 48px;
  align-items: center;
}

.splitBand .sectionEyebrow {
  color: #9cc7b1;
}

.splitBand .sectionHeader {
  margin-bottom: 0;
}

.splitBand .sectionHeader p {
  color: #cbd5e1;
}

.assuranceGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.assuranceCard {
  padding: 18px;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .14);
}

.assuranceCard p {
  color: #cbd5e1;
}

.providerBand {
  padding: 56px 0 24px;
  background: #ffffff;
}

.providerBand .container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 34px 38px;
  border: 1px solid rgba(16,24,40,.07);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f4faf6 100%);
  box-shadow: 0 14px 34px rgba(16,24,40,.045);
}

.providerBand .sectionHeader {
  margin-bottom: 0;
}

.providerStaticLine {
  margin-top: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
  color: #2b5f49;
  font-size: 14px;
  font-weight: 600;
}

.providerStaticLine span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  opacity: .88;
}

.providerStaticLine span:not(:last-child)::after {
  content: "·";
  margin: 0 14px;
  color: rgba(63,143,111,.42);
  font-weight: 600;
}

.providerNote {
  margin: 10px 0 0;
  color: #667085;
  font-size: 13px;
}

.trustStripBand {
  padding: 0;
  background: #ffffff;
}

.trustStrip {
  max-width: 980px;
  margin: 20px auto 54px;
  padding: 14px 0;
  border: 0;
  border-top: 1px solid rgba(16,24,40,.06);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 22px;
}

.trustStrip h2 {
  flex: 0 0 220px;
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.trustStrip p {
  max-width: 780px;
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.55;
}

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

.stepCard {
  padding: 22px;
}

.stepNumber {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #ffffff;
  background: #101828;
  font-weight: 650;
}

.quoteBand {
  background:
    linear-gradient(90deg, rgba(63, 143, 111, .09), rgba(49, 95, 136, .08)),
    #f7f8fb;
}

.quoteLayout {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 42px;
  align-items: center;
}

.quoteText {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.25;
  font-weight: 600;
}

.quoteMeta {
  margin-top: 18px;
  color: var(--pz-muted);
}

.metricPanel {
  border: 1px solid var(--pz-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .8);
  padding: 20px;
  box-shadow: var(--pz-shadow-soft);
}

.metricRow {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(16, 24, 40, .08);
}

.metricRow:last-child {
  border-bottom: 0;
}

.metricLabel {
  color: var(--pz-muted);
}

.metricValue {
  font-weight: 650;
}

.finalCtaBand {
  padding: 0 0 72px;
  background: #ffffff;
}

.finalCta {
  max-width: 1120px;
  padding: 42px 48px;
  border-radius: 26px;
  background: linear-gradient(135deg, #2b5f49 0%, #1f4537 100%);
  box-shadow: 0 26px 70px rgba(16,24,40,.14);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.finalCta h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
}

.finalCta p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.6;
}

.finalCtaActions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.finalCtaPrimary,
.finalCtaSecondary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.finalCtaPrimary {
  color: #1f4537;
  background: #ffffff;
}

.finalCtaSecondary {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.58);
  background: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .revealOnScroll {
    transform: none;
    transition: opacity 280ms ease;
    will-change: auto;
  }
}

@media (max-width: 700px) {
  .storyGrid {
    width: min(100%, calc(100% - 32px));
  }
}

@media (max-width: 940px) {
  .hero {
    min-height: auto;
    padding: 48px 0 28px;
  }

  .heroGrid,
  .splitGrid,
  .quoteLayout {
    grid-template-columns: 1fr;
  }

  .heroContent {
    max-width: none;
  }

  .heroActions {
    justify-content: center;
  }

  .heroVisual {
    position: relative;
    right: auto;
    top: auto;
    width: min(100%, 430px);
    height: auto;
    margin: 18px auto 0;
  }

  .heroMock {
    width: 162%;
    margin-left: calc(-6% + 15px);
    transform: translateY(16px) scale(.985) scaleX(1.05);
  }

  .heroMock.isLoaded {
    transform: translateY(0) scale(1) scaleX(1.05);
  }

  .featureGrid,
  .stepsGrid {
    grid-template-columns: 1fr;
  }

  .storyRow {
    padding: 64px 0;
  }

  .storyGrid,
  .storyGridReverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .storyGridReverse .storyContent,
  .storyGridReverse .storyFrame {
    order: initial;
  }

  .storyContent {
    max-width: 640px;
  }

  .finalCta {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 560px) {
  .container {
    width: min(var(--pz-container), calc(100% - 28px));
  }

  .heroContent h1 {
    font-size: 40px;
  }

  .section {
    padding: 56px 0;
  }

  .storyRow {
    padding: 56px 0;
  }

  .storyContent h2 {
    font-size: 30px;
  }

  .storyContent p:not(.sectionEyebrow) {
    font-size: 15px;
  }

  .storyCta {
    width: 100%;
  }

  .storyFrame {
    padding: 10px;
    border-radius: 20px;
  }

  .storyFrame img {
    border-radius: 14px;
  }

  .providerBand .container {
    padding: 28px;
    border-radius: 24px;
  }

  .finalCtaBand {
    padding-bottom: 48px;
  }

  .finalCta {
    padding: 30px 22px;
    border-radius: 24px;
  }

  .finalCtaActions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .trustStrip {
    margin: 20px auto 44px;
    padding: 14px 0;
    display: block;
  }

  .trustStrip h2 {
    margin-bottom: 6px;
    font-size: 15px;
  }
}
