@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./plus-jakarta-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --ppl-canvas: #f6f4ef;
  --ppl-paper: #fffdfa;
  --ppl-ink: #173237;
  --ppl-muted: #5c696a;
  --ppl-line: #d5ddd8;
  --ppl-soft: #edf1ec;
  --ppl-coral: #ee6f54;
  --ppl-coral-soft: #f5d8cf;
  --ppl-gold: #ebcf7f;
  --ppl-lavender: #dfdaee;
  --ppl-sage: #dce8dc;
  --ppl-teal: #205b5f;
  --ppl-success: #176b52;
  --ppl-danger: #a33a2b;
  --ppl-shadow: 0 24px 64px rgba(23, 50, 55, 0.12);
  --ppl-shadow-soft: 0 12px 34px rgba(23, 50, 55, 0.08);
  --ppl-radius-sm: 12px;
  --ppl-radius-md: 20px;
  --ppl-radius-lg: 30px;
  --ppl-radius-xl: 42px;
  --ppl-content: 1180px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--ppl-canvas);
  color: var(--ppl-ink);
  font-family: "Plus Jakarta Sans", "Avenir Next", Arial, sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.65;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--ppl-teal);
  outline-offset: 3px;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  font-weight: 600;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 22px;
}

p {
  margin: 0;
}

.ppl-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ppl-skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--ppl-ink);
  color: #ffffff;
  transform: translateY(-150%);
}

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

.ppl-site-header,
.ppl-admin-header {
  width: min(calc(100% - 40px), var(--ppl-content));
  min-height: 78px;
  margin: 18px auto 0;
  padding: 12px 14px 12px 18px;
  display: flex;
  align-items: center;
  gap: 26px;
  border: 1px solid rgba(32, 91, 95, 0.16);
  border-radius: 22px;
  background: rgba(255, 253, 250, 0.94);
  box-shadow: var(--ppl-shadow-soft);
  backdrop-filter: blur(18px);
  position: relative;
  z-index: 20;
}

.ppl-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 250px;
}

.ppl-brand-mark {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--ppl-ink);
  color: var(--ppl-coral);
  font-size: 22px;
  font-weight: 800;
}

.ppl-brand strong,
.ppl-brand small {
  display: block;
}

.ppl-brand strong {
  font-size: 14px;
  line-height: 1.2;
}

.ppl-brand small {
  margin-top: 3px;
  color: var(--ppl-muted);
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}

.ppl-landing-page {
  background: #f8f8f6;
  color: #0b0b0b;
  font-size: 17px;
  font-weight: 480;
}

.ppl-landing-page .ppl-site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 88px;
  margin: 0;
  padding: 12px max(28px, calc((100vw - 1156px) / 2));
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: rgba(248, 248, 246, 0);
  box-shadow: none;
  backdrop-filter: none;
  transition: min-height 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ppl-landing-page .ppl-site-header.is-scrolled {
  min-height: 76px;
  border-bottom-color: rgba(11, 11, 11, 0.06);
  background: #f8f8f6;
  box-shadow: 0 12px 40px rgba(22, 21, 18, 0.055);
  backdrop-filter: none;
}

.ppl-brand-landing {
  min-width: 0;
  color: #0b0b0b;
}

.ppl-brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  font-size: 26px;
  font-weight: 760;
  line-height: 1;
}

.ppl-brand-wordmark > span {
  margin-left: 3px;
  color: #ff6846;
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.ppl-landing-page .ppl-header-cta {
  min-height: 44px;
  padding: 10px 19px;
  gap: 10px;
  background: #ff6846;
  font-size: 13.5px;
  font-weight: 610;
  box-shadow: 0 10px 24px rgba(255, 104, 70, 0.2);
}

.ppl-site-nav,
.ppl-admin-header nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.ppl-site-nav a,
.ppl-admin-header nav a {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ppl-site-nav a:hover,
.ppl-admin-header nav a:hover {
  color: var(--ppl-coral);
}

.ppl-button {
  min-height: 48px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

.ppl-button:hover {
  transform: translateY(-2px);
}

.ppl-button-primary {
  background: var(--ppl-coral);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(238, 111, 84, 0.25);
}

.ppl-button-secondary {
  background: var(--ppl-paper);
  color: var(--ppl-ink);
  border-color: var(--ppl-line);
}

.ppl-button-dark {
  background: var(--ppl-ink);
  color: #ffffff;
}

.ppl-button-coral-light {
  background: #ffffff;
  color: var(--ppl-ink);
  border-color: #ffffff;
}

.ppl-header-cta {
  min-height: 44px;
  padding: 10px 20px;
}

.ppl-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 750;
  text-underline-offset: 5px;
}

.ppl-eyebrow {
  margin-bottom: 16px;
  color: var(--ppl-teal);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.ppl-flash-stack {
  width: min(calc(100% - 40px), var(--ppl-content));
  margin: 14px auto 0;
  display: grid;
  gap: 8px;
}

.ppl-flash {
  padding: 13px 16px;
  border: 1px solid var(--ppl-line);
  border-radius: var(--ppl-radius-sm);
  background: var(--ppl-paper);
  font-size: 14px;
  font-weight: 700;
}

.ppl-flash.is-error {
  border-color: #d7a398;
  background: #fff0ec;
  color: #7c2d21;
}

.ppl-flash.is-success {
  border-color: #9bc3af;
  background: #edf7f1;
  color: #14513f;
}

.ppl-hero {
  width: min(1156px, calc(100% - 56px));
  min-height: 690px;
  margin: 0 auto;
  padding: 86px 0 88px;
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(520px, 552px);
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}

.ppl-hero h1 {
  max-width: 520px;
  color: #0b0b0b;
  font-size: clamp(50px, 5vw, 68px);
  font-weight: 520;
  line-height: 1.1;
}

.ppl-headline-line {
  margin-bottom: -0.06em;
  padding-bottom: 0.06em;
  display: block;
  overflow: visible;
}

.ppl-headline-line > span {
  display: inline-block;
}

.ppl-headline-line em {
  display: inline-block;
  font-style: normal;
  position: relative;
  z-index: 0;
}

.ppl-headline-line em::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -0.04em;
  bottom: 0.07em;
  left: -0.04em;
  height: 0.1em;
  border-radius: 999px;
  background: #ffd15b;
  transform: rotate(-2deg);
}

.ppl-hero-lead {
  max-width: 570px;
  margin-top: 34px;
  color: #65645e;
  font-size: 18px;
  line-height: 1.7;
}

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

.ppl-landing-page .ppl-hero .ppl-eyebrow {
  color: #cf3f27;
  font-weight: 720;
}

.ppl-landing-page .ppl-hero .ppl-button-primary {
  min-height: 52px;
  padding: 12px 24px;
  gap: 12px;
  background: #ff6846;
  font-weight: 620;
  box-shadow: 0 12px 28px rgba(255, 104, 70, 0.24);
}

.ppl-landing-page .ppl-hero .ppl-text-link {
  color: #0b0b0b;
  font-weight: 600;
}

.ppl-hero-reassurance {
  margin-top: 26px;
  color: #555550;
  font-size: 16px;
  line-height: 1.6;
}

.ppl-hero-reassurance span {
  margin-inline: 6px;
  color: #cf3f27;
}

.ppl-landing-page .ppl-hero .ppl-button,
.ppl-landing-page .ppl-outcomes .ppl-button,
.ppl-landing-page .ppl-closing .ppl-button,
.ppl-landing-page .ppl-text-link {
  font-size: 15px;
}

.ppl-hero-visual {
  aspect-ratio: 1;
  position: relative;
  min-height: 0;
  padding: 0;
  border-radius: 20px;
  background: #efe9df;
  isolation: isolate;
  overflow: visible;
}

.ppl-portrait-frame {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  border: 0;
  border-radius: inherit;
  background: #ffaf14;
  box-shadow: none;
  transform: scale(1.012);
  transform-origin: center;
}

.ppl-portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.ppl-floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 50px rgba(45, 45, 35, 0.16);
  backdrop-filter: blur(10px);
}

.ppl-floating-card span,
.ppl-floating-card strong,
.ppl-floating-card small {
  display: block;
}

.ppl-floating-card small {
  color: #66635e;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
}

.ppl-floating-card strong {
  color: #0b0b0b;
  font-size: 13px;
  line-height: 1.3;
}

.ppl-floating-left {
  top: 66px;
  left: -48px;
  gap: 13px;
  padding: 17px 22px;
}

.ppl-mini-chart {
  width: 50px;
  height: 35px;
  padding: 0 2px 4px;
  display: flex !important;
  align-items: flex-end;
  gap: 4px;
  border-bottom: 1px solid #dedbd4;
}

.ppl-mini-chart i {
  width: 6px;
  border-radius: 4px 4px 1px 1px;
  background: #ff6846;
}

.ppl-mini-chart i:first-child {
  height: 34%;
}

.ppl-mini-chart i:nth-child(2) {
  height: 72%;
}

.ppl-mini-chart i:nth-child(3) {
  height: 49%;
}

.ppl-mini-chart i:nth-child(4) {
  height: 92%;
}

.ppl-floating-right {
  right: -46px;
  bottom: 73px;
  min-width: 208px;
  padding: 12px 15px;
  gap: 11px;
}

.ppl-floating-right > span:nth-child(2) {
  flex: 1;
}

.ppl-avatar {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid !important;
  place-items: center;
  border: 3px solid #e7f3ff;
  border-radius: 50%;
  background: #3298f5;
  color: #ffffff;
  font-size: 9px;
  font-weight: 720;
}

.ppl-verified {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: grid !important;
  place-items: center;
  border-radius: 50%;
  background: #ff6846;
  color: #ffffff;
  font-size: 9px;
}

.ppl-section-heading {
  max-width: 800px;
}

.ppl-section-heading > p:last-child {
  max-width: 680px;
  margin-top: 20px;
  color: var(--ppl-muted);
  font-size: 17px;
}

.ppl-problem {
  padding: 118px max(20px, calc((100vw - var(--ppl-content)) / 2)) 128px;
  background: #f8f8f6;
  color: #0b0b0b;
}

.ppl-problem .ppl-section-heading {
  width: min(820px, 100%);
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

.ppl-problem .ppl-eyebrow {
  margin-bottom: 18px;
  color: #cf3f27;
  font-size: 13px;
  font-weight: 760;
}

.ppl-problem .ppl-section-heading h2 {
  font-size: clamp(40px, 4.25vw, 58px);
  font-weight: 520;
  line-height: 1.08;
}

.ppl-problem .ppl-section-heading > p:last-child {
  width: min(680px, 100%);
  max-width: none;
  margin: 28px auto 0;
  color: #65645e;
  font-size: 17px;
  line-height: 1.8;
}

.ppl-diagnostic-stage {
  min-height: 560px;
  margin-top: 70px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(145deg, #171a1f 0%, #0c0d0f 62%, #102c42 100%);
  color: #ffffff;
  box-shadow: 0 40px 100px rgba(12, 13, 15, 0.16);
}

.ppl-diagnostic-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 auto auto;
  width: 34%;
  height: 5px;
  background: #3298f5;
}

.ppl-diagnostic-stage::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 24%;
  height: 5px;
  background: #ffd15b;
}

.ppl-diagnostic-copy {
  width: min(620px, calc(100% - 120px));
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.ppl-diagnostic-copy > span {
  display: inline-block;
  margin-bottom: 20px;
  color: #ffd15b;
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.ppl-diagnostic-copy strong {
  display: block;
  font-size: clamp(42px, 5.2vw, 68px);
  font-weight: 510;
  line-height: 1.04;
}

.ppl-diagnostic-copy p {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16.5px;
  line-height: 1.7;
}

.ppl-diagnostic-copy b {
  margin: 0 8px;
  color: #ffd15b;
  font-weight: 700;
}

.ppl-diagnostic-chip {
  min-height: 54px;
  padding: 10px 16px;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  color: #0b0b0b;
  font-size: 12px;
  font-weight: 650;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.ppl-diagnostic-chip span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  border-radius: 50%;
  background: #0b0b0b;
  color: #ffffff;
  font-size: 9px;
  font-weight: 760;
}

.ppl-diagnostic-chip.is-course {
  top: 96px;
  left: -18px;
}

.ppl-diagnostic-chip.is-content {
  top: 112px;
  right: -14px;
}

.ppl-diagnostic-chip.is-fees {
  right: 92px;
  bottom: 48px;
}

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

.ppl-problem-grid article {
  min-height: 280px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.035);
  border-radius: 26px;
  background: #3298f5;
  box-shadow: none;
}

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

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

.ppl-problem-grid article:nth-child(4) {
  background: #ece8df;
}

.ppl-problem-grid span,
.ppl-week-list article > span,
.ppl-policy-content section > span {
  color: var(--ppl-coral);
  font-size: 12px;
  font-weight: 800;
}

.ppl-problem-grid article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 11, 11, 0.58);
  border-radius: 50%;
  color: #0b0b0b;
  font-size: 11px;
  font-weight: 720;
  line-height: 1;
}

.ppl-problem-grid h3 {
  margin: auto 0 12px;
  color: #0b0b0b;
  font-size: 25px;
  font-weight: 590;
  line-height: 1.2;
}

.ppl-problem-grid p {
  margin: 0;
  color: rgba(11, 11, 11, 0.88);
  font-size: 16px;
  line-height: 1.7;
}

.ppl-outcomes {
  padding: 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(112deg, #10110f 0%, #10110f 68%, #102a3b 100%);
  color: #ffffff;
}

.ppl-outcomes::before,
.ppl-outcomes::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ppl-outcomes::before {
  top: 0;
  right: 0;
  width: 28%;
  height: 5px;
  background: #3298f5;
}

.ppl-outcomes::after {
  bottom: 0;
  left: 0;
  width: 20%;
  height: 5px;
  background: #ffd15b;
}

.ppl-outcomes-inner {
  width: min(calc(100% - 40px), var(--ppl-content));
  margin: 0 auto;
  padding: 120px 0 110px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.5fr);
  gap: 0 96px;
}

.ppl-outcomes .ppl-section-heading {
  max-width: 520px;
}

.ppl-outcomes .ppl-eyebrow,
.ppl-boundary .ppl-eyebrow,
.ppl-closing .ppl-eyebrow {
  color: var(--ppl-coral);
}

.ppl-outcomes .ppl-eyebrow {
  color: #ffd15b;
  font-weight: 720;
}

.ppl-outcomes .ppl-section-heading h2 {
  font-size: clamp(40px, 4.25vw, 58px);
  font-weight: 520;
  line-height: 1.08;
}

.ppl-outcome-list {
  max-width: none;
  margin: 16px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.ppl-outcome-list article {
  min-width: 0;
  padding: 25px 0 0;
  display: block;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: transparent;
}

.ppl-outcome-list article > span {
  color: #ffd15b;
  font-size: 11px;
  font-weight: 690;
}

.ppl-outcome-list h3 {
  margin: 24px 0 12px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 570;
  line-height: 1.25;
}

.ppl-outcome-list p {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.75;
}

.ppl-outcomes-footer {
  grid-column: 1 / -1;
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.ppl-outcomes-footer > p {
  max-width: 760px;
  margin: 0;
  padding: 7px 0 7px 24px;
  border-left: 4px solid #ff6846;
  color: rgba(255, 255, 255, 0.9);
  font-size: 21px;
  font-weight: 530;
  line-height: 1.5;
}

.ppl-outcomes .ppl-button-coral-light {
  flex: 0 0 auto;
  border-color: #ff6846;
  background: #ff6846;
  color: #ffffff;
  box-shadow: 0 14px 36px rgba(255, 104, 70, 0.2);
}

.ppl-roadmap {
  padding: 120px max(20px, calc((100vw - var(--ppl-content)) / 2)) 105px;
  background: #f3efe8;
  color: #0b0b0b;
}

.ppl-roadmap .ppl-section-heading {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  align-items: end;
  gap: 80px;
}

.ppl-roadmap .ppl-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -48px;
  color: #cf3f27;
  font-weight: 720;
}

.ppl-roadmap .ppl-section-heading h2 {
  font-size: clamp(40px, 4.25vw, 58px);
  font-weight: 520;
  line-height: 1.08;
}

.ppl-roadmap .ppl-section-heading > p:last-child {
  max-width: none;
  margin: 0 0 5px;
  color: #65645e;
  font-size: 17px;
  line-height: 1.8;
}

.ppl-week-list {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ppl-week-list article {
  min-height: 350px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(11, 11, 11, 0.06);
  border-radius: 24px;
  box-shadow: none;
}

.ppl-week-list article.is-coral {
  background: #ff6846;
}

.ppl-week-list article.is-yellow {
  background: #ffd15b;
}

.ppl-week-list article.is-blue {
  background: #3298f5;
}

.ppl-week-list article.is-cream {
  background: #fffdfa;
}

.ppl-week-list article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 11, 11, 0.58);
  border-radius: 50%;
  color: #0b0b0b;
  font-size: 11px;
  font-weight: 720;
  line-height: 1;
}

.ppl-week-list h3 {
  max-width: none;
  margin: auto 0 14px;
  color: #0b0b0b;
  font-size: 25px;
  font-weight: 590;
  line-height: 1.18;
}

.ppl-week-list p {
  max-width: none;
  margin: 0;
  color: rgba(11, 11, 11, 0.86);
  font-size: 16px;
  line-height: 1.7;
}

.ppl-roadmap-note {
  width: fit-content;
  max-width: 100%;
  margin: 32px auto 0;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(11, 11, 11, 0.07);
  color: #3f3d39;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.ppl-delivery {
  width: 100%;
  margin: 0;
  padding: 120px max(20px, calc((100vw - var(--ppl-content)) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
  border: 0;
  border-radius: 0;
  background: #f8f8f6;
  color: #0b0b0b;
  box-shadow: none;
}

.ppl-delivery-copy {
  padding: 12px 40px 38px 0;
}

.ppl-delivery .ppl-eyebrow {
  color: #cf3f27;
  font-weight: 720;
}

.ppl-delivery h2 {
  font-size: clamp(40px, 3.35vw, 50px);
  font-weight: 520;
  line-height: 1.16;
}

.ppl-delivery-intro {
  max-width: 570px;
  margin-top: 24px;
  color: #65645e;
  font-size: 17px;
  line-height: 1.8;
}

.ppl-delivery-note {
  max-width: 570px;
  margin-top: 30px;
  padding-top: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-top: 1px solid rgba(11, 11, 11, 0.14);
}

.ppl-delivery-note > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  border-radius: 50%;
  background: #ffd15b;
  color: #0b0b0b;
  font-size: 22px;
  line-height: 1;
}

.ppl-delivery-note p {
  margin: 0;
  color: #4c4b47;
  font-size: 16px;
  line-height: 1.7;
}

.ppl-delivery-note strong {
  display: block;
  margin-bottom: 3px;
  color: #0b0b0b;
  font-size: 17px;
  font-weight: 650;
}

.ppl-delivery-panel {
  margin: 0;
  padding: 40px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(11, 11, 11, 0.05);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 25px 80px rgba(26, 24, 20, 0.06);
  counter-reset: ppl-delivery-step;
}

.ppl-delivery-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36%;
  height: 5px;
  background: #ff6846;
}

.ppl-delivery-panel div {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 34px 118px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border-bottom: 1px solid rgba(11, 11, 11, 0.12);
  counter-increment: ppl-delivery-step;
}

.ppl-delivery-panel div::before {
  content: counter(ppl-delivery-step, decimal-leading-zero);
  color: #cf3f27;
  font-size: 11px;
  font-weight: 760;
  line-height: 1.7;
}

.ppl-delivery-panel div:last-child {
  border-bottom: 0;
}

.ppl-delivery dt {
  color: #0b0b0b;
  font-size: 16px;
  font-weight: 680;
  line-height: 1.6;
}

.ppl-delivery dd {
  margin: 0;
  color: #44433f;
  font-size: 16px;
  line-height: 1.65;
}

.ppl-founder {
  padding: 90px max(20px, calc((100vw - var(--ppl-content)) / 2)) 110px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 76px;
  background: #fffdfa;
  color: #0b0b0b;
}

.ppl-founder-visual {
  position: relative;
  min-height: 0;
  aspect-ratio: 1;
  background: #efe9df;
  border: 0;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: none;
}

.ppl-founder-visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0), rgba(11, 11, 11, 0.3));
}

.ppl-founder-visual img {
  width: 104%;
  height: 104%;
  position: absolute;
  top: -2%;
  left: -2%;
  object-fit: cover;
  object-position: 50% 35%;
}

.ppl-founder-centres,
.ppl-founder-name {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.ppl-founder-centres {
  top: 22px;
  left: 22px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.13);
}

.ppl-founder-centres span,
.ppl-founder-name span {
  text-transform: uppercase;
  line-height: 1.35;
}

.ppl-founder-centres span {
  color: #5e5b56;
  font-size: 11px;
  font-weight: 650;
}

.ppl-founder-centres strong {
  margin-top: 3px;
  color: #0b0b0b;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}

.ppl-founder-name {
  right: 28px;
  bottom: 28px;
  min-width: 190px;
  padding: 17px 20px;
  border-radius: 17px;
  background: #0b0b0b;
  color: #ffffff;
}

.ppl-founder-name span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11.5px;
}

.ppl-founder-name strong {
  margin-top: 3px;
  font-size: 18px;
  font-weight: 590;
  line-height: 1.4;
}

.ppl-founder-copy .ppl-eyebrow {
  color: #cf3f27;
  font-weight: 720;
}

.ppl-founder-copy h2 {
  font-size: clamp(40px, 3.5vw, 48px);
  font-weight: 520;
  line-height: 1.14;
}

.ppl-founder-copy > p:not(.ppl-eyebrow) {
  max-width: 630px;
  margin-top: 18px;
  color: #65645e;
  font-size: 17px;
  line-height: 1.7;
}

.ppl-founder-copy > p.ppl-founder-lead {
  color: #0b0b0b;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.6;
}

.ppl-founder-proof {
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ppl-founder-proof div {
  min-height: 122px;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(11, 11, 11, 0.12);
  border-radius: 18px;
  background: #ffffff;
}

.ppl-founder-proof dt {
  color: #0b0b0b;
  font-size: 28px;
  font-weight: 590;
  line-height: 1.1;
}

.ppl-founder-proof dd {
  margin: 10px 0 0;
  color: #4c4b47;
  font-size: 16px;
  line-height: 1.55;
}

.ppl-fit {
  width: 100%;
  margin: 0;
  padding: 120px max(20px, calc((100vw - var(--ppl-content)) / 2));
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
  gap: 24px;
  background: #ffd15b;
  color: #0b0b0b;
}

.ppl-fit-intro {
  max-width: none;
  padding: 44px;
  border: 1px solid rgba(11, 11, 11, 0.08);
  border-radius: 28px;
  background: #fffdfa;
  box-shadow: 0 30px 80px rgba(56, 43, 10, 0.12);
}

.ppl-fit .ppl-eyebrow {
  color: #7d2d1d;
  font-weight: 740;
}

.ppl-fit h2 {
  font-size: clamp(42px, 3.5vw, 50px);
  font-weight: 530;
  line-height: 1.09;
}

.ppl-fit-lead {
  max-width: 570px;
  margin-top: 26px;
  color: #353633;
  font-size: 18px;
  line-height: 1.8;
}

.ppl-fit-truth {
  max-width: 570px;
  margin-top: 34px;
  padding: 25px 0 27px;
  display: grid;
  gap: 9px;
  border-top: 1px solid rgba(11, 11, 11, 0.28);
  border-bottom: 1px solid rgba(11, 11, 11, 0.28);
}

.ppl-fit-truth span,
.ppl-fit-decision-heading > span {
  font-size: 13px;
  font-weight: 760;
  line-height: 1.4;
  text-transform: uppercase;
}

.ppl-fit-truth strong {
  max-width: 520px;
  font-size: 22px;
  font-weight: 630;
  line-height: 1.5;
}

.ppl-fit-decision {
  padding: 44px;
  border: 1px solid rgba(11, 11, 11, 0.08);
  border-radius: 28px;
  background: #fffdfa;
  box-shadow: 0 30px 80px rgba(56, 43, 10, 0.14);
}

.ppl-fit-decision-heading {
  padding-bottom: 28px;
}

.ppl-fit-decision-heading > span {
  color: #cf3f27;
}

.ppl-fit-decision-heading h3 {
  max-width: 540px;
  margin-top: 12px;
  font-size: 32px;
  font-weight: 590;
  line-height: 1.2;
}

.ppl-fit-decision-heading p {
  margin-top: 10px;
  color: #444540;
  font-size: 17px;
  line-height: 1.7;
}

.ppl-fit-group {
  padding: 32px 0;
  border-top: 1px solid rgba(11, 11, 11, 0.14);
}

.ppl-fit-group-heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ppl-fit-group-heading > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  border-radius: 50%;
  background: #3298f5;
  color: #0b0b0b;
  font-size: 12px;
  font-weight: 760;
}

.ppl-fit-group.is-not-ready .ppl-fit-group-heading > span {
  background: #ff6846;
}

.ppl-fit-group h4 {
  margin: 0;
  font-size: 21px;
  font-weight: 650;
  line-height: 1.35;
}

.ppl-fit-group ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.ppl-fit-group li {
  padding: 16px 0 16px 34px;
  border-top: 1px solid rgba(11, 11, 11, 0.1);
  color: #30312e;
  font-size: 17px;
  line-height: 1.7;
  position: relative;
}

.ppl-fit-group li::before {
  content: "+";
  position: absolute;
  left: 4px;
  top: 16px;
  color: #167659;
  font-size: 20px;
  font-weight: 800;
}

.ppl-fit-group.is-not-ready li::before {
  content: "\00d7";
  color: #cf3f27;
}

.ppl-fit-final {
  margin: 4px -20px -20px;
  padding: 19px 20px;
  border-radius: 18px;
  background: #10110f;
  color: #ffffff;
  font-size: 17px;
  font-weight: 560;
  line-height: 1.65;
}

.ppl-boundary {
  padding: 112px max(20px, calc((100vw - var(--ppl-content)) / 2));
  border-radius: var(--ppl-radius-xl) var(--ppl-radius-xl) 0 0;
  background: #173e42;
  color: #ffffff;
}

.ppl-boundary-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: end;
  gap: 24px 80px;
}

.ppl-boundary-intro .ppl-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
  color: #ff8b70;
}

.ppl-boundary-intro h2 {
  max-width: 700px;
  font-size: clamp(42px, 4vw, 56px);
  font-weight: 530;
  line-height: 1.09;
}

.ppl-boundary-intro > p:last-child {
  max-width: 520px;
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.75;
}

.ppl-boundary-panel {
  margin-top: 54px;
  padding: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: #fffdfa;
  color: #0b0b0b;
  box-shadow: 0 32px 90px rgba(5, 24, 26, 0.24);
}

.ppl-boundary-principle {
  padding-bottom: 34px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  border-bottom: 1px solid rgba(11, 11, 11, 0.14);
}

.ppl-boundary-principle > span {
  padding-top: 7px;
  color: #cf3f27;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.4;
  text-transform: uppercase;
}

.ppl-boundary-principle strong {
  max-width: 790px;
  font-size: 24px;
  font-weight: 620;
  line-height: 1.45;
}

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

.ppl-boundary-group {
  padding: 38px 38px 34px 0;
}

.ppl-boundary-group + .ppl-boundary-group {
  padding-right: 0;
  padding-left: 38px;
  border-left: 1px solid rgba(11, 11, 11, 0.14);
}

.ppl-boundary-index {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #3298f5;
  color: #0b0b0b;
  font-size: 12px;
  font-weight: 760;
}

.ppl-boundary-group.is-referred .ppl-boundary-index {
  background: #ff6846;
}

.ppl-boundary-group h3 {
  max-width: 470px;
  margin-top: 20px;
  font-size: 23px;
  font-weight: 620;
  line-height: 1.3;
}

.ppl-boundary-group ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.ppl-boundary-group li {
  padding: 15px 0 15px 28px;
  border-top: 1px solid rgba(11, 11, 11, 0.1);
  color: #30312e;
  font-size: 16.5px;
  line-height: 1.7;
  position: relative;
}

.ppl-boundary-group li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 24px;
  left: 3px;
  border-radius: 50%;
  background: #168165;
}

.ppl-boundary-group.is-referred li::before {
  background: #cf3f27;
}

.ppl-boundary-confidentiality {
  padding: 24px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  border-radius: 20px;
  background: #f7e4dc;
}

.ppl-boundary-confidentiality > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ff6846;
  color: #0b0b0b;
  font-size: 22px;
  font-weight: 760;
}

.ppl-boundary-confidentiality strong {
  display: block;
  font-size: 18px;
  font-weight: 680;
}

.ppl-boundary-confidentiality p {
  max-width: 940px;
  margin-top: 5px;
  color: #3e403d;
  font-size: 16.5px;
  line-height: 1.7;
}

.ppl-faq-preview {
  padding: 120px max(20px, calc((100vw - var(--ppl-content)) / 2)) 128px;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: 24px;
  background: #f3efe8;
}

.ppl-faq-intro {
  position: sticky;
  top: 96px;
  padding: 44px;
  border: 1px solid rgba(11, 11, 11, 0.08);
  border-radius: 28px;
  background: #ffd15b;
  color: #0b0b0b;
  box-shadow: 0 28px 72px rgba(135, 97, 11, 0.14);
}

.ppl-faq-intro .ppl-eyebrow {
  color: #cf3f27;
}

.ppl-faq-intro h2 {
  font-size: clamp(42px, 3.5vw, 50px);
  font-weight: 540;
  line-height: 1.1;
}

.ppl-faq-intro > p:not(.ppl-eyebrow) {
  margin: 24px 0 0;
  color: rgba(11, 11, 11, 0.82);
  font-size: 17px;
  line-height: 1.75;
}

.ppl-faq-guide {
  margin-top: 30px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  border-top: 1px solid rgba(11, 11, 11, 0.26);
  border-bottom: 1px solid rgba(11, 11, 11, 0.26);
}

.ppl-faq-guide div {
  min-width: 0;
}

.ppl-faq-guide strong,
.ppl-faq-guide span {
  display: block;
}

.ppl-faq-guide strong {
  font-size: 32px;
  font-weight: 620;
  line-height: 1.1;
}

.ppl-faq-guide span {
  margin-top: 6px;
  color: rgba(11, 11, 11, 0.76);
  font-size: 13.5px;
  line-height: 1.5;
}

.ppl-faq-full-link {
  margin-top: 28px;
  padding-bottom: 4px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid #0b0b0b;
  color: #0b0b0b;
  font-size: 16px;
  font-weight: 680;
  line-height: 1.5;
  text-decoration: none;
}

.ppl-faq-full-link:hover {
  border-bottom-color: transparent;
}

.ppl-faq-list {
  display: grid;
  gap: 12px;
}

.ppl-faq-preview .ppl-faq-list {
  gap: 0;
  padding: 12px 34px;
  border: 1px solid rgba(11, 11, 11, 0.09);
  border-radius: 28px;
  background: #fffdfa;
  box-shadow: 0 30px 84px rgba(52, 47, 38, 0.09);
}

.ppl-faq-preview .ppl-faq-item {
  border: 0;
  border-bottom: 1px solid rgba(11, 11, 11, 0.12);
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.ppl-faq-preview .ppl-faq-item:last-child {
  border-bottom: 0;
}

.ppl-faq-preview .ppl-faq-item[open] {
  box-shadow: inset 4px 0 #ff6846;
}

.ppl-faq-preview .ppl-faq-item summary {
  min-height: 94px;
  padding: 24px 12px 24px 20px;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 14px;
}

.ppl-faq-preview .ppl-faq-item summary:hover {
  background: rgba(255, 104, 70, 0.055);
}

.ppl-faq-preview .ppl-faq-item summary > strong {
  font-size: 18.5px;
  font-weight: 630;
  line-height: 1.45;
}

.ppl-faq-preview .ppl-faq-number {
  font-size: 13px;
}

.ppl-faq-preview .ppl-faq-toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1eee8;
}

.ppl-faq-preview .ppl-faq-toggle::before {
  top: 19px;
  left: 11px;
}

.ppl-faq-preview .ppl-faq-toggle::after {
  top: 11px;
  left: 19px;
}

.ppl-faq-preview .ppl-faq-answer {
  padding: 0 54px 32px 78px;
  color: #344244;
  font-size: 16.5px;
  line-height: 1.75;
}

.ppl-faq-item {
  border: 1px solid var(--ppl-line);
  border-radius: 16px;
  background: var(--ppl-canvas);
  overflow: hidden;
}

.ppl-faq-item summary {
  min-height: 86px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 48px 1fr 26px;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}

.ppl-faq-item summary::-webkit-details-marker {
  display: none;
}

.ppl-faq-number {
  color: var(--ppl-coral);
  font-size: 12px;
  font-weight: 800;
}

.ppl-faq-toggle {
  width: 22px;
  height: 22px;
  position: relative;
}

.ppl-faq-toggle::before,
.ppl-faq-toggle::after {
  content: "";
  position: absolute;
  background: var(--ppl-ink);
}

.ppl-faq-toggle::before {
  top: 10px;
  left: 2px;
  width: 18px;
  height: 2px;
}

.ppl-faq-toggle::after {
  top: 2px;
  left: 10px;
  width: 2px;
  height: 18px;
}

.ppl-faq-item[open] .ppl-faq-toggle::after {
  display: none;
}

.ppl-faq-answer {
  padding: 0 54px 26px 82px;
  color: #415052;
  font-size: 16px;
}

.ppl-faq-answer p + p,
.ppl-faq-answer p + ul,
.ppl-faq-answer p + ol,
.ppl-faq-answer ul + p,
.ppl-faq-answer ol + p {
  margin-top: 13px;
}

.ppl-faq-answer ul,
.ppl-faq-answer ol {
  margin-bottom: 0;
  padding-left: 20px;
}

.ppl-registration-form {
  padding: 42px;
  border: 1px solid rgba(32, 91, 95, 0.12);
  border-radius: 28px;
  background: var(--ppl-paper);
  box-shadow: var(--ppl-shadow);
}

.ppl-registration-form fieldset {
  margin: 0;
  padding: 0 0 34px;
  border: 0;
}

.ppl-registration-form fieldset + fieldset {
  padding-top: 34px;
  border-top: 1px solid var(--ppl-line);
}

.ppl-registration-form legend {
  width: 100%;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 750;
}

.ppl-registration-form legend span {
  margin-right: 10px;
  color: var(--ppl-coral);
  font-size: 12px;
}

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

.ppl-form-grid-spaced {
  margin-top: 24px;
}

.ppl-field {
  display: block;
  position: relative;
}

.ppl-field > span,
.ppl-admin-filter-band label > span,
.ppl-admin-update label > span,
.ppl-batch-fields label > span,
.ppl-admin-login label > span {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 750;
}

.ppl-field > span small {
  color: var(--ppl-muted);
  font-weight: 500;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #aeb9b5;
  border-radius: var(--ppl-radius-sm);
  background: #ffffff;
  color: var(--ppl-ink);
  font-size: 15px;
}

textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.55;
}

input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-color: var(--ppl-danger);
  background: #fff7f5;
}

.ppl-field + .ppl-field:has(textarea) {
  margin-top: 22px;
}

.ppl-field-help,
.ppl-count {
  display: block;
  margin-top: 7px;
  color: var(--ppl-muted);
  font-size: 11px;
}

.ppl-count {
  text-align: right;
}

.ppl-field-error {
  display: block;
  margin-top: 7px;
  color: var(--ppl-danger);
  font-size: 12px;
  font-weight: 700;
}

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

.ppl-choice-grid label {
  min-height: 66px;
  padding: 13px 14px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--ppl-line);
  border-radius: var(--ppl-radius-sm);
  background: var(--ppl-canvas);
  cursor: pointer;
}

.ppl-choice-grid label:has(input:checked) {
  border-color: var(--ppl-ink);
  background: var(--ppl-coral-soft);
  box-shadow: inset 0 0 0 2px var(--ppl-coral);
}

.ppl-choice-grid input,
.ppl-consent-list input,
.ppl-switch input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 0;
  flex: 0 0 18px;
  accent-color: var(--ppl-coral);
}

.ppl-choice-grid span {
  font-size: 13px;
  font-weight: 650;
}

.ppl-consent-list {
  padding-top: 28px;
  border-top: 1px solid var(--ppl-line);
  display: grid;
  gap: 14px;
}

.ppl-consent-list label {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #3f3c37;
  font-size: 13px;
}

.ppl-consent-list small {
  color: var(--ppl-muted);
}

.ppl-submit {
  width: 100%;
  margin-top: 24px;
  min-height: 54px;
}

.ppl-form-privacy {
  margin-top: 14px;
  color: var(--ppl-muted);
  font-size: 11px;
  text-align: center;
}

.ppl-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ppl-registration-closed {
  padding: 38px;
  border: 1px solid var(--ppl-line);
  border-radius: 24px;
  background: var(--ppl-paper);
  box-shadow: var(--ppl-shadow-soft);
}

.ppl-registration-closed > span {
  color: var(--ppl-coral);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ppl-registration-closed h3 {
  margin-top: 14px;
  font-size: 30px;
}

.ppl-registration-closed p {
  margin: 18px 0 24px;
  color: var(--ppl-muted);
}

.ppl-register-page {
  overflow: hidden;
}

.ppl-register-hero {
  width: min(calc(100% - 40px), var(--ppl-content));
  margin: 0 auto;
  padding: 84px 0 82px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: 84px;
}

.ppl-register-heading h1 {
  max-width: 820px;
  margin-top: 18px;
  text-wrap: balance;
}

.ppl-register-heading > p:last-child {
  max-width: 680px;
  margin-top: 24px;
  color: var(--ppl-muted);
  font-size: 18px;
}

.ppl-back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 44px;
  color: var(--ppl-muted);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.ppl-back-link:hover {
  color: var(--ppl-coral);
}

.ppl-register-facts {
  margin: 0;
  padding: 10px 26px;
  border: 1px solid var(--ppl-line);
  border-radius: 24px;
  background: var(--ppl-paper);
  box-shadow: var(--ppl-shadow-soft);
}

.ppl-register-facts div {
  padding: 16px 0;
  border-bottom: 1px solid var(--ppl-line);
}

.ppl-register-facts div:last-child {
  border-bottom: 0;
}

.ppl-register-facts dt {
  color: var(--ppl-teal);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.ppl-register-facts dd {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 700;
}

.ppl-register-content {
  padding: 108px max(20px, calc((100vw - var(--ppl-content)) / 2)) 126px;
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  align-items: start;
  gap: 78px;
  border-radius: var(--ppl-radius-xl) var(--ppl-radius-xl) 0 0;
  background: var(--ppl-soft);
}

.ppl-register-context {
  position: sticky;
  top: 32px;
}

.ppl-register-context h2 {
  font-size: 34px;
}

.ppl-register-context > p:not(.ppl-eyebrow) {
  margin-top: 20px;
  color: var(--ppl-muted);
}

.ppl-register-context ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.ppl-register-context li {
  padding: 13px 0 13px 26px;
  border-top: 1px solid rgba(23, 50, 55, 0.12);
  color: var(--ppl-muted);
  position: relative;
}

.ppl-register-context li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 24px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ppl-coral);
}

.ppl-register-panel {
  min-width: 0;
}

.ppl-closing {
  padding: 118px max(28px, calc((100vw - 1156px) / 2)) 126px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: 80px;
  border-radius: 42px 42px 0 0;
  background: #173e42;
  color: #ffffff;
}

.ppl-closing .ppl-eyebrow {
  color: #ffd15b;
}

.ppl-closing h2 {
  max-width: 790px;
  margin-top: 18px;
  font-size: clamp(46px, 4.4vw, 60px);
  font-weight: 520;
  line-height: 1.08;
}

.ppl-closing-copy > .ppl-closing-lead {
  max-width: 700px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17.5px;
  line-height: 1.75;
}

.ppl-closing-standard {
  max-width: 700px;
  margin-top: 38px;
  padding: 27px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.ppl-closing-standard span,
.ppl-closing-standard strong {
  display: block;
}

.ppl-closing-standard span {
  color: #ffd15b;
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.ppl-closing-standard strong {
  max-width: 640px;
  margin-top: 11px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 590;
  line-height: 1.5;
}

.ppl-closing-action {
  min-width: 0;
  padding: 38px 36px 32px;
  display: grid;
  justify-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: #fffdfa;
  color: #0b0b0b;
  box-shadow: 0 30px 78px rgba(6, 24, 25, 0.24);
}

.ppl-closing-action-label {
  color: #cf3f27;
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.ppl-closing-action h3 {
  margin-top: 14px;
  font-size: 28px;
  font-weight: 590;
  line-height: 1.28;
}

.ppl-closing-action ul {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.ppl-closing-action li {
  min-height: 62px;
  padding: 17px 0 17px 30px;
  position: relative;
  border-top: 1px solid rgba(11, 11, 11, 0.12);
  color: #343733;
  font-size: 16px;
  line-height: 1.65;
}

.ppl-closing-action li::before {
  content: "+";
  position: absolute;
  top: 16px;
  left: 3px;
  color: #cf3f27;
  font-size: 20px;
  font-weight: 760;
}

.ppl-closing-action .ppl-button {
  width: 100%;
  min-height: 56px;
  margin-top: 26px;
  background: #ff6846;
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(255, 104, 70, 0.24);
}

.ppl-closing-action > span {
  margin-top: 17px;
  color: #343733;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.ppl-closing-action > span b {
  margin-inline: 5px;
  color: #cf3f27;
}

.ppl-closing-action > small {
  margin-top: 5px;
  color: #66665f;
  font-size: 12.5px;
  text-align: center;
}

.ppl-site-footer {
  padding: 50px max(20px, calc((100vw - var(--ppl-content)) / 2)) 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  background: #e9eeea;
  border-top: 1px solid var(--ppl-line);
}

.ppl-footer-brand strong,
.ppl-footer-brand span {
  display: block;
}

.ppl-footer-brand span,
.ppl-site-footer > p {
  color: var(--ppl-muted);
  font-size: 12px;
}

.ppl-site-footer nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ppl-site-footer nav a {
  font-size: 12px;
  font-weight: 700;
}

.ppl-site-footer > p {
  grid-column: 1 / -1;
  padding-top: 20px;
  border-top: 1px solid var(--ppl-line);
}

.ppl-page-hero {
  width: min(calc(100% - 40px), var(--ppl-content));
  margin: 0 auto;
  padding: 100px 0 86px;
}

.ppl-page-hero h1 {
  max-width: 900px;
}

.ppl-page-hero > p:not(.ppl-eyebrow) {
  max-width: 680px;
  margin: 22px 0 28px;
  color: var(--ppl-muted);
  font-size: 18px;
}

.ppl-faq-page-body {
  background: #f8f8f6;
  color: #0b0b0b;
}

.ppl-faq-page {
  overflow: clip;
}

.ppl-faq-hero {
  width: min(1156px, calc(100% - 56px));
  margin: 0 auto;
  padding: 154px 0 104px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  align-items: center;
  gap: 78px;
}

.ppl-faq-hero-copy .ppl-eyebrow {
  color: #cf3f27;
}

.ppl-faq-hero h1 {
  max-width: 790px;
  margin-top: 18px;
  color: #0b0b0b;
  font-size: clamp(52px, 5vw, 70px);
  font-weight: 520;
  line-height: 1.04;
}

.ppl-faq-hero h1 span {
  box-shadow: inset 0 -0.2em #ffd15b;
}

.ppl-faq-hero-copy > p:not(.ppl-eyebrow) {
  max-width: 700px;
  margin-top: 28px;
  color: #555550;
  font-size: 18px;
  line-height: 1.72;
}

.ppl-faq-hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.ppl-faq-hero-actions .ppl-button-primary {
  min-height: 52px;
  padding: 12px 24px;
  gap: 12px;
  background: #ff6846;
  box-shadow: 0 12px 28px rgba(255, 104, 70, 0.24);
}

.ppl-faq-hero-actions .ppl-text-link {
  color: #0b0b0b;
  font-size: 15px;
  font-weight: 650;
}

.ppl-faq-hero-guide {
  padding: 42px;
  border: 1px solid rgba(11, 11, 11, 0.1);
  border-radius: 30px;
  background: #ffd15b;
  box-shadow: 0 28px 70px rgba(135, 97, 11, 0.15);
}

.ppl-faq-hero-guide > span {
  display: block;
  color: #cf3f27;
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.ppl-faq-hero-guide > strong {
  display: block;
  margin-top: 18px;
  font-size: 30px;
  font-weight: 560;
  line-height: 1.25;
}

.ppl-faq-hero-stats {
  margin-top: 34px;
  padding-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  border-top: 1px solid rgba(11, 11, 11, 0.25);
}

.ppl-faq-hero-stats b,
.ppl-faq-hero-stats span {
  display: block;
}

.ppl-faq-hero-stats b {
  font-size: 34px;
  font-weight: 620;
  line-height: 1;
}

.ppl-faq-hero-stats span {
  margin-top: 7px;
  color: rgba(11, 11, 11, 0.76);
  font-size: 13px;
  line-height: 1.45;
}

.ppl-faq-directory {
  width: min(1156px, calc(100% - 56px));
  min-height: 76px;
  margin: 0 auto 34px;
  padding: 14px 16px 14px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  position: sticky;
  z-index: 15;
  top: 84px;
  border: 1px solid rgba(11, 11, 11, 0.1);
  border-radius: 22px;
  background: rgba(255, 253, 250, 0.96);
  box-shadow: 0 18px 46px rgba(22, 21, 18, 0.08);
  backdrop-filter: blur(16px);
}

.ppl-faq-directory > span {
  flex: 0 0 auto;
  color: #cf3f27;
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.ppl-faq-directory > div {
  min-width: 0;
  margin-left: auto;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.ppl-faq-directory > div::-webkit-scrollbar {
  display: none;
}

.ppl-faq-directory a {
  min-height: 42px;
  padding: 9px 15px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(11, 11, 11, 0.12);
  border-radius: 999px;
  background: #f3efe8;
  color: #0b0b0b;
  font-size: 13px;
  font-weight: 620;
  text-decoration: none;
}

.ppl-faq-directory a:hover {
  border-color: #ff6846;
  background: #fff3ee;
}

.ppl-faq-groups {
  margin: 0;
}

.ppl-faq-group {
  padding: 104px max(28px, calc((100vw - 1156px) / 2));
  scroll-margin-top: 176px;
  border-top: 1px solid rgba(11, 11, 11, 0.07);
  background: #f8f8f6;
}

.ppl-faq-group:nth-child(even) {
  background: #f3efe8;
}

.ppl-faq-group-inner {
  width: min(1156px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: 76px;
}

.ppl-faq-group-inner > header {
  padding-top: 18px;
}

.ppl-faq-group-inner > header > span {
  color: #cf3f27;
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.ppl-faq-group-inner > header h2 {
  margin-top: 18px;
  color: #0b0b0b;
  font-size: clamp(38px, 3.2vw, 48px);
  font-weight: 540;
  line-height: 1.08;
}

.ppl-faq-group-inner > header p {
  max-width: 380px;
  margin-top: 20px;
  color: #555550;
  font-size: 16.5px;
  line-height: 1.72;
}

.ppl-faq-page .ppl-faq-list {
  gap: 0;
  padding: 8px 30px;
  border: 1px solid rgba(11, 11, 11, 0.09);
  border-radius: 28px;
  background: #fffdfa;
  box-shadow: 0 26px 72px rgba(52, 47, 38, 0.08);
}

.ppl-faq-page .ppl-faq-item {
  border: 0;
  border-bottom: 1px solid rgba(11, 11, 11, 0.12);
  border-radius: 0;
  background: transparent;
}

.ppl-faq-page .ppl-faq-item:last-child {
  border-bottom: 0;
}

.ppl-faq-page .ppl-faq-item[open] {
  box-shadow: inset 4px 0 #ff6846;
}

.ppl-faq-page .ppl-faq-item summary {
  min-height: 92px;
  padding: 24px 10px 24px 18px;
  grid-template-columns: 42px minmax(0, 1fr) 40px;
  gap: 14px;
}

.ppl-faq-page .ppl-faq-item summary:hover {
  background: rgba(255, 104, 70, 0.055);
}

.ppl-faq-page .ppl-faq-item summary > strong {
  color: #0b0b0b;
  font-size: 18px;
  font-weight: 630;
  line-height: 1.45;
}

.ppl-faq-page .ppl-faq-toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1eee8;
}

.ppl-faq-page .ppl-faq-toggle::before {
  top: 19px;
  left: 11px;
}

.ppl-faq-page .ppl-faq-toggle::after {
  top: 11px;
  left: 19px;
}

.ppl-faq-page .ppl-faq-answer {
  padding: 0 52px 32px 74px;
  color: #344244;
  font-size: 16.5px;
  line-height: 1.75;
}

.ppl-faq-contact {
  padding: 100px max(28px, calc((100vw - 1156px) / 2)) 108px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 64px;
  background: #ffd15b;
  color: #0b0b0b;
}

.ppl-faq-contact .ppl-eyebrow {
  color: #cf3f27;
}

.ppl-faq-contact h2 {
  max-width: 700px;
  margin-top: 16px;
  font-size: clamp(42px, 4vw, 56px);
  font-weight: 540;
}

.ppl-faq-contact div > p:last-child {
  max-width: 700px;
  margin-top: 20px;
  color: rgba(11, 11, 11, 0.78);
  font-size: 17px;
  line-height: 1.7;
}

.ppl-faq-contact .ppl-button {
  min-width: 220px;
  background: #ff6846;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(176, 62, 37, 0.22);
}

.ppl-policy-layout {
  width: min(calc(100% - 40px), var(--ppl-content));
  margin: 0 auto 100px;
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: start;
  gap: 70px;
}

.ppl-policy-layout > nav {
  position: sticky;
  top: 24px;
  display: grid;
  border-top: 1px solid var(--ppl-line);
}

.ppl-policy-layout > nav a {
  padding: 12px 0;
  border-bottom: 1px solid var(--ppl-line);
  font-size: 13px;
  font-weight: 700;
}

.ppl-policy-content section {
  padding: 30px;
  border: 1px solid var(--ppl-line);
  background: var(--ppl-paper);
}

.ppl-policy-content section + section {
  margin-top: 14px;
}

.ppl-policy-content h2 {
  margin-top: 9px;
  font-size: 28px;
}

.ppl-policy-content p {
  margin-top: 14px;
  color: var(--ppl-muted);
}

.ppl-thank-you-page {
  width: min(calc(100% - 40px), var(--ppl-content));
  margin: 0 auto;
  padding: 80px 0 100px;
}

.ppl-thank-you-hero {
  max-width: 880px;
}

.ppl-success-mark {
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ppl-ink);
  background: var(--ppl-sage);
  font-size: 24px;
  font-weight: 800;
}

.ppl-thank-you-hero > p:last-child {
  max-width: 720px;
  margin-top: 24px;
  color: var(--ppl-muted);
  font-size: 18px;
}

.ppl-confirmation-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.ppl-confirmation-primary,
.ppl-prepare-card {
  padding: 34px;
  border: 1px solid var(--ppl-ink);
}

.ppl-confirmation-primary {
  background: var(--ppl-paper);
}

.ppl-confirmation-primary dl {
  margin: 28px 0;
  border-top: 1px solid var(--ppl-line);
}

.ppl-confirmation-primary dl div {
  padding: 13px 0;
  display: grid;
  grid-template-columns: 140px 1fr;
  border-bottom: 1px solid var(--ppl-line);
}

.ppl-confirmation-primary dt {
  font-weight: 800;
}

.ppl-confirmation-primary dd {
  margin: 0;
  color: var(--ppl-muted);
}

.ppl-confirmation-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ppl-link-pending {
  margin-top: 24px;
  padding: 14px;
  background: var(--ppl-soft);
  color: var(--ppl-muted);
  font-size: 13px;
}

.ppl-prepare-card {
  background: var(--ppl-gold);
}

.ppl-prepare-card > span {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ppl-prepare-card h2 {
  margin-top: 14px;
  font-size: 30px;
}

.ppl-prepare-card ol {
  margin: 24px 0 0;
  padding-left: 22px;
}

.ppl-prepare-card li {
  padding: 6px 0;
}

.ppl-prepare-card p {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(11, 11, 11, 0.25);
  font-size: 13px;
  font-weight: 700;
}

.ppl-email-note {
  margin-top: 18px;
  padding: 26px 30px;
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: center;
  gap: 30px;
  border: 1px solid var(--ppl-line);
  background: var(--ppl-sage);
}

.ppl-email-note div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ppl-email-note div > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ppl-ink);
  background: var(--ppl-paper);
  font-weight: 800;
}

.ppl-email-note h2 {
  font-size: 22px;
}

.ppl-email-note p {
  color: #3f443f;
}

.ppl-home-return {
  margin-top: 34px;
}

.ppl-error-page {
  width: min(calc(100% - 40px), 780px);
  min-height: 600px;
  margin: 0 auto;
  padding: 110px 0;
}

.ppl-error-page > span {
  color: var(--ppl-coral);
  font-size: 14px;
  font-weight: 800;
}

.ppl-error-page p {
  margin: 20px 0 28px;
  color: var(--ppl-muted);
}

/* Admin */
.ppl-admin-page {
  background: #f2f1ed;
}

.ppl-admin-header {
  width: 100%;
  margin: 0;
  border-width: 0 0 1px;
  background: #ffffff;
}

.ppl-admin-header > form button {
  border: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.ppl-admin-login {
  min-height: calc(100vh - 78px);
  padding: 60px 20px;
  display: grid;
  place-items: center;
}

.ppl-admin-login > section {
  width: min(100%, 520px);
  padding: 38px;
  border: 1px solid var(--ppl-ink);
  background: #ffffff;
  box-shadow: 12px 12px 0 var(--ppl-coral-soft);
}

.ppl-admin-login h1 {
  font-size: 40px;
}

.ppl-admin-login section > p:not(.ppl-eyebrow) {
  margin: 18px 0 26px;
  color: var(--ppl-muted);
}

.ppl-admin-login form {
  display: grid;
  gap: 16px;
}

.ppl-admin-main {
  width: min(calc(100% - 40px), 1380px);
  min-height: calc(100vh - 150px);
  margin: 0 auto;
  padding: 46px 0 80px;
}

.ppl-admin-title,
.ppl-admin-person {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.ppl-admin-title h1,
.ppl-admin-person h1 {
  font-size: 46px;
}

.ppl-admin-title > div > p:last-child,
.ppl-admin-person > div > p:last-child {
  margin-top: 10px;
  color: var(--ppl-muted);
}

.ppl-admin-stats {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.ppl-admin-stats article {
  min-height: 122px;
  padding: 20px;
  border: 1px solid var(--ppl-line);
  background: #ffffff;
}

.ppl-admin-stats span,
.ppl-admin-stats strong {
  display: block;
}

.ppl-admin-stats span {
  color: var(--ppl-muted);
  font-size: 12px;
  font-weight: 700;
}

.ppl-admin-stats strong {
  margin-top: 16px;
  font-size: 34px;
}

.ppl-admin-filter-band,
.ppl-admin-table-band,
.ppl-admin-section,
.ppl-admin-update,
.ppl-admin-timeline,
.ppl-batch-form {
  margin-top: 14px;
  border: 1px solid var(--ppl-line);
  background: #ffffff;
}

.ppl-admin-filter-band {
  padding: 18px;
}

.ppl-admin-filter-band form {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(150px, 0.7fr)) auto;
  align-items: end;
  gap: 12px;
}

.ppl-admin-table-band {
  overflow: hidden;
}

.ppl-admin-table-heading {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--ppl-line);
}

.ppl-admin-table-heading h2 {
  font-size: 18px;
}

.ppl-admin-table-heading a {
  font-size: 12px;
  font-weight: 700;
}

.ppl-table-scroll {
  overflow-x: auto;
}

.ppl-table-scroll table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}

.ppl-table-scroll th,
.ppl-table-scroll td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--ppl-line);
  text-align: left;
  vertical-align: top;
}

.ppl-table-scroll th {
  background: #f7f5f0;
  color: var(--ppl-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.ppl-table-scroll td {
  font-size: 13px;
}

.ppl-table-scroll td strong,
.ppl-table-scroll td small {
  display: block;
}

.ppl-table-scroll td small {
  margin-top: 3px;
  color: var(--ppl-muted);
  font-size: 11px;
}

.ppl-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border: 1px solid var(--ppl-line);
  border-radius: 999px;
  background: #f2f1ed;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.ppl-status.is-new,
.ppl-status.is-pending {
  background: #fff3cf;
  border-color: #d9bd66;
}

.ppl-status.is-confirmed,
.ppl-status.is-sent,
.ppl-status.is-attended {
  background: #e4f2e9;
  border-color: #91bba0;
}

.ppl-status.is-failed,
.ppl-status.is-no-show {
  background: #fbe7e1;
  border-color: #d5a194;
}

.ppl-status.is-follow-up {
  background: var(--ppl-lavender);
}

.ppl-row-link {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ppl-line);
  text-decoration: none;
}

.ppl-row-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ppl-admin-empty {
  padding: 50px 22px;
  text-align: center;
}

.ppl-admin-empty p {
  margin-top: 8px;
  color: var(--ppl-muted);
}

.ppl-pagination {
  padding: 16px 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 13px;
}

.ppl-admin-footer {
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--ppl-line);
  background: #ffffff;
  color: var(--ppl-muted);
  font-size: 11px;
}

.ppl-admin-back {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 700;
}

.ppl-admin-contact-actions {
  display: flex;
  gap: 10px;
}

.ppl-admin-detail-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  align-items: start;
  gap: 14px;
}

.ppl-admin-section {
  margin-top: 0;
  padding: 26px;
}

.ppl-admin-section + .ppl-admin-section {
  margin-top: 14px;
}

.ppl-admin-section h2,
.ppl-admin-update h2,
.ppl-admin-timeline h2 {
  font-size: 20px;
}

.ppl-admin-section h3 {
  margin-top: 26px;
  font-size: 15px;
}

.ppl-admin-definition {
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ppl-admin-definition div {
  padding: 14px 0;
  border-top: 1px solid var(--ppl-line);
}

.ppl-admin-definition div:nth-child(odd) {
  padding-right: 20px;
}

.ppl-admin-definition dt {
  color: var(--ppl-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.ppl-admin-definition dd {
  margin: 4px 0 0;
  font-weight: 650;
}

.ppl-long-response {
  margin-top: 18px;
  padding: 18px;
  background: var(--ppl-soft);
}

.ppl-email-job-list {
  margin-top: 18px;
  border-top: 1px solid var(--ppl-line);
}

.ppl-email-job-list > div {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 12px;
  border-bottom: 1px solid var(--ppl-line);
}

.ppl-email-job-list small,
.ppl-email-job-list p {
  grid-column: 1 / -1;
  color: var(--ppl-muted);
  font-size: 11px;
}

.ppl-inline-form {
  margin-top: 18px;
}

.ppl-admin-update,
.ppl-admin-timeline {
  margin-top: 0;
  padding: 24px;
}

.ppl-admin-update label {
  display: block;
  margin-top: 16px;
}

.ppl-admin-update button {
  width: 100%;
  margin-top: 18px;
}

.ppl-admin-timeline {
  margin-top: 14px;
}

.ppl-admin-timeline ol {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.ppl-admin-timeline li {
  padding: 0 0 18px;
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 12px;
}

.ppl-admin-timeline li > span {
  width: 8px;
  height: 8px;
  margin-top: 8px;
  background: var(--ppl-coral);
}

.ppl-admin-timeline strong,
.ppl-admin-timeline small {
  display: block;
}

.ppl-admin-timeline small {
  margin-top: 2px;
  color: var(--ppl-muted);
  font-size: 10px;
}

.ppl-admin-timeline p {
  margin-top: 6px;
  color: var(--ppl-muted);
  font-size: 12px;
}

.ppl-admin-delete {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid #d5a194;
  background: #fff5f2;
}

.ppl-admin-delete button {
  border: 0;
  background: transparent;
  color: var(--ppl-danger);
  font-weight: 750;
  cursor: pointer;
}

.ppl-batch-list {
  margin-top: 28px;
}

.ppl-batch-form {
  padding: 26px;
}

.ppl-batch-form > header {
  padding-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--ppl-line);
}

.ppl-batch-form > header span {
  color: var(--ppl-coral);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.ppl-batch-form > header h2 {
  margin-top: 5px;
  font-size: 24px;
}

.ppl-batch-form > header p {
  color: var(--ppl-muted);
  font-size: 12px;
}

.ppl-switch {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 700;
}

.ppl-batch-fields {
  margin: 24px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ppl-batch-fields label.is-wide {
  grid-column: span 2;
}

.ppl-new-batch {
  margin-top: 18px;
}

.ppl-new-batch details > summary {
  padding: 18px 20px;
  border: 1px solid var(--ppl-line);
  background: #ffffff;
  font-weight: 750;
  cursor: pointer;
}

@media (max-width: 1050px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 38px;
  }

  .ppl-site-nav {
    display: none;
  }

  .ppl-site-header .ppl-header-cta {
    margin-left: auto;
  }

  .ppl-hero {
    grid-template-columns: 1fr;
    gap: 76px;
    padding-top: 112px;
  }

  .ppl-hero-copy,
  .ppl-hero h1 {
    max-width: 680px;
  }

  .ppl-hero-visual {
    width: min(580px, 100%);
    justify-self: center;
  }

  .ppl-floating-left {
    left: -24px;
  }

  .ppl-floating-right {
    right: -20px;
  }

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

  .ppl-diagnostic-stage {
    min-height: 540px;
  }

  .ppl-diagnostic-copy {
    width: min(590px, calc(100% - 96px));
  }

  .ppl-problem-grid article {
    min-height: 250px;
  }

  .ppl-outcomes-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .ppl-outcomes .ppl-section-heading {
    max-width: 620px;
  }

  .ppl-outcome-list {
    margin-top: 0;
  }

  .ppl-roadmap .ppl-section-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .ppl-roadmap .ppl-eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }

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

  .ppl-week-list article {
    min-height: 320px;
  }

  .ppl-delivery {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .ppl-delivery-copy {
    max-width: 720px;
    padding-right: 0;
  }

  .ppl-founder {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .ppl-founder-visual {
    width: min(620px, 100%);
    justify-self: center;
  }

  .ppl-founder-copy {
    max-width: 760px;
  }

  .ppl-fit {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .ppl-fit-intro {
    max-width: 780px;
  }

  .ppl-fit-decision {
    width: min(780px, 100%);
    justify-self: end;
  }

  .ppl-closing {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
    gap: 48px;
  }

  .ppl-faq-preview {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: 24px;
  }

  .ppl-faq-hero {
    width: min(1156px, calc(100% - 48px));
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
    gap: 42px;
  }

  .ppl-faq-hero-guide {
    padding: 34px;
  }

  .ppl-faq-directory {
    width: min(1156px, calc(100% - 48px));
  }

  .ppl-faq-group-inner {
    grid-template-columns: minmax(230px, 0.62fr) minmax(0, 1.38fr);
    gap: 44px;
  }

  .ppl-register-content {
    grid-template-columns: 0.75fr 1.25fr;
    gap: 45px;
  }

  .ppl-register-hero {
    gap: 48px;
  }

  .ppl-admin-filter-band form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ppl-admin-filter-band button {
    width: 100%;
  }

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

@media (max-width: 780px) {
  html {
    scroll-padding-top: 20px;
  }

  body {
    font-size: 15px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  .ppl-site-header,
  .ppl-admin-header {
    width: calc(100% - 24px);
    min-height: 66px;
    margin-top: 12px;
    padding: 9px 10px;
  }

  .ppl-brand {
    min-width: 0;
  }

  .ppl-brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .ppl-brand strong {
    max-width: 170px;
    font-size: 12px;
  }

  .ppl-brand small {
    font-size: 8px;
  }

  .ppl-header-cta {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 12px;
  }

  .ppl-landing-page .ppl-site-header {
    width: 100%;
    min-height: 78px;
    margin: 0;
    padding: 10px max(19px, calc((100vw - 680px) / 2));
  }

  .ppl-brand-wordmark {
    font-size: 23px;
  }

  .ppl-hero {
    width: min(680px, calc(100% - 38px));
    min-height: 0;
    padding: 112px 0 84px;
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .ppl-hero-lead {
    margin-top: 28px;
    font-size: 16px;
  }

  .ppl-hero-visual {
    aspect-ratio: 1;
    min-height: 0;
  }

  .ppl-portrait-frame {
    width: auto;
    height: auto;
    box-shadow: none;
  }

  .ppl-floating-left {
    top: 16px;
    left: 10px;
    gap: 9px;
    padding: 10px 12px;
  }

  .ppl-floating-left .ppl-mini-chart {
    width: 35px;
  }

  .ppl-floating-right {
    right: 10px;
    bottom: 14px;
    min-width: 172px;
    padding: 9px 11px;
  }

  .ppl-problem,
  .ppl-outcomes,
  .ppl-roadmap,
  .ppl-founder,
  .ppl-boundary,
  .ppl-faq-preview,
  .ppl-closing,
  .ppl-faq-contact {
    padding: 76px 16px;
  }

  .ppl-landing-page .ppl-outcomes {
    padding: 0;
  }

  .ppl-outcomes-inner {
    width: calc(100% - 32px);
    padding: 96px 0 90px;
    gap: 54px;
  }

  .ppl-outcomes .ppl-section-heading h2 {
    font-size: 40px;
  }

  .ppl-outcome-list {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ppl-outcome-list h3 {
    margin-top: 13px;
  }

  .ppl-outcomes-footer {
    margin-top: 8px;
    align-items: stretch;
    flex-direction: column;
    gap: 28px;
  }

  .ppl-outcomes-footer > p {
    padding-left: 18px;
    font-size: 17px;
  }

  .ppl-outcomes .ppl-button-coral-light {
    width: 100%;
  }

  .ppl-landing-page .ppl-roadmap {
    padding: 96px 16px 90px;
  }

  .ppl-roadmap .ppl-section-heading h2 {
    font-size: 40px;
  }

  .ppl-roadmap .ppl-section-heading > p:last-child {
    font-size: 16px;
    line-height: 1.75;
  }

  .ppl-week-list {
    margin-top: 50px;
    gap: 16px;
  }

  .ppl-week-list article {
    min-height: 300px;
  }

  .ppl-week-list p {
    font-size: 16px;
  }

  .ppl-roadmap-note {
    margin-top: 28px;
    border-radius: 15px;
    font-size: 16px;
    text-align: left;
  }

  .ppl-problem .ppl-section-heading {
    text-align: left;
  }

  .ppl-problem .ppl-section-heading > p:last-child {
    margin-left: 0;
  }

  .ppl-diagnostic-stage {
    min-height: 530px;
    margin-top: 48px;
    border-radius: 25px;
  }

  .ppl-diagnostic-copy {
    width: calc(100% - 48px);
  }

  .ppl-diagnostic-copy strong {
    font-size: clamp(40px, 8vw, 54px);
  }

  .ppl-diagnostic-chip {
    min-height: 46px;
    padding: 8px 11px;
    gap: 8px;
    font-size: 11px;
  }

  .ppl-diagnostic-chip span {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

  .ppl-diagnostic-chip.is-course {
    top: 20px;
    left: 18px;
  }

  .ppl-diagnostic-chip.is-content {
    top: 78px;
    right: 18px;
  }

  .ppl-diagnostic-chip.is-fees {
    right: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .ppl-problem-grid,
  .ppl-week-list,
  .ppl-confirmation-grid {
    grid-template-columns: 1fr;
  }

  .ppl-problem-grid article {
    min-height: 250px;
  }

  .ppl-outcome-list {
    margin-left: 0;
  }

  .ppl-outcome-list article {
    grid-template-columns: 45px 1fr;
  }

  .ppl-week-list article {
    min-height: 300px;
    padding: 25px;
  }

  .ppl-delivery,
  .ppl-founder,
  .ppl-faq-preview,
  .ppl-register-hero,
  .ppl-register-content,
  .ppl-faq-group,
  .ppl-policy-layout {
    grid-template-columns: 1fr;
  }

  .ppl-delivery,
  .ppl-thank-you-page {
    width: calc(100% - 32px);
    padding: 76px 0;
  }

  .ppl-delivery {
    width: 100%;
    margin: 0;
    padding: 96px 16px;
    gap: 48px;
  }

  .ppl-delivery-copy {
    padding: 0;
  }

  .ppl-delivery h2 {
    font-size: 40px;
  }

  .ppl-delivery-intro {
    font-size: 16px;
    line-height: 1.75;
  }

  .ppl-delivery-note p {
    font-size: 16px;
  }

  .ppl-delivery-panel {
    padding: 34px 27px;
    border-radius: 25px;
  }

  .ppl-delivery-panel div {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 4px 14px;
  }

  .ppl-delivery-panel div::before {
    grid-row: 1 / 3;
  }

  .ppl-delivery dt,
  .ppl-delivery dd {
    grid-column: 2;
    font-size: 16px;
  }

  .ppl-delivery dd {
    margin-top: 2px;
  }

  .ppl-landing-page .ppl-founder {
    padding: 88px 16px 96px;
    gap: 54px;
  }

  .ppl-founder-visual {
    width: 100%;
    min-height: 0;
    height: auto;
    aspect-ratio: 1;
    border-radius: 25px;
  }

  .ppl-founder-visual img {
    min-height: 0;
    height: 104%;
  }

  .ppl-founder-centres {
    top: 14px;
    left: 14px;
    padding: 10px 12px;
  }

  .ppl-founder-name {
    right: 14px;
    bottom: 14px;
    min-width: 170px;
    padding: 13px 15px;
  }

  .ppl-founder-copy h2 {
    font-size: 40px;
  }

  .ppl-founder-copy > p:not(.ppl-eyebrow) {
    font-size: 16px;
  }

  .ppl-founder-copy > p.ppl-founder-lead {
    font-size: 18px;
  }

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

  .ppl-founder-proof div {
    min-height: 116px;
    padding: 16px;
    border: 1px solid rgba(11, 11, 11, 0.12);
  }

  .ppl-founder-proof dd {
    font-size: 16px;
  }

  .ppl-fit {
    padding: 72px 16px 80px;
    gap: 20px;
  }

  .ppl-fit-intro {
    padding: 34px 30px;
    border-radius: 25px;
  }

  .ppl-fit h2 {
    font-size: 40px;
  }

  .ppl-fit-lead {
    font-size: 17px;
    line-height: 1.75;
  }

  .ppl-fit-truth strong {
    font-size: 20px;
  }

  .ppl-fit-decision {
    padding: 30px;
    border-radius: 25px;
  }

  .ppl-fit-decision-heading h3 {
    font-size: 29px;
  }

  .ppl-fit-group li {
    font-size: 16.5px;
  }

  .ppl-landing-page .ppl-boundary {
    padding: 88px 16px 96px;
    border-radius: 28px 28px 0 0;
  }

  .ppl-boundary-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ppl-boundary-intro .ppl-eyebrow {
    grid-column: auto;
  }

  .ppl-boundary-intro h2 {
    font-size: 40px;
  }

  .ppl-boundary-intro > p:last-child {
    max-width: 680px;
    margin: 0;
    font-size: 17px;
  }

  .ppl-boundary-panel {
    margin-top: 42px;
    padding: 30px;
    border-radius: 25px;
  }

  .ppl-boundary-principle {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ppl-boundary-principle > span {
    padding-top: 0;
  }

  .ppl-boundary-principle strong {
    font-size: 21px;
  }

  .ppl-boundary-columns {
    grid-template-columns: 1fr;
  }

  .ppl-boundary-group {
    padding: 32px 0;
  }

  .ppl-boundary-group + .ppl-boundary-group {
    padding-left: 0;
    border-top: 1px solid rgba(11, 11, 11, 0.14);
    border-left: 0;
  }

  .ppl-boundary-group li {
    font-size: 16px;
  }

  .ppl-boundary-confidentiality {
    padding: 22px;
  }

  .ppl-landing-page .ppl-faq-preview {
    padding: 80px 16px 90px;
    gap: 20px;
  }

  .ppl-faq-intro {
    padding: 34px 30px;
    border-radius: 25px;
  }

  .ppl-faq-intro h2 {
    font-size: 40px;
  }

  .ppl-faq-intro > p:not(.ppl-eyebrow) {
    font-size: 16.5px;
  }

  .ppl-faq-preview .ppl-faq-list {
    padding: 8px 24px;
    border-radius: 25px;
  }

  .ppl-faq-preview .ppl-faq-item summary {
    grid-template-columns: 42px minmax(0, 1fr) 40px;
  }

  .ppl-faq-preview .ppl-faq-answer {
    padding-right: 32px;
    font-size: 16px;
  }

  .ppl-faq-intro,
  .ppl-register-context,
  .ppl-policy-layout > nav {
    position: static;
  }

  .ppl-faq-preview,
  .ppl-register-content,
  .ppl-faq-group,
  .ppl-policy-layout {
    gap: 36px;
  }

  .ppl-registration-form {
    padding: 24px 18px;
    border-radius: 22px;
    box-shadow: var(--ppl-shadow-soft);
  }

  .ppl-form-grid,
  .ppl-choice-grid {
    grid-template-columns: 1fr;
  }

  .ppl-page-hero {
    width: calc(100% - 32px);
    padding: 70px 0 60px;
  }

  .ppl-register-hero {
    width: calc(100% - 32px);
    padding: 62px 0 70px;
    gap: 36px;
  }

  .ppl-back-link {
    margin-bottom: 34px;
  }

  .ppl-register-content {
    padding: 72px 16px 82px;
    border-radius: 30px 30px 0 0;
  }

  .ppl-register-context h2 {
    font-size: 30px;
  }

  .ppl-closing {
    padding: 88px 16px 96px;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 40px;
    border-radius: 30px 30px 0 0;
    text-align: left;
  }

  .ppl-closing-action {
    width: min(100%, 620px);
    padding: 34px 30px 30px;
  }

  .ppl-faq-directory {
    width: calc(100% - 24px);
    margin-bottom: 20px;
    padding: 14px 16px;
    display: block;
    top: 78px;
    border-radius: 20px;
  }

  .ppl-faq-directory > span {
    display: block;
    margin-bottom: 10px;
  }

  .ppl-faq-directory > div {
    margin-left: 0;
  }

  .ppl-faq-groups {
    width: 100%;
  }

  .ppl-faq-group {
    padding: 76px 16px;
    scroll-margin-top: 166px;
  }

  .ppl-faq-hero {
    width: calc(100% - 32px);
    padding: 126px 0 78px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ppl-faq-hero h1 {
    max-width: 650px;
    font-size: 50px;
  }

  .ppl-faq-hero-copy > p:not(.ppl-eyebrow) {
    font-size: 16.5px;
  }

  .ppl-faq-hero-guide {
    padding: 32px 30px;
    border-radius: 25px;
  }

  .ppl-faq-hero-guide > strong {
    max-width: 520px;
  }

  .ppl-faq-group-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ppl-faq-group-inner > header {
    max-width: 620px;
    padding-top: 0;
  }

  .ppl-faq-group-inner > header h2 {
    font-size: 40px;
  }

  .ppl-faq-page .ppl-faq-list {
    padding: 6px 22px;
    border-radius: 25px;
  }

  .ppl-faq-page .ppl-faq-answer {
    padding-right: 32px;
    font-size: 16px;
  }

  .ppl-faq-contact {
    padding: 80px 16px 88px;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 32px;
  }

  .ppl-faq-contact .ppl-button {
    width: min(100%, 280px);
  }

  .ppl-policy-layout {
    width: calc(100% - 32px);
    margin-bottom: 70px;
  }

  .ppl-policy-layout > nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ppl-confirmation-primary,
  .ppl-prepare-card {
    padding: 25px 20px;
  }

  .ppl-confirmation-primary dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ppl-confirmation-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ppl-email-note {
    grid-template-columns: 1fr;
  }

  .ppl-site-footer {
    padding: 40px 16px 28px;
    grid-template-columns: 1fr;
  }

  .ppl-site-footer nav {
    justify-content: flex-start;
  }

  .ppl-site-footer > p {
    grid-column: auto;
  }

  .ppl-admin-header {
    width: 100%;
    margin: 0;
  }

  .ppl-admin-header nav {
    margin-left: auto;
    gap: 12px;
  }

  .ppl-admin-header nav a:nth-child(3),
  .ppl-admin-header .ppl-brand small {
    display: none;
  }

  .ppl-admin-main {
    width: calc(100% - 24px);
    padding-top: 30px;
  }

  .ppl-admin-title,
  .ppl-admin-person {
    align-items: flex-start;
    flex-direction: column;
  }

  .ppl-admin-title h1,
  .ppl-admin-person h1 {
    font-size: 38px;
  }

  .ppl-admin-stats,
  .ppl-admin-filter-band form,
  .ppl-admin-detail-grid,
  .ppl-admin-definition,
  .ppl-batch-fields {
    grid-template-columns: 1fr;
  }

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

  .ppl-admin-contact-actions {
    width: 100%;
  }

  .ppl-admin-contact-actions .ppl-button {
    flex: 1;
  }

  .ppl-batch-fields label.is-wide {
    grid-column: auto;
  }

  .ppl-admin-footer {
    flex-direction: column;
  }

  .ppl-table-scroll {
    overflow: visible;
  }

  .ppl-table-scroll table,
  .ppl-table-scroll tbody,
  .ppl-table-scroll tr,
  .ppl-table-scroll td {
    width: 100%;
    min-width: 0;
    display: block;
  }

  .ppl-table-scroll thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .ppl-table-scroll tr {
    padding: 10px 16px 16px;
    border-bottom: 1px solid var(--ppl-line);
  }

  .ppl-table-scroll td {
    padding: 9px 0;
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 12px;
    border: 0;
    overflow-wrap: anywhere;
  }

  .ppl-table-scroll td::before {
    content: attr(data-label);
    color: var(--ppl-muted);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .ppl-table-scroll td > strong,
  .ppl-table-scroll td > small {
    grid-column: 2;
  }

  .ppl-table-scroll td[data-label=""] {
    display: block;
    padding-top: 12px;
  }

  .ppl-row-link {
    width: 100%;
    height: 40px;
    padding: 0 13px;
    display: flex;
    justify-content: space-between;
  }

  .ppl-row-label {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    font-weight: 750;
  }
}

@media (max-width: 460px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  .ppl-site-header .ppl-header-cta {
    width: 42px;
    min-width: 42px;
    padding: 0;
    overflow: hidden;
    color: transparent;
    position: relative;
  }

  .ppl-site-header .ppl-header-cta::after {
    content: "+";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #ffffff;
    font-size: 22px;
  }

  .ppl-registration-page .ppl-site-header .ppl-header-cta::after {
    content: "\2190";
    color: var(--ppl-ink);
  }

  .ppl-landing-page .ppl-site-header .ppl-header-cta::after {
    content: "\2192";
    color: #ffffff;
  }

  .ppl-landing-page .ppl-header-arrow {
    display: none;
  }

  .ppl-hero h1 {
    font-size: clamp(45px, 13.7vw, 61px);
  }

  .ppl-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ppl-hero-actions .ppl-button {
    width: 100%;
  }

  .ppl-hero-visual,
  .ppl-portrait-frame {
    height: auto;
    min-height: 0;
  }

  .ppl-hero-visual {
    aspect-ratio: 1;
    padding: 0;
    border-radius: 20px;
  }

  .ppl-portrait-frame {
    border-radius: inherit;
  }

  .ppl-problem-grid article,
  .ppl-week-list article {
    border-radius: 18px;
  }

  .ppl-landing-page .ppl-problem-grid article {
    border-radius: 24px;
  }

  .ppl-landing-page .ppl-week-list article {
    border-radius: 24px;
  }

  .ppl-delivery-panel {
    padding: 30px 22px;
    border-radius: 24px;
  }

  .ppl-fit {
    padding: 64px 16px 72px;
    gap: 18px;
  }

  .ppl-fit-intro {
    padding: 30px 22px;
    border-radius: 24px;
  }

  .ppl-fit h2 {
    font-size: 38px;
  }

  .ppl-fit-decision {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .ppl-fit-decision-heading h3 {
    font-size: 28px;
  }

  .ppl-fit-group-heading {
    align-items: flex-start;
  }

  .ppl-fit-group h4 {
    padding-top: 6px;
    font-size: 20px;
  }

  .ppl-fit-group li {
    padding-left: 30px;
    font-size: 16.5px;
  }

  .ppl-fit-final {
    margin: 4px -8px -8px;
    padding: 18px;
    font-size: 16.5px;
  }

  .ppl-landing-page .ppl-boundary {
    padding: 72px 16px 80px;
    border-radius: 24px 24px 0 0;
  }

  .ppl-boundary-intro h2 {
    font-size: 38px;
  }

  .ppl-boundary-panel {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .ppl-boundary-principle strong {
    font-size: 20px;
  }

  .ppl-boundary-group h3 {
    font-size: 21px;
  }

  .ppl-boundary-group li {
    padding-left: 26px;
    font-size: 16px;
  }

  .ppl-boundary-confidentiality {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 18px;
    border-radius: 18px;
  }

  .ppl-boundary-confidentiality > span {
    width: 40px;
    height: 40px;
  }

  .ppl-boundary-confidentiality p {
    font-size: 16px;
  }

  .ppl-landing-page .ppl-faq-preview {
    padding: 64px 16px 72px;
    gap: 18px;
  }

  .ppl-faq-intro {
    padding: 30px 22px;
    border-radius: 24px;
  }

  .ppl-faq-intro h2 {
    font-size: 38px;
  }

  .ppl-faq-guide {
    gap: 14px;
  }

  .ppl-faq-guide strong {
    font-size: 28px;
  }

  .ppl-faq-guide span {
    font-size: 13px;
  }

  .ppl-faq-preview .ppl-faq-list {
    padding: 4px 16px;
    border-radius: 24px;
  }

  .ppl-faq-preview .ppl-faq-item summary > strong {
    font-size: 17.5px;
  }

  .ppl-problem .ppl-section-heading h2 {
    font-size: 40px;
  }

  .ppl-problem .ppl-section-heading > p:last-child {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.7;
  }

  .ppl-diagnostic-stage {
    min-height: 560px;
  }

  .ppl-diagnostic-copy {
    width: calc(100% - 38px);
    top: 52%;
  }

  .ppl-diagnostic-copy > span {
    margin-bottom: 16px;
  }

  .ppl-diagnostic-copy strong {
    font-size: 39px;
  }

  .ppl-diagnostic-copy p {
    margin-top: 22px;
    font-size: 16px;
  }

  .ppl-diagnostic-copy b {
    margin-inline: 4px;
  }

  .ppl-register-heading > p:last-child {
    font-size: 16px;
  }

  .ppl-faq-item summary {
    grid-template-columns: 36px 1fr 24px;
  }

  .ppl-faq-answer {
    padding-left: 48px;
    padding-right: 18px;
  }

  .ppl-faq-preview .ppl-faq-item summary {
    padding: 22px 4px 22px 10px;
    grid-template-columns: 38px minmax(0, 1fr) 40px;
    gap: 10px;
  }

  .ppl-faq-preview .ppl-faq-answer {
    padding: 0 10px 28px 48px;
    font-size: 16px;
  }

  .ppl-faq-hero {
    width: calc(100% - 32px);
    padding: 116px 0 64px;
    gap: 20px;
  }

  .ppl-faq-hero h1 {
    margin-top: 14px;
    font-size: 44px;
    line-height: 1.06;
  }

  .ppl-faq-hero-copy > p:not(.ppl-eyebrow) {
    margin-top: 24px;
    font-size: 16px;
  }

  .ppl-faq-hero-actions {
    margin-top: 28px;
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .ppl-faq-hero-actions .ppl-button {
    width: 100%;
  }

  .ppl-faq-hero-actions .ppl-text-link {
    align-self: center;
  }

  .ppl-faq-hero-guide {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .ppl-faq-hero-guide > strong {
    margin-top: 14px;
    font-size: 26px;
  }

  .ppl-faq-hero-stats {
    margin-top: 26px;
    padding-top: 22px;
    gap: 14px;
  }

  .ppl-faq-hero-stats b {
    font-size: 30px;
  }

  .ppl-faq-directory {
    width: calc(100% - 16px);
    top: 76px;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .ppl-faq-directory a {
    min-height: 40px;
    padding: 8px 13px;
    font-size: 12.5px;
  }

  .ppl-faq-group {
    padding: 64px 16px;
    scroll-margin-top: 164px;
  }

  .ppl-faq-group-inner {
    gap: 26px;
  }

  .ppl-faq-group-inner > header h2 {
    margin-top: 14px;
    font-size: 36px;
  }

  .ppl-faq-group-inner > header p {
    margin-top: 16px;
    font-size: 16px;
  }

  .ppl-faq-page .ppl-faq-list {
    padding: 3px 12px;
    border-radius: 24px;
  }

  .ppl-faq-page .ppl-faq-item summary {
    min-height: 84px;
    padding: 20px 5px 20px 9px;
    grid-template-columns: 34px minmax(0, 1fr) 36px;
    gap: 9px;
  }

  .ppl-faq-page .ppl-faq-item summary > strong {
    font-size: 16.5px;
    line-height: 1.42;
  }

  .ppl-faq-page .ppl-faq-toggle {
    width: 36px;
    height: 36px;
  }

  .ppl-faq-page .ppl-faq-toggle::before {
    top: 17px;
    left: 9px;
  }

  .ppl-faq-page .ppl-faq-toggle::after {
    top: 9px;
    left: 17px;
  }

  .ppl-faq-page .ppl-faq-answer {
    padding: 0 8px 26px 43px;
    font-size: 16px;
  }

  .ppl-faq-contact {
    padding: 68px 16px 76px;
    gap: 28px;
  }

  .ppl-faq-contact h2 {
    font-size: 38px;
  }

  .ppl-faq-contact div > p:last-child {
    font-size: 16px;
  }

  .ppl-closing {
    padding: 72px 16px 80px;
    gap: 30px;
    border-radius: 24px 24px 0 0;
  }

  .ppl-closing h2 {
    margin-top: 14px;
    font-size: 40px;
  }

  .ppl-closing-copy > .ppl-closing-lead {
    margin-top: 24px;
    font-size: 16px;
  }

  .ppl-closing-standard {
    margin-top: 30px;
    padding: 23px 0;
  }

  .ppl-closing-standard strong {
    font-size: 20px;
  }

  .ppl-closing-action {
    padding: 28px 22px 25px;
    border-radius: 24px;
  }

  .ppl-closing-action h3 {
    font-size: 25px;
  }

  .ppl-closing-action li {
    padding-left: 27px;
    font-size: 16px;
  }

  .ppl-closing-action .ppl-button {
    min-height: 54px;
  }

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

  .ppl-admin-header nav a {
    font-size: 11px;
  }

  .ppl-admin-header > form button {
    font-size: 0;
  }

  .ppl-admin-header > form button::after {
    content: "Exit";
    font-size: 11px;
  }
}

/* Upcoming live session */
.ppl-next-session {
  width: min(1156px, calc(100% - 56px));
  margin: 0 auto 112px;
  padding: 28px;
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr) 268px;
  align-items: stretch;
  gap: 38px;
  border: 1px solid rgba(11, 11, 11, 0.08);
  border-radius: 34px;
  background: #173e42;
  color: #ffffff;
  box-shadow: 0 28px 72px rgba(23, 62, 66, 0.16);
}

.ppl-next-session-date {
  min-height: 196px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 24px;
  background: #ffd15b;
  color: #0b0b0b;
  text-decoration: none;
}

.ppl-next-session-date span,
.ppl-next-session-date small {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}

.ppl-next-session-date span {
  color: #b83c27;
  font-size: 11px;
}

.ppl-next-session-date strong {
  display: block;
  margin: 5px 0 2px;
  font-size: 70px;
  font-weight: 620;
  line-height: 1;
}

.ppl-next-session-date small {
  font-size: 12px;
}

.ppl-next-session-copy {
  align-self: center;
}

.ppl-next-session-copy .ppl-eyebrow {
  margin-bottom: 15px;
  color: #ffd15b;
}

.ppl-next-session-copy h2 {
  max-width: 610px;
  color: #ffffff;
  font-size: 38px;
  font-weight: 560;
  line-height: 1.1;
}

.ppl-next-session-copy > p:last-child {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
}

.ppl-next-session-action {
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 17px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.ppl-next-session-action p {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ppl-next-session-action p span,
.ppl-next-session-action p strong {
  display: block;
}

.ppl-next-session-action p span {
  color: #ffd15b;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.ppl-next-session-action p strong {
  margin-top: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 650;
}

.ppl-next-session-action .ppl-button {
  width: 100%;
  min-height: 52px;
  gap: 9px;
  background: #ff6846;
  font-size: 13px;
  font-weight: 650;
  box-shadow: 0 12px 28px rgba(255, 104, 70, 0.24);
}

@media (max-width: 1080px) {
  .ppl-next-session {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 30px;
  }

  .ppl-next-session-action {
    grid-column: 1 / -1;
    padding: 24px 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(220px, 0.8fr);
    align-items: center;
    gap: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .ppl-next-session-action p {
    padding: 0;
    border: 0;
  }
}

@media (max-width: 720px) {
  .ppl-next-session {
    width: calc(100% - 32px);
    margin-bottom: 72px;
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 26px;
    border-radius: 28px;
  }

  .ppl-next-session-date {
    min-height: 168px;
    padding: 24px;
    border-radius: 22px;
  }

  .ppl-next-session-date strong {
    font-size: 62px;
  }

  .ppl-next-session-copy h2 {
    font-size: 34px;
  }

  .ppl-next-session-copy > p:last-child {
    font-size: 16px;
  }

  .ppl-next-session-action {
    grid-column: auto;
    padding-top: 24px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ppl-next-session-action p {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .ppl-next-session-action p strong {
    font-size: 15px;
  }

  .ppl-next-session-action .ppl-button {
    min-height: 56px;
  }
}

/* Registration experience v18 */
.ppl-registration-page {
  background: #f8f8f6;
  color: #0b0b0b;
}

.ppl-registration-page .ppl-site-header .ppl-header-cta {
  border-color: rgba(11, 11, 11, 0.12);
  background: #ffffff;
  color: #0b0b0b;
  box-shadow: 0 10px 28px rgba(22, 21, 18, 0.08);
}

.ppl-registration-page .ppl-register-page {
  overflow: hidden;
}

.ppl-registration-page .ppl-register-hero {
  width: min(1156px, calc(100% - 56px));
  min-height: 690px;
  margin: 0 auto;
  padding: 158px 0 94px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: 84px;
}

.ppl-registration-page .ppl-back-link {
  margin: 0 0 54px;
  color: #525b5c;
  font-size: 13px;
  font-weight: 650;
}

.ppl-registration-page .ppl-back-link:hover {
  color: #ff6846;
}

.ppl-registration-page .ppl-register-heading .ppl-eyebrow {
  margin-bottom: 18px;
  color: #d94e32;
}

.ppl-registration-page .ppl-register-heading h1 {
  max-width: 720px;
  margin: 0;
  color: #0b0b0b;
  font-size: clamp(58px, 5.4vw, 78px);
  font-weight: 520;
  line-height: 1.02;
  text-wrap: balance;
}

.ppl-registration-page .ppl-register-heading h1 span {
  color: #ff6846;
}

.ppl-registration-page .ppl-register-heading > p:not(.ppl-eyebrow) {
  max-width: 650px;
  margin-top: 28px;
  color: #333738;
  font-size: 18px;
  font-weight: 480;
  line-height: 1.72;
}

.ppl-register-principle {
  max-width: 650px;
  margin-top: 38px;
  padding: 23px 0;
  border-top: 1px solid rgba(11, 11, 11, 0.14);
  border-bottom: 1px solid rgba(11, 11, 11, 0.14);
}

.ppl-register-principle span,
.ppl-register-card-label {
  display: block;
  color: #c4412b;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.ppl-register-principle strong {
  display: block;
  margin-top: 10px;
  color: #111111;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.42;
}

.ppl-register-facts-card {
  padding: 40px;
  border: 1px solid rgba(11, 11, 11, 0.12);
  border-radius: 34px;
  background: #ffd45c;
  box-shadow: 0 28px 70px rgba(32, 31, 26, 0.14);
}

.ppl-register-facts-card h2 {
  max-width: 390px;
  margin-top: 18px;
  color: #0b0b0b;
  font-size: 34px;
  font-weight: 610;
  line-height: 1.15;
}

.ppl-registration-page .ppl-register-facts {
  margin: 34px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ppl-registration-page .ppl-register-facts div {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  align-items: baseline;
  gap: 20px;
  border-bottom: 1px solid rgba(11, 11, 11, 0.18);
}

.ppl-registration-page .ppl-register-facts div:first-child {
  border-top: 1px solid rgba(11, 11, 11, 0.18);
}

.ppl-registration-page .ppl-register-facts div:last-child {
  border-bottom: 1px solid rgba(11, 11, 11, 0.18);
}

.ppl-registration-page .ppl-register-facts dt {
  color: #9c321f;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.ppl-registration-page .ppl-register-facts dd {
  margin: 0;
  color: #0b0b0b;
  font-size: 14px;
  font-weight: 680;
  line-height: 1.45;
}

.ppl-registration-page .ppl-register-content {
  padding: 112px max(28px, calc((100vw - 1156px) / 2)) 126px;
  display: grid;
  grid-template-columns: minmax(290px, 0.66fr) minmax(0, 1.34fr);
  align-items: start;
  gap: 82px;
  border-radius: 42px 42px 0 0;
  background: #173e42;
}

.ppl-registration-page .ppl-register-context {
  position: sticky;
  top: 110px;
  color: #ffffff;
}

.ppl-registration-page .ppl-register-context .ppl-eyebrow {
  margin-bottom: 18px;
  color: #ffd15b;
}

.ppl-registration-page .ppl-register-context h2 {
  max-width: 470px;
  color: #ffffff;
  font-size: 43px;
  font-weight: 560;
  line-height: 1.08;
}

.ppl-registration-page .ppl-register-context > p:not(.ppl-eyebrow) {
  max-width: 490px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16.5px;
  line-height: 1.72;
}

.ppl-register-process {
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.ppl-register-process li {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.ppl-register-process li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ppl-register-process li > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffd15b;
  color: #0b0b0b;
  font-size: 12px;
  font-weight: 800;
}

.ppl-register-process strong,
.ppl-register-process p {
  display: block;
}

.ppl-register-process strong {
  padding-top: 2px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 650;
}

.ppl-register-process p {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13.5px;
  line-height: 1.55;
}

.ppl-register-confidentiality {
  margin-top: 26px;
  padding: 20px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.ppl-register-confidentiality > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ff6846;
  color: #ffffff;
  font-weight: 800;
}

.ppl-register-confidentiality p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13.5px;
  line-height: 1.6;
}

.ppl-register-confidentiality strong {
  color: #ffffff;
}

.ppl-registration-page .ppl-register-panel {
  min-width: 0;
}

.ppl-registration-page .ppl-registration-form {
  padding: 48px;
  border: 1px solid rgba(11, 11, 11, 0.08);
  border-radius: 36px;
  background: #fffdfa;
  color: #0b0b0b;
  box-shadow: 0 30px 80px rgba(2, 18, 20, 0.28);
}

.ppl-form-intro {
  padding-bottom: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  border-bottom: 1px solid rgba(11, 11, 11, 0.14);
}

.ppl-form-intro .ppl-eyebrow {
  margin-bottom: 12px;
  color: #d94e32;
}

.ppl-form-intro h2 {
  color: #0b0b0b;
  font-size: 38px;
  font-weight: 600;
}

.ppl-form-intro > p {
  min-width: 160px;
  padding-left: 22px;
  border-left: 1px solid rgba(11, 11, 11, 0.14);
  color: #454a4b;
  font-size: 12px;
  line-height: 1.5;
}

.ppl-form-intro > p strong,
.ppl-form-intro > p span {
  display: block;
}

.ppl-form-intro > p strong {
  margin-bottom: 4px;
  color: #0b0b0b;
  font-size: 14px;
}

.ppl-form-alert {
  margin-top: 28px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
  border: 1px solid rgba(163, 58, 43, 0.28);
  border-radius: 18px;
  background: #fff0ec;
  color: #74291e;
}

.ppl-form-alert > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d94e32;
  color: #ffffff;
  font-weight: 800;
}

.ppl-form-alert p {
  padding-top: 3px;
  font-size: 13px;
  line-height: 1.55;
}

.ppl-form-alert strong {
  display: block;
  color: #5b1e15;
  font-size: 14px;
}

.ppl-registration-page .ppl-registration-form fieldset {
  margin: 0;
  padding: 42px 0;
  border: 0;
  border-bottom: 1px solid rgba(11, 11, 11, 0.14);
}

.ppl-registration-page .ppl-registration-form fieldset + fieldset {
  padding-top: 42px;
  border-top: 0;
}

.ppl-registration-page .ppl-registration-form legend {
  width: 100%;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.ppl-registration-page .ppl-registration-form legend .ppl-form-step {
  width: 40px;
  height: 40px;
  margin: 0;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ff6846;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.ppl-registration-page .ppl-registration-form fieldset:nth-of-type(2) legend .ppl-form-step {
  background: #ffd15b;
  color: #0b0b0b;
}

.ppl-registration-page .ppl-registration-form fieldset:nth-of-type(3) legend .ppl-form-step {
  background: #173e42;
}

.ppl-form-legend-copy {
  display: block;
  padding-top: 1px;
}

.ppl-form-legend-copy strong,
.ppl-form-legend-copy small {
  display: block;
}

.ppl-form-legend-copy strong {
  color: #0b0b0b;
  font-size: 21px;
  font-weight: 650;
  line-height: 1.25;
}

.ppl-form-legend-copy small {
  margin-top: 5px;
  color: #596162;
  font-size: 12.5px;
  font-weight: 480;
  line-height: 1.5;
}

.ppl-registration-page .ppl-form-grid {
  gap: 20px;
}

.ppl-registration-page .ppl-form-grid-spaced {
  margin-top: 28px;
}

.ppl-registration-page .ppl-field > span {
  margin-bottom: 9px;
  color: #202526;
  font-size: 12.5px;
  font-weight: 700;
}

.ppl-registration-page .ppl-field > span b {
  color: #d94e32;
  font-weight: 800;
}

.ppl-registration-page .ppl-field > span small {
  color: #6a7071;
  font-weight: 500;
}

.ppl-registration-page input,
.ppl-registration-page select,
.ppl-registration-page textarea {
  min-height: 58px;
  padding: 15px 16px;
  border: 1px solid rgba(23, 62, 66, 0.28);
  border-radius: 16px;
  background: #ffffff;
  color: #0b0b0b;
  font-size: 16px;
  font-weight: 480;
  transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

.ppl-registration-page input::placeholder,
.ppl-registration-page textarea::placeholder {
  color: #858b8b;
  opacity: 1;
}

.ppl-registration-page input:hover,
.ppl-registration-page select:hover,
.ppl-registration-page textarea:hover {
  border-color: rgba(23, 62, 66, 0.52);
}

.ppl-registration-page input:focus,
.ppl-registration-page select:focus,
.ppl-registration-page textarea:focus {
  border-color: #173e42;
  box-shadow: 0 0 0 4px rgba(23, 62, 66, 0.1);
}

.ppl-registration-page textarea {
  min-height: 142px;
  line-height: 1.62;
}

.ppl-registration-page input[aria-invalid="true"],
.ppl-registration-page select[aria-invalid="true"],
.ppl-registration-page textarea[aria-invalid="true"] {
  border-color: #b43e2d;
  background: #fff8f5;
  box-shadow: 0 0 0 3px rgba(180, 62, 45, 0.08);
}

.ppl-registration-page .ppl-field + .ppl-field:has(textarea) {
  margin-top: 26px;
}

.ppl-registration-page .ppl-field-help,
.ppl-registration-page .ppl-count {
  margin-top: 9px;
  color: #687071;
  font-size: 11.5px;
}

.ppl-registration-page .ppl-field-error {
  margin-top: 8px;
  color: #9a2f20;
  font-size: 12px;
  font-weight: 700;
}

.ppl-registration-page .ppl-choice-grid {
  gap: 12px;
}

.ppl-registration-page .ppl-choice-grid label {
  min-height: 84px;
  padding: 16px;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(23, 62, 66, 0.16);
  border-radius: 18px;
  background: #f7f5f0;
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, background-color 140ms ease, box-shadow 140ms ease;
}

.ppl-registration-page .ppl-choice-grid label:hover {
  transform: translateY(-1px);
  border-color: rgba(23, 62, 66, 0.38);
  background: #ffffff;
}

.ppl-registration-page .ppl-choice-grid label:has(input:checked) {
  border-color: #173e42;
  background: #ffe17e;
  box-shadow: inset 0 0 0 1px #173e42, 0 8px 22px rgba(23, 62, 66, 0.1);
}

.ppl-registration-page .ppl-choice-grid input {
  width: 20px;
  min-height: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  flex: 0 0 20px;
  appearance: none;
  border: 1.5px solid #657173;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: none;
}

.ppl-registration-page .ppl-choice-grid input:checked {
  border: 5px solid #173e42;
  background: #ff6846;
}

.ppl-registration-page .ppl-choice-grid label > span {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.ppl-registration-page .ppl-choice-grid label > span small {
  color: #b23b27;
  font-size: 10px;
  font-weight: 800;
}

.ppl-registration-page .ppl-choice-grid label > span strong {
  color: #182122;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.38;
}

.ppl-registration-page .ppl-consent-list {
  padding-top: 34px;
  border-top: 0;
  gap: 0;
}

.ppl-registration-page .ppl-consent-list label {
  padding: 18px 0;
  gap: 14px;
  border-bottom: 1px solid rgba(11, 11, 11, 0.12);
  color: #3f4748;
  font-size: 13px;
  line-height: 1.55;
}

.ppl-registration-page .ppl-consent-list label:first-child {
  border-top: 1px solid rgba(11, 11, 11, 0.12);
}

.ppl-registration-page .ppl-consent-list input {
  width: 21px;
  min-height: 21px;
  height: 21px;
  margin-top: 2px;
  padding: 0;
  flex: 0 0 21px;
  border-radius: 6px;
  accent-color: #ff6846;
}

.ppl-registration-page .ppl-consent-list label > span,
.ppl-registration-page .ppl-consent-list label > span strong {
  display: block;
}

.ppl-registration-page .ppl-consent-list label > span strong {
  margin-bottom: 3px;
  color: #0b0b0b;
  font-size: 13.5px;
  font-weight: 700;
}

.ppl-registration-page .ppl-consent-list label > span strong small {
  color: #6b7272;
  font-size: 11px;
  font-weight: 550;
}

.ppl-submit-area {
  margin-top: 30px;
  padding: 24px;
  border-radius: 22px;
  background: #f3f0e9;
}

.ppl-registration-page .ppl-submit {
  width: 100%;
  min-height: 58px;
  margin: 0;
  gap: 10px;
  background: #ff6846;
  font-size: 15px;
  font-weight: 680;
  box-shadow: 0 14px 30px rgba(255, 104, 70, 0.24);
}

.ppl-submit-area > p {
  margin-top: 13px;
  color: #545c5c;
  font-size: 11.5px;
  font-weight: 600;
  text-align: center;
}

.ppl-registration-page .ppl-form-privacy {
  margin-top: 18px;
  color: #626969;
  font-size: 11px;
  line-height: 1.55;
}

.ppl-registration-page .ppl-form-privacy a {
  color: #173e42;
  font-weight: 700;
  text-underline-offset: 3px;
}

.ppl-registration-page .ppl-registration-closed {
  padding: 46px;
  border: 0;
  border-radius: 34px;
  background: #fffdfa;
  box-shadow: 0 30px 80px rgba(2, 18, 20, 0.28);
}

.ppl-registration-page .ppl-registration-closed > span {
  color: #d94e32;
}

.ppl-registration-page .ppl-registration-closed h3 {
  color: #0b0b0b;
}

.ppl-registration-page .ppl-registration-closed p {
  color: #555d5e;
}

@media (max-width: 1080px) {
  .ppl-registration-page .ppl-register-hero {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
    gap: 52px;
  }

  .ppl-registration-page .ppl-register-content {
    grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
    gap: 48px;
  }

  .ppl-registration-page .ppl-registration-form {
    padding: 40px;
  }

  .ppl-registration-page .ppl-choice-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .ppl-registration-page .ppl-register-hero,
  .ppl-registration-page .ppl-register-content {
    grid-template-columns: 1fr;
  }

  .ppl-registration-page .ppl-register-hero {
    min-height: 0;
    padding-bottom: 80px;
  }

  .ppl-register-facts-card {
    width: min(100%, 720px);
  }

  .ppl-registration-page .ppl-register-context {
    max-width: 720px;
    position: static;
  }

  .ppl-registration-page .ppl-register-panel {
    width: min(100%, 820px);
    justify-self: end;
  }
}

@media (max-width: 680px) {
  .ppl-registration-page .ppl-site-header .ppl-header-cta {
    width: 42px;
    min-width: 42px;
    padding: 0;
    overflow: hidden;
    color: transparent;
    position: relative;
  }

  .ppl-registration-page .ppl-site-header .ppl-header-cta::after {
    content: "\2190";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #0b0b0b;
    font-size: 19px;
  }

  .ppl-registration-page .ppl-header-arrow {
    display: none;
  }

  .ppl-registration-page .ppl-register-hero {
    width: calc(100% - 32px);
    padding: 124px 0 70px;
    gap: 34px;
  }

  .ppl-registration-page .ppl-back-link {
    margin-bottom: 38px;
  }

  .ppl-registration-page .ppl-register-heading h1 {
    font-size: clamp(44px, 12.6vw, 54px);
  }

  .ppl-registration-page .ppl-register-heading > p:not(.ppl-eyebrow) {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.7;
  }

  .ppl-register-principle {
    margin-top: 28px;
    padding: 20px 0;
  }

  .ppl-register-principle strong {
    font-size: 18px;
  }

  .ppl-register-facts-card {
    padding: 28px 24px;
    border-radius: 26px;
  }

  .ppl-register-facts-card h2 {
    font-size: 29px;
  }

  .ppl-registration-page .ppl-register-facts div {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
  }

  .ppl-registration-page .ppl-register-content {
    padding: 72px 16px 82px;
    gap: 44px;
    border-radius: 28px 28px 0 0;
  }

  .ppl-registration-page .ppl-register-context h2 {
    font-size: 37px;
  }

  .ppl-registration-page .ppl-register-context > p:not(.ppl-eyebrow) {
    font-size: 16px;
  }

  .ppl-register-process li {
    padding: 20px 0;
  }

  .ppl-register-confidentiality {
    padding: 18px;
  }

  .ppl-registration-page .ppl-registration-form {
    padding: 28px 20px;
    border-radius: 26px;
  }

  .ppl-form-intro {
    padding-bottom: 28px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ppl-form-intro h2 {
    font-size: 32px;
  }

  .ppl-form-intro > p {
    padding: 14px 0 0;
    border-top: 1px solid rgba(11, 11, 11, 0.14);
    border-left: 0;
  }

  .ppl-registration-page .ppl-registration-form fieldset,
  .ppl-registration-page .ppl-registration-form fieldset + fieldset {
    padding: 34px 0;
  }

  .ppl-registration-page .ppl-registration-form legend {
    margin-bottom: 24px;
    gap: 13px;
  }

  .ppl-form-legend-copy strong {
    font-size: 19px;
  }

  .ppl-registration-page .ppl-form-grid,
  .ppl-registration-page .ppl-choice-grid {
    grid-template-columns: 1fr;
  }

  .ppl-registration-page .ppl-choice-grid label {
    min-height: 78px;
  }

  .ppl-registration-page .ppl-choice-grid label > span {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .ppl-registration-page .ppl-choice-grid label > span strong {
    font-size: 13.5px;
  }

  .ppl-submit-area {
    margin-top: 26px;
    padding: 16px;
    border-radius: 19px;
  }

  .ppl-registration-page .ppl-registration-closed {
    padding: 30px 24px;
    border-radius: 26px;
  }
}

/* Restrained public-page motion */
@keyframes ppl-reveal-in {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ppl-faq-answer-in {
  from {
    opacity: 0;
    transform: translateY(-7px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

html.ppl-motion-ready .ppl-public-page #main-content > section:not(.ppl-hero):not(.ppl-faq-groups),
html.ppl-motion-ready .ppl-public-page #main-content > header,
html.ppl-motion-ready .ppl-public-page #main-content > nav,
html.ppl-motion-ready .ppl-public-page #main-content > div:not(.ppl-faq-groups),
html.ppl-motion-ready .ppl-public-page #main-content > a.ppl-home-return,
html.ppl-motion-ready .ppl-public-page .ppl-hero-copy,
html.ppl-motion-ready .ppl-public-page .ppl-hero-visual,
html.ppl-motion-ready .ppl-faq-page .ppl-faq-group {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
}

.ppl-reveal.is-visible {
  animation: ppl-reveal-in 1250ms cubic-bezier(0.22, 0.45, 0.32, 1) 80ms both;
}

.ppl-hero-visual.ppl-reveal.is-visible {
  animation-delay: 260ms;
}

.ppl-button > span[aria-hidden="true"],
.ppl-text-link > span[aria-hidden="true"],
.ppl-back-link > span[aria-hidden="true"] {
  display: inline-block;
  transition: transform 180ms ease;
}

.ppl-faq-toggle::before,
.ppl-faq-toggle::after {
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.ppl-faq-item[open] .ppl-faq-toggle::after {
  display: block;
  opacity: 0;
  transform: rotate(90deg);
}

.ppl-faq-item[open] .ppl-faq-answer {
  animation: ppl-faq-answer-in 460ms ease-out both;
}

@media (hover: hover) and (pointer: fine) {
  .ppl-button:hover > span[aria-hidden="true"],
  .ppl-text-link:hover > span[aria-hidden="true"] {
    transform: translateX(3px);
  }

  .ppl-hero .ppl-text-link[href^="#"]:hover > span[aria-hidden="true"] {
    transform: translateY(3px);
  }

  .ppl-back-link:hover > span[aria-hidden="true"] {
    transform: translateX(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
