.ppf-page {
  background: var(--surface);
}

.ppf-hero {
  position: relative;
  min-height: min(960px, 100svh);
  overflow: hidden;
  padding-top: 82px;
  background:
    linear-gradient(90deg, rgba(11, 11, 13, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(11, 11, 13, 0.04) 1px, transparent 1px),
    var(--surface);
  background-size: 82px 82px;
  isolation: isolate;
}

.ppf-hero::before {
  position: absolute;
  z-index: 0;
  top: 20%;
  left: -12%;
  width: 48vw;
  height: 48vw;
  border: 1px solid rgba(11, 11, 13, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 100px rgba(11, 11, 13, 0.025),
    0 0 0 200px rgba(11, 11, 13, 0.016);
  content: "";
}

.ppf-hero__inner {
  position: relative;
  z-index: 5;
  display: grid;
  min-height: calc(min(960px, 100svh) - 82px);
  align-items: center;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
}

.ppf-hero__copy {
  max-width: 650px;
  padding: 60px 0 100px;
}

.ppf-hero__copy h1 {
  max-width: 10.8ch;
  margin-bottom: 25px;
  color: var(--ink);
  font-size: clamp(4rem, 6.3vw, 7.2rem);
  font-weight: 870;
  letter-spacing: -0.079em;
  line-height: 0.84;
  text-wrap: balance;
}

.ppf-hero__copy > p {
  max-width: 56ch;
  margin-bottom: 31px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.ppf-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ppf-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  margin-top: 35px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.ppf-hero__trust span {
  position: relative;
  padding-left: 14px;
  color: #57575c;
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 0.66rem;
  font-weight: 730;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ppf-hero__trust span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--red);
  content: "";
}

.ppf-hero__media {
  position: absolute;
  z-index: 2;
  top: 82px;
  right: 0;
  bottom: 0;
  width: 53%;
  overflow: hidden;
  background: #111;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

.ppf-hero__media::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, var(--surface) 0%, rgba(231, 227, 220, 0.22) 13%, transparent 36%),
    linear-gradient(180deg, transparent 63%, rgba(0, 0, 0, 0.55));
  content: "";
}

.ppf-hero__media img {
  width: 100%;
  height: 100%;
  filter: contrast(1.04) saturate(0.92);
  object-fit: cover;
  object-position: 58% center;
  animation: ppf-hero-drift 14s var(--ease) infinite alternate;
}

.ppf-film {
  position: absolute;
  z-index: 3;
  top: 8%;
  right: 3%;
  width: 72%;
  height: 76%;
  transform: translateX(13%) skewX(-7deg) rotate(2deg);
  border-left: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 42% 8% 50% 10%;
  background:
    linear-gradient(118deg, transparent 30%, rgba(255, 255, 255, 0.38) 48%, transparent 57%),
    rgba(220, 235, 242, 0.04);
  box-shadow:
    -5px 0 0 rgba(225, 37, 27, 0.72),
    -22px 0 45px rgba(225, 37, 27, 0.14);
  mix-blend-mode: screen;
  animation: ppf-film-sweep 5.5s var(--ease) infinite alternate;
}

.ppf-impact {
  position: absolute;
  z-index: 4;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.12),
    0 0 0 16px rgba(225, 37, 27, 0.12);
  animation: ppf-impact 2.2s var(--ease) infinite;
}

.ppf-impact--one {
  top: 34%;
  right: 22%;
}

.ppf-impact--two {
  top: 51%;
  right: 35%;
  animation-delay: 0.8s;
}

.ppf-hero__caption {
  position: absolute;
  z-index: 5;
  right: 28px;
  bottom: 25px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  color: #fff;
  font-family: "Archivo", "Manrope", sans-serif;
  text-transform: uppercase;
}

.ppf-hero__caption b {
  color: var(--red-bright);
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  letter-spacing: -0.06em;
  line-height: 0.78;
}

.ppf-hero__caption span {
  padding-bottom: 4px;
  font-size: 0.62rem;
  font-weight: 730;
  letter-spacing: 0.08em;
}

.ppf-facts {
  border-block: 1px solid rgba(255, 255, 255, 0.11);
  background: var(--ink);
  color: #fff;
}

.ppf-facts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ppf-facts article {
  min-height: 245px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  padding: 40px 34px;
}

.ppf-facts article:last-child {
  border-right: 0;
}

.ppf-facts b {
  display: block;
  margin-bottom: 24px;
  color: var(--red-bright);
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
}

.ppf-facts h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 790;
  letter-spacing: -0.035em;
}

.ppf-facts p {
  max-width: 43ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
}

.ppf-compare {
  background: var(--surface-2);
}

.ppf-compare__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compare-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.compare-card::before {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  transform: scaleX(0.12);
  background: var(--red);
  content: "";
  transform-origin: left;
  transition: transform 0.7s var(--ease);
}

.compare-card:hover::before {
  transform: scaleX(1);
}

.compare-card__number {
  position: absolute;
  z-index: 4;
  top: 22px;
  left: 22px;
  border-radius: 99px;
  background: var(--red);
  padding: 6px 10px;
  color: #fff;
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
}

.compare-card__visual {
  height: 440px;
  overflow: hidden;
  background: #111;
}

.compare-card__visual::after {
  position: absolute;
  inset: 0 0 auto;
  height: 440px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), transparent 55%, rgba(0, 0, 0, 0.4));
  content: "";
  pointer-events: none;
}

.compare-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease);
}

.compare-card--ppf .compare-card__visual img {
  object-position: 58% center;
}

.compare-card:hover .compare-card__visual img {
  transform: scale(1.04);
}

.compare-card__copy {
  padding: 34px 32px 38px;
}

.compare-card__copy > span {
  display: block;
  margin-bottom: 11px;
  color: var(--red);
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 0.66rem;
  font-weight: 780;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.compare-card h3 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(2.7rem, 4.4vw, 4.8rem);
  font-weight: 850;
  letter-spacing: -0.068em;
  line-height: 0.88;
}

.compare-card p {
  max-width: 54ch;
  margin-bottom: 24px;
  font-size: 0.9rem;
}

.compare-card a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.compare-card a span {
  color: var(--red);
}

.ppf-zones {
  position: relative;
  overflow: hidden;
  background: var(--surface);
}

.ppf-zones::before {
  position: absolute;
  top: 0;
  left: 6vw;
  width: 1px;
  height: 100%;
  background: rgba(11, 11, 13, 0.08);
  content: "";
}

.ppf-zones__layout {
  display: grid;
  gap: clamp(50px, 9vw, 120px);
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.ppf-zones__intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.ppf-zones__intro h2 {
  max-width: 10ch;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(3rem, 5.2vw, 5.6rem);
  font-weight: 850;
  letter-spacing: -0.068em;
  line-height: 0.9;
  text-wrap: balance;
}

.ppf-zones__intro p {
  max-width: 48ch;
  margin-bottom: 29px;
}

.ppf-zone-list {
  display: grid;
  gap: 14px;
}

.ppf-zone-list article {
  display: grid;
  min-height: 210px;
  align-items: start;
  gap: 25px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background:
    linear-gradient(105deg, rgba(225, 37, 27, 0.055), transparent 38%),
    var(--white);
  padding: 31px;
  grid-template-columns: 50px 1fr;
  transition: transform 0.35s var(--ease), border-color 0.3s ease, box-shadow 0.35s var(--ease);
}

.ppf-zone-list article:hover {
  transform: translateX(7px);
  border-color: rgba(225, 37, 27, 0.48);
  box-shadow: var(--shadow-soft);
}

.ppf-zone-list article > span {
  color: var(--red);
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ppf-zone-list h3 {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 1.55rem;
  font-weight: 790;
  letter-spacing: -0.035em;
}

.ppf-zone-list p {
  max-width: 52ch;
  margin: 0;
  font-size: 0.88rem;
}

.ppf-process {
  border-block: 1px solid var(--line);
  background: var(--surface-2);
}

.ppf-process__steps {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ppf-process__steps li {
  min-height: 300px;
  border-top: 3px solid var(--ink);
  border-right: 1px solid var(--line);
  background: rgba(245, 242, 236, 0.54);
  padding: 30px 25px;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.35s var(--ease);
}

.ppf-process__steps li:last-child {
  border-right: 0;
}

.ppf-process__steps li:hover {
  transform: translateY(-5px);
  border-top-color: var(--red);
  background: var(--white);
}

.ppf-process__steps b {
  display: block;
  margin-bottom: 60px;
  color: var(--red);
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.09em;
}

.ppf-process__steps h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 800;
}

.ppf-process__steps p {
  margin: 0;
  font-size: 0.83rem;
}

.ppf-honesty {
  background:
    linear-gradient(105deg, rgba(225, 37, 27, 0.2), transparent 38%),
    var(--ink);
  padding: clamp(88px, 9vw, 132px) 0;
  color: #fff;
}

.ppf-honesty__inner {
  display: grid;
  align-items: center;
  gap: clamp(35px, 7vw, 90px);
  grid-template-columns: auto 1fr;
}

.ppf-honesty__mark {
  display: grid;
  width: clamp(120px, 17vw, 220px);
  height: clamp(120px, 17vw, 220px);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: var(--red-bright);
  font-family: "Archivo", "Manrope", sans-serif;
  font-size: clamp(4.5rem, 9vw, 9rem);
  font-weight: 850;
  box-shadow:
    0 0 0 30px rgba(255, 255, 255, 0.025),
    0 0 0 60px rgba(255, 255, 255, 0.016);
}

.ppf-honesty h2 {
  max-width: 14ch;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(3rem, 5.6vw, 6rem);
  font-weight: 850;
  letter-spacing: -0.07em;
  line-height: 0.9;
  text-wrap: balance;
}

.ppf-honesty p {
  max-width: 68ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
}

@keyframes ppf-hero-drift {
  from {
    transform: scale(1.02) translateX(-1%);
  }
  to {
    transform: scale(1.07) translateX(1.5%);
  }
}

@keyframes ppf-film-sweep {
  from {
    transform: translateX(16%) skewX(-7deg) rotate(2deg);
    opacity: 0.5;
  }
  to {
    transform: translateX(4%) skewX(-7deg) rotate(2deg);
    opacity: 0.9;
  }
}

@keyframes ppf-impact {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(3.2);
    opacity: 0;
  }
}

@media (max-width: 1080px) {
  .ppf-hero__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  }

  .ppf-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ppf-process__steps li:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 900px) {
  .ppf-hero {
    min-height: 980px;
    padding-top: 72px;
  }

  .ppf-hero__inner {
    min-height: 908px;
    align-items: start;
    grid-template-columns: 1fr;
  }

  .ppf-hero__copy {
    position: relative;
    z-index: 5;
    max-width: 680px;
    padding: 66px 0 450px;
  }

  .ppf-hero__copy h1 {
    max-width: 11ch;
    font-size: clamp(3.6rem, 9vw, 6rem);
  }

  .ppf-hero__media {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 510px;
    clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 100%);
  }

  .ppf-hero__media::after {
    background:
      linear-gradient(180deg, var(--surface) 0%, rgba(231, 227, 220, 0.1) 23%, transparent 50%),
      linear-gradient(180deg, transparent 66%, rgba(0, 0, 0, 0.55));
  }

  .ppf-hero__caption {
    bottom: 22px;
  }

  .ppf-facts__grid {
    grid-template-columns: 1fr;
  }

  .ppf-facts article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 32px 24px;
  }

  .ppf-facts article:last-child {
    border-bottom: 0;
  }

  .ppf-compare__grid {
    grid-template-columns: 1fr;
  }

  .ppf-zones__layout {
    grid-template-columns: 1fr;
  }

  .ppf-zones__intro {
    position: relative;
    top: auto;
  }
}

@media (max-width: 680px) {
  .ppf-hero {
    min-height: 920px;
  }

  .ppf-hero::before {
    top: 10%;
    left: -40%;
    width: 120vw;
    height: 120vw;
  }

  .ppf-hero__copy {
    padding: 34px 0 330px;
  }

  .ppf-hero__copy h1 {
    max-width: 100%;
    margin-bottom: 19px;
    font-size: clamp(2.6rem, 12.5vw, 4rem);
    letter-spacing: -0.072em;
    line-height: 0.88;
  }

  .ppf-hero__copy > p {
    font-size: 0.94rem;
  }

  .ppf-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ppf-hero__actions .button {
    width: 100%;
  }

  .ppf-hero__trust {
    gap: 8px 14px;
  }

  .ppf-hero__media {
    top: 380px;
    bottom: auto;
    width: 100%;
    height: 390px;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 88%);
  }

  .ppf-hero__media::after {
    background:
      linear-gradient(90deg, var(--surface) 0%, rgba(231, 227, 220, 0.91) 42%, rgba(231, 227, 220, 0.14) 88%),
      linear-gradient(180deg, var(--surface) 0%, transparent 24%, rgba(0, 0, 0, 0.44));
  }

  .ppf-hero__media img {
    object-position: 64% center;
  }

  .ppf-hero__caption {
    right: 16px;
    left: 16px;
  }

  .compare-card__visual {
    height: 360px;
  }

  .compare-card__visual::after {
    height: 360px;
  }

  .compare-card__copy {
    padding: 27px 22px 31px;
  }

  .compare-card h3 {
    font-size: 3rem;
  }

  .ppf-zones__intro h2,
  .ppf-honesty h2 {
    max-width: 100%;
    font-size: clamp(2.55rem, 12vw, 3.65rem);
  }

  .ppf-zone-list article {
    min-height: 0;
    gap: 16px;
    padding: 24px 20px;
    grid-template-columns: 38px 1fr;
  }

  .ppf-process__steps {
    grid-template-columns: 1fr;
  }

  .ppf-process__steps li,
  .ppf-process__steps li:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 26px 21px;
  }

  .ppf-process__steps b {
    margin-bottom: 30px;
  }

  .ppf-honesty__inner {
    grid-template-columns: 1fr;
  }

  .ppf-honesty__mark {
    width: 110px;
    height: 110px;
    font-size: 4rem;
  }
}

@media (max-width: 360px) {
  .ppf-hero__actions .button--secondary {
    display: none;
  }

  .ppf-hero__copy > p {
    line-height: 1.62;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ppf-hero__media img,
  .ppf-film,
  .ppf-impact {
    animation: none;
  }
}
