.pap-home-page {
  --pap-home-text: #17211d;
  --pap-home-muted: #5f6963;
  --pap-home-bg: #ffffff;
  --pap-home-soft: #f4f6f1;
  --pap-home-panel: #eef2eb;
  --pap-home-deep: #10231e;
  --pap-home-accent: #9b6b35;
  --pap-home-accent-dark: #754915;
  --pap-home-border: rgba(16, 35, 30, 0.14);
  --pap-home-shadow: 0 24px 60px rgba(16, 35, 30, 0.12);
  color: var(--pap-home-text);
  background: var(--pap-home-bg);
  font-size: 16px;
  line-height: 1.65;
}

.pap-home-page *,
.pap-home-page *::before,
.pap-home-page *::after {
  box-sizing: border-box;
}

.pap-home-page a {
  color: inherit;
}

.pap-home-wrap,
.pap-home-band,
.pap-home-hero__inner,
.pap-home-final__inner {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.pap-home-hero {
  padding: clamp(48px, 8vw, 96px) 0 clamp(40px, 7vw, 76px);
  background:
    linear-gradient(135deg, rgba(244, 246, 241, 0.96), rgba(255, 255, 255, 0.88)),
    var(--pap-home-soft);
}

.pap-home-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.pap-home-kicker {
  margin: 0 0 12px;
  color: var(--pap-home-accent-dark);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pap-home-hero h1,
.pap-home-page h2,
.pap-home-page h3 {
  margin: 0;
  color: var(--pap-home-deep);
  line-height: 1.12;
  letter-spacing: 0;
}

.pap-home-hero h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 4.8vw, 4.45rem);
}

.pap-home-hero__lead,
.pap-home-section-lead,
.pap-home-final p {
  color: var(--pap-home-muted);
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
}

.pap-home-hero__lead {
  max-width: 690px;
  margin: 22px 0 0;
}

.pap-home-hero__actions,
.pap-home-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.pap-home-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 12px 18px;
  font-weight: 760;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.pap-home-button:hover,
.pap-home-button:focus-visible {
  transform: translateY(-1px);
}

.pap-home-button:focus-visible {
  outline: 3px solid rgba(155, 107, 53, 0.32);
  outline-offset: 3px;
}

.pap-home-button--primary {
  background: var(--pap-home-accent);
  color: #ffffff;
}

.pap-home-button--primary:hover,
.pap-home-button--primary:focus-visible {
  background: var(--pap-home-accent-dark);
  color: #ffffff;
}

.pap-home-training__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pap-home-clarity,
.pap-home-method,
.pap-home-authority,
.pap-home-faq {
  padding: clamp(56px, 7vw, 88px) 0;
}

.pap-home-band {
  border-radius: 8px;
  padding: clamp(28px, 5vw, 54px);
  background: var(--pap-home-deep);
  color: #ffffff;
}

.pap-home-band .pap-home-kicker,
.pap-home-band h2,
.pap-home-band .pap-home-section-lead {
  color: #ffffff;
}

.pap-home-band .pap-home-section-lead {
  max-width: 820px;
  opacity: 0.82;
}

.pap-home-page h2 {
  max-width: 820px;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
}

.pap-home-page h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
}

.pap-home-section-lead {
  max-width: 760px;
  margin: 16px 0 0;
}

.pap-home-duo,
.pap-home-training-grid,
.pap-home-resources__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.pap-home-path,
.pap-home-training,
.pap-home-resources__grid article,
.pap-home-authority__panel,
.pap-home-authority__facts p,
.pap-home-faq details {
  border: 1px solid var(--pap-home-border);
  border-radius: 8px;
  background: #ffffff;
}

.pap-home-path {
  padding: clamp(22px, 3vw, 30px);
  color: var(--pap-home-text);
}

.pap-home-path--accent {
  border-color: rgba(155, 107, 53, 0.42);
}

.pap-home-path__label,
.pap-home-training__eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--pap-home-accent-dark);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pap-home-path p,
.pap-home-training p,
.pap-home-resources__grid p,
.pap-home-authority p,
.pap-home-faq p {
  color: var(--pap-home-muted);
}

.pap-home-audience,
.pap-home-formations,
.pap-home-coach,
.pap-home-resources,
.pap-home-final {
  padding: clamp(56px, 7vw, 92px) 0;
  background: var(--pap-home-bg);
}

.pap-home-audience {
  background: var(--pap-home-soft);
}

.pap-home-section-heading {
  display: grid;
  gap: 8px;
}

.pap-home-section-heading--center {
  justify-items: center;
  text-align: center;
}

.pap-home-audience__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.pap-home-audience__grid p {
  min-height: 168px;
  margin: 0;
  border: 1px solid var(--pap-home-border);
  border-radius: 8px;
  padding: 18px;
  background: #ffffff;
  color: var(--pap-home-text);
  font-weight: 680;
}

.pap-home-method__layout,
.pap-home-authority__layout,
.pap-home-faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
}

.pap-home-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: pap-home-step;
}

.pap-home-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 14px;
  align-items: start;
  border-bottom: 1px solid var(--pap-home-border);
  padding: 0 0 14px;
  counter-increment: pap-home-step;
}

.pap-home-steps li::before {
  content: counter(pap-home-step, decimal-leading-zero);
  color: var(--pap-home-accent-dark);
  font-weight: 780;
}

.pap-home-steps strong {
  color: var(--pap-home-deep);
}

.pap-home-steps span {
  grid-column: 2;
  color: var(--pap-home-muted);
}

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

.pap-home-training {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.pap-home-training--featured {
  border-color: rgba(155, 107, 53, 0.42);
  box-shadow: 0 18px 46px rgba(155, 107, 53, 0.12);
}

.pap-home-training__image {
  margin: 0;
  background: #d9ded6;
}

.pap-home-training__image img {
  aspect-ratio: 16 / 10;
}

.pap-home-training__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(22px, 3vw, 30px);
}

.pap-home-training__body ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 24px;
  padding-left: 20px;
  color: var(--pap-home-muted);
}

.pap-home-training__body .pap-home-button {
  margin-top: auto;
}

.pap-home-authority {
  background: var(--pap-home-panel);
}

.pap-home-authority__panel,
.pap-home-authority__facts p {
  padding: clamp(22px, 3vw, 30px);
}

.pap-home-authority__facts {
  display: grid;
  gap: 14px;
}

.pap-home-authority__facts p {
  margin: 0;
}

.pap-home-authority__facts strong,
.pap-home-authority__facts span {
  display: block;
}

.pap-home-authority__facts strong {
  color: var(--pap-home-deep);
}

.pap-home-resources__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pap-home-resources__grid article {
  padding: 22px;
}

.pap-home-resources__grid h3 a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.pap-home-resources__grid h3 a:hover,
.pap-home-resources__grid h3 a:focus-visible {
  color: var(--pap-home-accent-dark);
}

.pap-home-faq__items {
  display: grid;
  gap: 12px;
}

.pap-home-faq details {
  padding: 18px 20px;
}

.pap-home-faq summary {
  cursor: pointer;
  color: var(--pap-home-deep);
  font-weight: 760;
}

.pap-home-faq summary:focus-visible {
  outline: 3px solid rgba(155, 107, 53, 0.32);
  outline-offset: 4px;
}

.pap-home-faq details p {
  margin: 12px 0 0;
}

.pap-home-final {
  background: var(--pap-home-deep);
  color: #ffffff;
}

.pap-home-final__inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.pap-home-final h2,
.pap-home-final .pap-home-kicker,
.pap-home-final p {
  color: #ffffff;
}

.pap-home-final p {
  max-width: 760px;
  opacity: 0.84;
}

@media (max-width: 980px) {
  .pap-home-hero__inner,
  .pap-home-method__layout,
  .pap-home-authority__layout,
  .pap-home-faq__layout {
    grid-template-columns: 1fr;
  }

  .pap-home-audience__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pap-home-duo,
  .pap-home-training-grid,
  .pap-home-resources__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .pap-home-wrap,
  .pap-home-band,
  .pap-home-hero__inner,
  .pap-home-final__inner {
    width: min(100% - 28px, 1120px);
  }

  .pap-home-hero {
    padding-top: 34px;
  }

  .pap-home-hero h1 {
    font-size: 2.25rem;
  }

  .pap-home-hero__actions,
  .pap-home-final__actions {
    flex-direction: column;
  }

  .pap-home-button {
    width: 100%;
  }

  .pap-home-audience__grid {
    grid-template-columns: 1fr;
  }

  .pap-home-audience__grid p {
    min-height: auto;
  }
}

/* V2 immersive 10 m / 25 m */
body {
  margin: 0;
}

.pap-home-page {
  --pap-home-text: #172033;
  --pap-home-muted: #607089;
  --pap-home-bg: #ffffff;
  --pap-home-soft: #eef6ff;
  --pap-home-panel: #f6f8fc;
  --pap-home-deep: #09142a;
  --pap-home-blue: #126dff;
  --pap-home-orange: #ff6230;
  --pap-home-gold: #d38a3b;
  --pap-home-ten-gradient: linear-gradient(90deg, #8898B8, #EEF2F8, #8898B8);
  --pap-home-twentyfive-gradient: linear-gradient(90deg, #9E5F1E, #E09848, #9E5F1E);
  --pap-home-coach-gradient: linear-gradient(90deg, #B67A2B, #F5C16E, #B67A2B);
  --pap-home-border: rgba(21, 38, 68, 0.14);
  --pap-home-shadow: 0 26px 80px rgba(9, 20, 42, 0.18);
}

.pap-home-hero {
  position: relative;
  min-height: min(860px, 92vh);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(82px, 12vw, 140px) 0 clamp(82px, 10vw, 118px);
  background: var(--pap-home-deep);
  isolation: isolate;
}

.pap-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.28), transparent 0 22%, rgba(9, 20, 42, 0.16) 42%, rgba(9, 20, 42, 0.84) 100%),
    linear-gradient(90deg, rgba(18, 109, 255, 0.48), rgba(9, 20, 42, 0.58) 42%, rgba(255, 98, 48, 0.5));
  pointer-events: none;
}

.pap-home-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 7%;
  bottom: 7%;
  z-index: 2;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.38);
}

.pap-home-hero__split {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 0;
}

.pap-home-hero__panel {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.pap-home-hero__panel::after {
  content: "";
  position: absolute;
  inset: 0;
}

.pap-home-hero__panel--ten::after {
  background:
    linear-gradient(90deg, rgba(35, 97, 190, 0.34), rgba(9, 20, 42, 0.6)),
    linear-gradient(180deg, rgba(9, 20, 42, 0.16), rgba(9, 20, 42, 0.76));
}

.pap-home-hero__panel--twentyfive::after {
  background:
    linear-gradient(270deg, rgba(255, 98, 48, 0.42), rgba(9, 20, 42, 0.58)),
    linear-gradient(180deg, rgba(9, 20, 42, 0.1), rgba(9, 20, 42, 0.76));
}

.pap-home-hero__panel img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.05);
  transform: scale(1.03);
}

.pap-home-hero__panel--ten img {
  object-position: center center;
}

.pap-home-hero__panel--twentyfive img {
  object-position: center center;
}

.pap-home-hero__panel figcaption {
  position: absolute;
  z-index: 3;
  bottom: clamp(22px, 4vw, 48px);
  display: grid;
  gap: 8px;
  max-width: 310px;
  color: #ffffff;
  text-transform: uppercase;
}

.pap-home-hero__panel--ten figcaption {
  left: clamp(18px, 5vw, 72px);
}

.pap-home-hero__panel--twentyfive figcaption {
  right: clamp(18px, 5vw, 72px);
  text-align: right;
}

.pap-home-hero__panel figcaption span {
  width: max-content;
  border-radius: 999px;
  padding: 6px 11px;
  color: #071126;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0;
}

.pap-home-hero__panel--ten figcaption span {
  background: var(--pap-home-ten-gradient);
}

.pap-home-hero__panel--twentyfive figcaption span {
  justify-self: end;
  background: var(--pap-home-twentyfive-gradient);
  color: #ffffff;
}

.pap-home-hero__panel figcaption strong {
  font-size: clamp(1.08rem, 2vw, 1.55rem);
  line-height: 1.08;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.38);
}

.pap-home-hero__inner {
  position: relative;
  z-index: 4;
  width: min(1040px, calc(100% - 40px));
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0;
  text-align: center;
}

.pap-home-hero__content {
  width: min(880px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 44px);
  background: rgba(9, 20, 42, 0.5);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}

.pap-home-hero .pap-home-kicker {
  color: #eef4ff;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.pap-home-hero h1 {
  max-width: 860px;
  margin-inline: auto;
  color: #ffffff;
  font-size: clamp(2.55rem, 5.2vw, 5rem);
  text-wrap: balance;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.42);
}

.pap-home-hero__lead {
  max-width: 780px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.3);
}

.pap-home-hero__actions {
  justify-content: center;
}

.pap-home-button--primary {
  background: var(--pap-home-twentyfive-gradient);
  color: #ffffff;
  border-color: rgba(224, 152, 72, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 220, 170, 0.36),
    0 14px 32px rgba(158, 95, 30, 0.3),
    0 0 24px rgba(224, 152, 72, 0.18);
}

.pap-home-button--primary:hover,
.pap-home-button--primary:focus-visible {
  background: linear-gradient(90deg, #884c14, #d98a39, #884c14);
}

.pap-home-button--ten {
  background: var(--pap-home-ten-gradient);
  color: #0a1630;
  border-color: rgba(238, 242, 248, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 14px 32px rgba(136, 152, 184, 0.32);
}

.pap-home-button--ten:hover,
.pap-home-button--ten:focus-visible {
  color: #0a1630;
  background: linear-gradient(90deg, #7586a7, #ffffff, #7586a7);
}

.pap-home-button--coach {
  background: var(--pap-home-coach-gradient);
  color: #1b1106;
  border-color: rgba(245, 193, 110, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    0 14px 32px rgba(182, 122, 43, 0.3),
    0 0 24px rgba(245, 193, 110, 0.2);
}

.pap-home-button--coach:hover,
.pap-home-button--coach:focus-visible {
  color: #1b1106;
  background: linear-gradient(90deg, #9c621a, #ffd080, #9c621a);
}

.pap-home-hero__free-link {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96rem;
}

.pap-home-hero__free-link a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.pap-home-hero__free-link a:hover,
.pap-home-hero__free-link a:focus-visible {
  color: #ffffff;
}

.pap-home-hero__bridge {
  display: grid;
  grid-template-columns: auto minmax(110px, 1fr) minmax(80px, 0.55fr) minmax(110px, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
}

.pap-home-hero__bridge span {
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 850;
}

.pap-home-hero__bridge span:first-child {
  background: var(--pap-home-ten-gradient);
  color: #071126;
}

.pap-home-hero__bridge span:last-child {
  background: var(--pap-home-twentyfive-gradient);
  color: #ffffff;
}

.pap-home-hero__bridge i {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef2f8, #e09848);
  box-shadow: 0 0 22px rgba(224, 152, 72, 0.55);
}

.pap-home-band {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(224, 152, 72, 0.2);
  background:
    radial-gradient(circle at 18% 0%, rgba(136, 152, 184, 0.34), transparent 35%),
    radial-gradient(circle at 82% 10%, rgba(224, 152, 72, 0.28), transparent 36%),
    linear-gradient(135deg, #081327, #111f3a 52%, #29170b);
}

.pap-home-transfer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  margin-top: 34px;
}

.pap-home-transfer__side,
.pap-home-transfer__middle {
  border-radius: 8px;
  padding: 18px;
}

.pap-home-transfer__side {
  display: grid;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.pap-home-transfer__side span {
  width: max-content;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.76rem;
  font-weight: 850;
}

.pap-home-transfer__side--ten span {
  background: var(--pap-home-ten-gradient);
  color: #071126;
}

.pap-home-transfer__side--twentyfive {
  text-align: right;
}

.pap-home-transfer__side--twentyfive span {
  justify-self: end;
  background: var(--pap-home-twentyfive-gradient);
  color: #ffffff;
}

.pap-home-transfer__side strong {
  color: #ffffff;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.pap-home-transfer__middle {
  display: grid;
  place-items: center;
  min-width: 124px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--pap-home-deep);
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
}

.pap-home-path {
  position: relative;
  overflow: hidden;
}

.pap-home-path::before,
.pap-home-training::before {
  content: "";
  display: block;
  height: 5px;
  margin: calc(clamp(22px, 3vw, 30px) * -1) calc(clamp(22px, 3vw, 30px) * -1) clamp(18px, 2vw, 24px);
}

.pap-home-path:first-child::before,
.pap-home-training:first-child::before {
  background: var(--pap-home-ten-gradient);
}

.pap-home-path--accent::before,
.pap-home-training--featured::before {
  background: var(--pap-home-twentyfive-gradient);
}

.pap-home-path--accent,
.pap-home-training--featured {
  border-color: rgba(224, 152, 72, 0.38);
  box-shadow: 0 22px 60px rgba(158, 95, 30, 0.14);
}

.pap-home-training::before {
  flex: 0 0 5px;
  margin: 0;
}

.pap-home-kicker,
.pap-home-path__label,
.pap-home-training__eyebrow,
.pap-home-steps li::before {
  color: #9e5f1e;
}

.pap-home-audience {
  background:
    linear-gradient(180deg, #eef6ff, #ffffff);
}

.pap-home-audience__grid p {
  border-top: 4px solid transparent;
  border-image: var(--pap-home-ten-gradient) 1;
  box-shadow: 0 14px 34px rgba(21, 38, 68, 0.08);
}

.pap-home-audience__grid p:nth-child(4),
.pap-home-audience__grid p:nth-child(5) {
  border-image: var(--pap-home-twentyfive-gradient) 1;
}

.pap-home-method {
  background:
    linear-gradient(90deg, rgba(136, 152, 184, 0.14), rgba(224, 152, 72, 0.12)),
    #ffffff;
}

.pap-home-final {
  background:
    radial-gradient(circle at 20% 20%, rgba(136, 152, 184, 0.28), transparent 34%),
    radial-gradient(circle at 80% 0%, rgba(224, 152, 72, 0.26), transparent 34%),
    #09142a;
}

@media (max-width: 980px) {
  .pap-home-hero {
    min-height: auto;
  }

  .pap-home-hero__split {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .pap-home-hero__panel--twentyfive {
    display: block;
  }

  .pap-home-hero::after {
    display: none;
  }

  .pap-home-hero__panel--ten figcaption {
    right: 18px;
    left: 18px;
    max-width: none;
  }

  .pap-home-hero__panel--twentyfive figcaption {
    right: 18px;
    left: 18px;
    max-width: none;
    text-align: left;
  }

  .pap-home-hero__panel--twentyfive figcaption span {
    justify-self: start;
  }

  .pap-home-transfer {
    grid-template-columns: 1fr;
  }

  .pap-home-transfer__side--twentyfive {
    text-align: left;
  }

  .pap-home-transfer__side--twentyfive span {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .pap-home-hero {
    padding: 76px 0 54px;
  }

  .pap-home-hero__inner {
    width: min(100% - 28px, 1040px);
  }

  .pap-home-hero__content {
    padding: 22px;
  }

  .pap-home-hero h1 {
    font-size: 2.35rem;
  }

  .pap-home-hero__bridge {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pap-home-hero__bridge i {
    width: 2px;
    height: 44px;
    background: linear-gradient(180deg, #eef2f8, #e09848);
  }
}

/* V4 conversion and launch refinements */
.pap-home-launch {
  padding: clamp(48px, 6vw, 74px) 0;
  background:
    radial-gradient(circle at 82% 0%, rgba(224, 152, 72, 0.22), transparent 34%),
    linear-gradient(135deg, #0b1730, #111f3a 54%, #2a170b);
  color: #ffffff;
}

.pap-home-launch__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
}

.pap-home-launch h2,
.pap-home-launch .pap-home-kicker,
.pap-home-launch .pap-home-section-lead {
  color: #ffffff;
}

.pap-home-launch .pap-home-section-lead {
  max-width: 760px;
  opacity: 0.86;
}

.pap-home-coach {
  background:
    linear-gradient(90deg, rgba(182, 122, 43, 0.12), rgba(255, 255, 255, 0.92)),
    #ffffff;
}

.pap-home-coach__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

.pap-home-coach__image {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 66px rgba(182, 122, 43, 0.15);
}

.pap-home-coach__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.pap-home-coach__content {
  border: 1px solid rgba(245, 193, 110, 0.42);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 58px rgba(21, 38, 68, 0.08);
}

.pap-home-coach__content h2 {
  max-width: 680px;
}

.pap-home-coach__content p,
.pap-home-coach__content ul {
  color: var(--pap-home-muted);
}

.pap-home-coach__content ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 24px;
  padding-left: 20px;
}

.pap-home-rate-details {
  margin: 0 0 24px;
  border: 1px solid rgba(182, 122, 43, 0.24);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(245, 193, 110, 0.12);
}

.pap-home-rate-details summary {
  cursor: pointer;
  color: var(--pap-home-deep);
  font-weight: 850;
}

.pap-home-rate-details summary:focus-visible {
  outline: 3px solid rgba(245, 193, 110, 0.36);
  outline-offset: 4px;
}

.pap-home-rate-details ul {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .pap-home-launch__inner,
  .pap-home-coach__layout {
    grid-template-columns: 1fr;
  }

  .pap-home-launch__inner .pap-home-button {
    width: fit-content;
  }
}

@media (max-width: 620px) {
  .pap-home-launch__inner .pap-home-button {
    width: 100%;
  }
}

/* V5 polish from homepage audit */
.pap-home-hero {
  padding: clamp(72px, 10vw, 118px) 0 clamp(64px, 8vw, 96px);
}

.pap-home-hero::before {
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.2), transparent 0 20%, rgba(9, 20, 42, 0.22) 40%, rgba(9, 20, 42, 0.88) 100%),
    linear-gradient(90deg, rgba(18, 109, 255, 0.42), rgba(9, 20, 42, 0.62) 42%, rgba(255, 98, 48, 0.44));
}

.pap-home-hero__content {
  width: min(860px, 100%);
  padding: clamp(28px, 4vw, 42px);
}

.pap-home-hero h1 {
  font-size: clamp(2.8rem, 4.4vw, 4.9rem);
  line-height: 1.06;
}

.pap-home-hero__lead {
  margin-top: 18px;
}

.pap-home-hero__actions {
  gap: 14px;
  margin-top: 28px;
}

.pap-home-hero__proof {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 680;
}

.pap-home-hero__free-link {
  margin-top: 8px;
}

.pap-home-hero__panel figcaption {
  opacity: 0.78;
}

.pap-home-band {
  padding: clamp(28px, 4.2vw, 48px);
}

.pap-home-transfer__middle {
  min-width: 118px;
  background:
    linear-gradient(90deg, rgba(238, 242, 248, 0.96), rgba(255, 255, 255, 0.9), rgba(224, 152, 72, 0.9));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.pap-home-launch {
  padding: clamp(42px, 5vw, 62px) 0;
}

.pap-home-launch__inner {
  grid-template-columns: minmax(0, 1fr) minmax(220px, auto);
}

.pap-home-launch__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.pap-home-launch__benefits li {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 680;
}

.pap-home-audience__grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.pap-home-audience__grid article {
  grid-column: span 2;
  min-height: 132px;
  border: 1px solid var(--pap-home-border);
  border-top: 4px solid transparent;
  border-image: var(--pap-home-ten-gradient) 1;
  border-radius: 8px;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(21, 38, 68, 0.08);
}

.pap-home-audience__grid article:nth-child(4),
.pap-home-audience__grid article:nth-child(5) {
  grid-column: span 3;
  border-image: var(--pap-home-twentyfive-gradient) 1;
}

.pap-home-audience__grid h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.pap-home-audience__grid p {
  min-height: auto;
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: var(--pap-home-muted);
  font-weight: 560;
}

.pap-home-training {
  min-height: 100%;
}

.pap-home-training__image img {
  aspect-ratio: 16 / 9;
}

.pap-home-training--featured {
  box-shadow: 0 18px 46px rgba(158, 95, 30, 0.1);
}

.pap-home-coach__image {
  align-self: stretch;
  max-height: 520px;
}

.pap-home-coach__image img {
  height: 100%;
  max-height: 520px;
  object-position: center center;
}

.pap-home-resources__grid article {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: flex-start;
}

.pap-home-resources__grid h3 {
  margin: 0;
}

.pap-home-resources__grid article > a {
  margin-top: auto;
  color: #9e5f1e;
  font-weight: 760;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.pap-home-resources__grid article > a:hover,
.pap-home-resources__grid article > a:focus-visible {
  color: #754915;
}

@media (prefers-reduced-motion: reduce) {
  .pap-home-button {
    transition: none;
  }

  .pap-home-button:hover,
  .pap-home-button:focus-visible {
    transform: none;
  }
}

@media (max-width: 980px) {
  .pap-home-audience__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pap-home-audience__grid article,
  .pap-home-audience__grid article:nth-child(4),
  .pap-home-audience__grid article:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .pap-home-hero h1 {
    font-size: clamp(2.25rem, 12vw, 2.7rem);
  }

  .pap-home-hero__content {
    padding: 24px;
  }

  .pap-home-hero__bridge,
  .pap-home-hero__panel figcaption {
    display: none;
  }

  .pap-home-audience__grid {
    grid-template-columns: 1fr;
  }

  .pap-home-coach__image,
  .pap-home-coach__image img {
    max-height: 420px;
  }
}

/* V6 WAHOU conversion layer */
.pap-home-hero__content {
  animation: pap-home-rise-in 780ms ease-out both;
}

.pap-home-hero__panel--ten img {
  animation: pap-home-image-drift-left 1200ms ease-out both;
}

.pap-home-hero__panel--twentyfive img {
  animation: pap-home-image-drift-right 1200ms ease-out both;
}

.pap-home-hero .pap-home-kicker,
.pap-home-hero h1,
.pap-home-hero__lead,
.pap-home-hero__signal,
.pap-home-hero__actions,
.pap-home-hero__proof,
.pap-home-hero__free-link,
.pap-home-hero__bridge {
  animation: pap-home-fade-up 640ms ease-out both;
}

.pap-home-hero h1 {
  animation-delay: 90ms;
}

.pap-home-hero__lead {
  animation-delay: 180ms;
}

.pap-home-hero__signal {
  animation-delay: 260ms;
}

.pap-home-hero__actions {
  animation-delay: 340ms;
}

.pap-home-hero__proof,
.pap-home-hero__free-link,
.pap-home-hero__bridge {
  animation-delay: 430ms;
}

.pap-home-hero__signal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.pap-home-hero__signal span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
  font-weight: 760;
}

.pap-home-orienter {
  padding: clamp(56px, 7vw, 92px) 0;
  background:
    linear-gradient(90deg, rgba(136, 152, 184, 0.15), rgba(255, 255, 255, 0.96), rgba(224, 152, 72, 0.14)),
    #ffffff;
}

.pap-home-orienter__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.pap-home-orienter__tool {
  border: 1px solid rgba(21, 38, 68, 0.14);
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 252, 0.92)),
    #ffffff;
  box-shadow: 0 26px 80px rgba(9, 20, 42, 0.13);
}

.pap-home-orienter__tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.pap-home-orienter__tabs button {
  min-height: 54px;
  border: 1px solid rgba(21, 38, 68, 0.12);
  border-radius: 8px;
  padding: 10px 12px;
  background: #ffffff;
  color: var(--pap-home-deep);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.18;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.pap-home-orienter__tabs button:hover,
.pap-home-orienter__tabs button:focus-visible,
.pap-home-orienter__tabs button.is-active {
  border-color: rgba(182, 122, 43, 0.46);
  background: var(--pap-home-deep);
  color: #ffffff;
}

.pap-home-orienter__tabs button:focus-visible {
  outline: 3px solid rgba(245, 193, 110, 0.36);
  outline-offset: 3px;
}

.pap-home-orienter__panels {
  position: relative;
  margin-top: 12px;
}

.pap-home-orienter__panel {
  min-height: 295px;
  border-radius: 8px;
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(135deg, #09142a, #111f3a 58%, #2b170a);
  color: #ffffff;
  animation: pap-home-panel-in 240ms ease-out both;
}

.pap-home-orienter__panel h3 {
  margin: 14px 0 10px;
  color: #ffffff;
  font-size: 1.72rem;
  line-height: 1.12;
}

.pap-home-orienter__panel p {
  max-width: 620px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.84);
}

.pap-home-orienter__badge,
.pap-home-training__meta span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.75rem;
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
}

.pap-home-orienter__badge--ten {
  background: var(--pap-home-ten-gradient);
  color: #071126;
}

.pap-home-orienter__badge--coach {
  background: var(--pap-home-coach-gradient);
  color: #1b1106;
}

.pap-home-orienter__badge--twentyfive {
  background: var(--pap-home-twentyfive-gradient);
  color: #ffffff;
}

.pap-home-orienter__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pap-home-corrections {
  padding: clamp(58px, 7vw, 96px) 0;
  background:
    linear-gradient(180deg, #ffffff, #f6f8fc);
}

.pap-home-corrections__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
}

.pap-home-corrections__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pap-home-corrections__grid article {
  min-height: 188px;
  border: 1px solid rgba(21, 38, 68, 0.12);
  border-radius: 8px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(21, 38, 68, 0.08);
}

.pap-home-corrections__grid article:nth-child(even) {
  border-color: rgba(224, 152, 72, 0.28);
}

.pap-home-corrections__grid span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--pap-home-deep);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 850;
}

.pap-home-corrections__grid article:nth-child(even) span {
  background: var(--pap-home-twentyfive-gradient);
}

.pap-home-corrections__grid h3 {
  margin: 14px 0 8px;
  color: var(--pap-home-deep);
  font-size: 1.12rem;
}

.pap-home-corrections__grid p {
  margin: 0;
  color: var(--pap-home-muted);
}

.pap-home-impact {
  margin-top: 28px;
  border: 1px solid rgba(21, 38, 68, 0.14);
  border-radius: 8px;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(21, 38, 68, 0.08);
}

.pap-home-impact__target {
  position: relative;
  min-height: 190px;
  border-radius: 8px;
  background:
    repeating-radial-gradient(circle at 50% 50%, transparent 0 27px, rgba(21, 38, 68, 0.12) 28px 29px),
    linear-gradient(135deg, #f7f9fc, #ffffff);
  overflow: hidden;
}

.pap-home-impact__target::before,
.pap-home-impact__target::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 1px;
  height: 100%;
  background: rgba(21, 38, 68, 0.12);
  transform: translate(-50%, -50%);
}

.pap-home-impact__target::after {
  width: 100%;
  height: 1px;
}

.pap-home-impact__target span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff6230;
  box-shadow: 0 0 0 4px rgba(255, 98, 48, 0.14);
}

.pap-home-impact__target span:nth-child(1) {
  left: 18%;
  top: 24%;
}

.pap-home-impact__target span:nth-child(2) {
  left: 28%;
  top: 70%;
}

.pap-home-impact__target span:nth-child(3) {
  left: 68%;
  top: 24%;
}

.pap-home-impact__target span:nth-child(4) {
  left: 76%;
  top: 62%;
}

.pap-home-impact__target span:nth-child(5) {
  left: 39%;
  top: 34%;
}

.pap-home-impact__target span:nth-child(6) {
  left: 59%;
  top: 76%;
}

.pap-home-impact__target span:nth-child(7) {
  left: 49%;
  top: 47%;
  background: #126dff;
  box-shadow: 0 0 0 4px rgba(18, 109, 255, 0.14);
}

.pap-home-impact__target span:nth-child(8) {
  left: 52%;
  top: 51%;
  background: #126dff;
  box-shadow: 0 0 0 4px rgba(18, 109, 255, 0.14);
}

.pap-home-impact__target span:nth-child(9) {
  left: 55%;
  top: 53%;
  background: #126dff;
  box-shadow: 0 0 0 4px rgba(18, 109, 255, 0.14);
}

.pap-home-impact__target span:nth-child(10) {
  left: 51%;
  top: 55%;
  background: #126dff;
  box-shadow: 0 0 0 4px rgba(18, 109, 255, 0.14);
}

.pap-home-impact__target span:nth-child(11) {
  left: 47%;
  top: 52%;
  background: #126dff;
  box-shadow: 0 0 0 4px rgba(18, 109, 255, 0.14);
}

.pap-home-impact__target span:nth-child(12) {
  left: 54%;
  top: 48%;
  background: #126dff;
  box-shadow: 0 0 0 4px rgba(18, 109, 255, 0.14);
}

.pap-home-impact__caption {
  display: grid;
  grid-template-columns: auto minmax(44px, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  color: var(--pap-home-deep);
  font-size: 0.9rem;
  font-weight: 850;
  text-transform: uppercase;
}

.pap-home-impact__caption i {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff6230, #126dff);
}

.pap-home-training__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 14px;
}

.pap-home-training__meta span {
  border: 1px solid rgba(21, 38, 68, 0.1);
  background: rgba(246, 248, 252, 0.88);
  color: var(--pap-home-deep);
}

.pap-home-training--featured .pap-home-training__meta span:first-child {
  border-color: rgba(224, 152, 72, 0.34);
  background: rgba(224, 152, 72, 0.12);
  color: #754915;
}

.pap-home-authority__layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
}

.pap-home-authority__facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pap-home-authority__facts p {
  min-height: 142px;
}

.pap-home-authority__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.pap-home-authority__links a,
.pap-home-proof__header > a {
  color: #9e5f1e;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.pap-home-authority__links a:hover,
.pap-home-authority__links a:focus-visible,
.pap-home-proof__header > a:hover,
.pap-home-proof__header > a:focus-visible {
  color: #754915;
}

.pap-home-proof {
  padding: clamp(56px, 7vw, 90px) 0;
  background:
    linear-gradient(135deg, #09142a, #111f3a 56%, #27170d);
  color: #ffffff;
}

.pap-home-proof h2,
.pap-home-proof .pap-home-kicker {
  color: #ffffff;
}

.pap-home-proof__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
}

.pap-home-proof__header h2 {
  max-width: 760px;
}

.pap-home-proof__header > a {
  color: #f5c16e;
}

.pap-home-proof__score {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 26px;
  border: 1px solid rgba(245, 193, 110, 0.32);
  border-radius: 8px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.08);
}

.pap-home-proof__score strong {
  color: #f5c16e;
  font-size: 2rem;
  line-height: 1;
}

.pap-home-proof__score span {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.pap-home-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.pap-home-proof__grid article {
  min-height: 188px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.pap-home-proof__grid h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1.12rem;
}

.pap-home-proof__grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.pap-home-sticky-cta {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 40;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid rgba(21, 38, 68, 0.12);
  border-radius: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 48px rgba(9, 20, 42, 0.18);
  backdrop-filter: blur(10px);
}

.pap-home-sticky-cta a {
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #071126;
  font-size: 0.88rem;
  font-weight: 860;
  text-decoration: none;
}

.pap-home-sticky-cta__ten {
  background: var(--pap-home-ten-gradient);
}

.pap-home-sticky-cta__coach {
  background: var(--pap-home-coach-gradient);
}

.pap-home-sticky-cta__twentyfive {
  background: var(--pap-home-twentyfive-gradient);
  color: #ffffff !important;
}

@keyframes pap-home-rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pap-home-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pap-home-image-drift-left {
  from {
    transform: scale(1.08) translateX(-12px);
  }
  to {
    transform: scale(1.03) translateX(0);
  }
}

@keyframes pap-home-image-drift-right {
  from {
    transform: scale(1.08) translateX(12px);
  }
  to {
    transform: scale(1.03) translateX(0);
  }
}

@keyframes pap-home-panel-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pap-home-hero__content,
  .pap-home-hero__panel--ten img,
  .pap-home-hero__panel--twentyfive img,
  .pap-home-hero .pap-home-kicker,
  .pap-home-hero h1,
  .pap-home-hero__lead,
  .pap-home-hero__signal,
  .pap-home-hero__actions,
  .pap-home-hero__proof,
  .pap-home-hero__free-link,
  .pap-home-hero__bridge,
  .pap-home-orienter__panel {
    animation: none;
  }
}

@media (max-width: 980px) {
  .pap-home-orienter__layout,
  .pap-home-corrections__layout,
  .pap-home-authority__layout {
    grid-template-columns: 1fr;
  }

  .pap-home-proof__header,
  .pap-home-proof__grid {
    grid-template-columns: 1fr;
  }

  .pap-home-authority__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 82px;
  }

  .pap-home-orienter__tabs,
  .pap-home-corrections__grid,
  .pap-home-authority__facts,
  .pap-home-proof__score {
    grid-template-columns: 1fr;
  }

  .pap-home-orienter__panel {
    min-height: auto;
  }

  .pap-home-orienter__actions {
    display: grid;
  }

  .pap-home-sticky-cta {
    display: grid;
  }
}

@media (max-width: 620px) {
  .pap-home-hero__signal {
    display: none;
  }

  .pap-home-corrections__grid article,
  .pap-home-proof__grid article,
  .pap-home-authority__facts p {
    min-height: auto;
  }
}

/* Premium navigation concept */
.pap-premium-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 80;
  width: min(calc(100% - 28px), 1080px);
  min-height: 64px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 9px 10px 9px 12px;
  background: rgba(9, 20, 42, 0.76);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.pap-premium-header a {
  text-decoration: none;
}

.pap-premium-header__brand {
  display: grid;
  grid-template-columns: 40px auto;
  gap: 10px;
  align-items: center;
  min-width: 220px;
  color: #ffffff;
}

.pap-premium-header__brand img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
}

.pap-premium-header__brand span {
  display: grid;
  gap: 1px;
}

.pap-premium-header__brand strong {
  color: #ffffff;
  font-size: 0.96rem;
  line-height: 1.12;
}

.pap-premium-header__brand small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
  font-weight: 720;
}

.pap-premium-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  align-items: center;
}

.pap-premium-nav > a,
.pap-premium-nav__item > button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 8px;
  padding: 0 13px;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 820;
  line-height: 1;
  transition: background-color 160ms ease, color 160ms ease;
}

.pap-premium-nav > a:hover,
.pap-premium-nav > a:focus-visible,
.pap-premium-nav__item > button:hover,
.pap-premium-nav__item > button:focus-visible,
.pap-premium-nav__item > button[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.pap-premium-nav > a:focus-visible,
.pap-premium-nav__item > button:focus-visible,
.pap-premium-header__brand:focus-visible,
.pap-premium-header__toggle:focus-visible {
  outline: 3px solid rgba(245, 193, 110, 0.42);
  outline-offset: 3px;
}

.pap-premium-nav__item {
  position: relative;
}

.pap-premium-nav__item > button::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.pap-premium-nav__panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: min(360px, calc(100vw - 32px));
  display: grid;
  gap: 6px;
  border: 1px solid rgba(21, 38, 68, 0.12);
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(9, 20, 42, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.pap-premium-nav__item:hover .pap-premium-nav__panel,
.pap-premium-nav__item:focus-within .pap-premium-nav__panel,
.pap-premium-nav__item > button[aria-expanded="true"] + .pap-premium-nav__panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.pap-premium-nav__panel a {
  display: grid;
  gap: 3px;
  border-radius: 8px;
  padding: 13px;
  color: var(--pap-home-deep);
  transition: background-color 160ms ease, transform 160ms ease;
}

.pap-premium-nav__panel a:hover,
.pap-premium-nav__panel a:focus-visible {
  background: rgba(136, 152, 184, 0.14);
  transform: translateY(-1px);
}

.pap-premium-nav__panel strong {
  color: var(--pap-home-deep);
  font-size: 0.95rem;
  line-height: 1.15;
}

.pap-premium-nav__panel span {
  color: var(--pap-home-muted);
  font-size: 0.82rem;
  font-weight: 640;
  line-height: 1.35;
}

.pap-premium-header__toggle {
  display: none;
}

@media (max-width: 1080px) {
  .pap-premium-header {
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: space-between;
    min-height: 58px;
    gap: 8px;
    width: min(calc(100% - 24px), 1080px);
    padding: 8px;
  }

  .pap-premium-header__brand {
    min-width: 0;
  }

  .pap-premium-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    border: 1px solid rgba(21, 38, 68, 0.14);
    border-radius: 8px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 22px 70px rgba(9, 20, 42, 0.18);
    backdrop-filter: blur(12px);
  }

  .pap-premium-nav.is-open {
    display: grid;
    gap: 4px;
  }

  .pap-premium-nav > a,
  .pap-premium-nav__item > button {
    width: 100%;
    justify-content: space-between;
    color: var(--pap-home-deep);
  }

  .pap-premium-nav > a:hover,
  .pap-premium-nav > a:focus-visible,
  .pap-premium-nav__item > button:hover,
  .pap-premium-nav__item > button:focus-visible,
  .pap-premium-nav__item > button[aria-expanded="true"] {
    background: rgba(136, 152, 184, 0.14);
    color: var(--pap-home-deep);
  }

  .pap-premium-nav__panel {
    position: static;
    width: 100%;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: max-height 180ms ease;
  }

  .pap-premium-nav__item:hover .pap-premium-nav__panel,
  .pap-premium-nav__item:focus-within .pap-premium-nav__panel,
  .pap-premium-nav__item > button[aria-expanded="true"] + .pap-premium-nav__panel {
    max-height: 420px;
    padding: 4px 0 8px;
    transform: none;
  }

  .pap-premium-nav__panel a {
    margin-left: 10px;
    padding: 12px;
    background: rgba(246, 248, 252, 0.86);
  }

  .pap-premium-header__toggle {
    min-height: 58px;
    display: inline-grid;
    grid-template-columns: 18px auto;
    grid-template-rows: repeat(3, 1fr);
    gap: 8px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 850;
  }

  .pap-premium-header__toggle strong {
    grid-column: 2;
    grid-row: 1 / 4;
  }

  .pap-premium-header__toggle span {
    grid-column: 1;
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .pap-premium-header__toggle span:nth-child(1) {
    align-self: end;
  }

  .pap-premium-header__toggle span:nth-child(2) {
    align-self: center;
  }

  .pap-premium-header__toggle span:nth-child(3) {
    align-self: start;
  }

}

@media (max-width: 720px) {
  .pap-premium-header {
    top: 10px;
    width: min(calc(100% - 20px), 1080px);
    min-height: 54px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .pap-premium-header__brand {
    grid-template-columns: 34px auto;
  }

  .pap-premium-header__brand img {
    width: 34px;
    height: 34px;
  }

  .pap-premium-header__brand strong {
    font-size: 0.84rem;
  }

  .pap-premium-header__brand small {
    display: none;
  }

  .pap-premium-header__toggle {
    min-height: 54px;
    padding: 0 11px;
  }
}

/* Premium footer */
.pap-site-footer {
  padding: clamp(48px, 6vw, 76px) 0 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(136, 152, 184, 0.22), transparent 34%),
    radial-gradient(circle at 84% 8%, rgba(224, 152, 72, 0.2), transparent 32%),
    #071126;
  color: #ffffff;
}

.pap-site-footer__inner {
  width: min(calc(100% - 40px), 1120px);
  margin-inline: auto;
}

.pap-site-footer__brand {
  display: grid;
  gap: 8px;
  max-width: 680px;
}

.pap-site-footer__brand strong {
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.06;
}

.pap-site-footer__brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.04rem, 1.4vw, 1.2rem);
}

.pap-site-footer__brand span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
  font-weight: 720;
}

.pap-site-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
  margin-top: clamp(32px, 5vw, 56px);
}

.pap-site-footer__nav div {
  display: grid;
  align-content: start;
  gap: 9px;
}

.pap-site-footer__nav h2 {
  margin: 0 0 4px;
  color: #f5c16e;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.15;
  text-transform: uppercase;
}

.pap-site-footer__nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
}

.pap-site-footer__nav a:hover,
.pap-site-footer__nav a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.pap-site-footer__nav a:focus-visible {
  outline: 3px solid rgba(245, 193, 110, 0.42);
  outline-offset: 4px;
}

.pap-site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: clamp(30px, 5vw, 52px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
  font-weight: 700;
}

@media (max-width: 980px) {
  .pap-site-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .pap-site-footer__nav {
    grid-template-columns: 1fr;
  }
}

/* Legal pages */
.pap-legal-page {
  min-height: 100vh;
  background: #ffffff;
}

.pap-legal-hero {
  padding: clamp(110px, 12vw, 160px) 0 clamp(42px, 6vw, 72px);
  background:
    linear-gradient(135deg, rgba(246, 248, 252, 0.98), rgba(255, 255, 255, 0.9)),
    #f6f8fc;
}

.pap-legal-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--pap-home-deep);
  font-size: clamp(2.25rem, 4.2vw, 4.4rem);
  line-height: 1.08;
}

.pap-legal-hero p:not(.pap-home-kicker) {
  max-width: 780px;
  margin: 20px 0 0;
  color: var(--pap-home-muted);
  font-size: clamp(1.04rem, 1.45vw, 1.2rem);
}

.pap-legal-section {
  padding: clamp(46px, 7vw, 84px) 0;
}

.pap-legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.34fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: start;
}

.pap-legal-card {
  border: 1px solid rgba(16, 35, 30, 0.12);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 46px);
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(9, 20, 42, 0.08);
}

.pap-legal-card > *:first-child {
  margin-top: 0;
}

.pap-legal-card > *:last-child {
  margin-bottom: 0;
}

.pap-legal-card h1,
.pap-legal-card h2,
.pap-legal-card h3 {
  margin: 1.45em 0 0.55em;
  color: var(--pap-home-deep);
  line-height: 1.14;
}

.pap-legal-card h1 {
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
}

.pap-legal-card h2 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.pap-legal-card h3 {
  font-size: 1.15rem;
}

.pap-legal-card p,
.pap-legal-card li {
  color: var(--pap-home-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.pap-legal-card a {
  color: var(--pap-home-accent-dark);
  font-weight: 780;
  text-underline-offset: 4px;
}

.pap-legal-card ul,
.pap-legal-card ol {
  padding-left: 1.25rem;
}

.pap-legal-aside {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(16, 35, 30, 0.12);
  border-radius: 8px;
  padding: 18px;
  background: #f6f8fc;
}

.pap-legal-aside span {
  color: var(--pap-home-accent-dark);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.pap-legal-aside a {
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--pap-home-deep);
  font-size: 0.94rem;
  font-weight: 760;
  text-decoration: none;
}

.pap-legal-aside a:hover,
.pap-legal-aside a:focus-visible {
  background: #ffffff;
}

.pap-legal-aside a:focus-visible {
  outline: 3px solid rgba(155, 107, 53, 0.24);
  outline-offset: 2px;
}

@media (max-width: 900px) {
  .pap-legal-layout {
    grid-template-columns: 1fr;
  }

  .pap-legal-aside {
    position: static;
  }
}

/* Waitlist page */
.pap-waitlist-page {
  min-height: 100vh;
  background: #ffffff;
}

.pap-waitlist-hero {
  padding: clamp(112px, 12vw, 168px) 0 clamp(52px, 8vw, 92px);
  background:
    linear-gradient(135deg, rgba(9, 20, 42, 0.88), rgba(16, 35, 30, 0.78)),
    url("https://progresseraupistolet.fr/wp-content/uploads/2024/10/DSC6826-1024x683.jpg") center / cover;
  color: #ffffff;
}

.pap-waitlist-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.pap-waitlist-hero .pap-home-kicker {
  color: #f5c16e;
}

.pap-waitlist-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.3rem, 4.8vw, 4.7rem);
  line-height: 1.05;
}

.pap-waitlist-hero__content > p {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.06rem, 1.45vw, 1.22rem);
}

.pap-waitlist-benefits {
  display: grid;
  gap: 10px;
  max-width: 680px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.pap-waitlist-benefits li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.pap-waitlist-benefits li::before {
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 14px;
  height: 14px;
  border: 2px solid #f5c16e;
  border-radius: 999px;
  content: "";
}

.pap-waitlist-form-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 32px);
  background: rgba(255, 255, 255, 0.96);
  color: var(--pap-home-text);
  box-shadow: 0 28px 84px rgba(0, 0, 0, 0.28);
}

.pap-waitlist-form-card > span {
  color: var(--pap-home-accent-dark);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.pap-waitlist-form-card h2 {
  margin: 8px 0 20px;
  color: var(--pap-home-deep);
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.12;
}

.pap-waitlist-form {
  display: grid;
  gap: 14px;
}

.pap-waitlist-form label {
  display: grid;
  gap: 7px;
  color: var(--pap-home-deep);
  font-size: 0.92rem;
  font-weight: 780;
}

.pap-waitlist-form input[type="text"],
.pap-waitlist-form input[type="email"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(16, 35, 30, 0.16);
  border-radius: 6px;
  padding: 12px 13px;
  background: #ffffff;
  color: var(--pap-home-text);
  font: inherit;
}

.pap-waitlist-form input:focus-visible {
  border-color: rgba(155, 107, 53, 0.58);
  outline: 3px solid rgba(155, 107, 53, 0.22);
}

.pap-waitlist-consent {
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--pap-home-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.pap-waitlist-consent input {
  margin-top: 3px;
}

.pap-waitlist-hp {
  position: absolute;
  left: -9999px;
}

.pap-waitlist-form button {
  min-height: 52px;
  border: 0;
  border-radius: 6px;
  padding: 13px 18px;
  background: linear-gradient(90deg, #b67a2b, #f5c16e, #b67a2b);
  color: #09142a;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.pap-waitlist-form button:hover,
.pap-waitlist-form button:focus-visible {
  filter: brightness(1.02);
  transform: translateY(-1px);
}

.pap-waitlist-form button:focus-visible {
  outline: 3px solid rgba(155, 107, 53, 0.3);
  outline-offset: 3px;
}

.pap-waitlist-form p {
  margin: 0;
  color: var(--pap-home-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.pap-waitlist-message {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 0.9rem;
}

.pap-waitlist-message strong {
  color: var(--pap-home-deep);
}

.pap-waitlist-message span {
  color: var(--pap-home-muted);
}

.pap-waitlist-message--success {
  background: rgba(38, 132, 86, 0.13);
}

.pap-waitlist-message--error {
  background: rgba(193, 74, 52, 0.13);
}

.pap-waitlist-proof {
  padding: clamp(46px, 7vw, 84px) 0;
  background: #ffffff;
}

.pap-waitlist-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pap-waitlist-proof article {
  border: 1px solid rgba(16, 35, 30, 0.12);
  border-radius: 8px;
  padding: clamp(20px, 3vw, 30px);
  background: #f6f8fc;
}

.pap-waitlist-proof h2 {
  margin: 0;
  color: var(--pap-home-deep);
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
}

.pap-waitlist-proof p {
  margin: 12px 0 0;
  color: var(--pap-home-muted);
}

@media (max-width: 980px) {
  .pap-waitlist-hero__layout,
  .pap-waitlist-proof__grid {
    grid-template-columns: 1fr;
  }
}
