:root {
  --pgn-bg: #FAF8F4;
  --pgn-surface: #FFFFFF;
  --pgn-graphite: #1E1E1C;
  --pgn-muted: #706B63;
  --pgn-water: #2F7F86;
  --pgn-water-hover: #246B71;
  --pgn-water-soft: #E7F2F1;
  --pgn-bronze: #B99A63;
  --pgn-sand: #D8C8B2;
  --pgn-line: rgba(30,30,28,.11);
}

.pgn-page.eb3a8aa8 {
  background: var(--pgn-bg);
  color: var(--pgn-graphite);
  font-family: "Manrope", sans-serif;
  overflow: hidden;
}

.pgn-page.eb3a8aa8 a {
  color: inherit;
  text-decoration: none;
}

.pgn-page.eb3a8aa8 button {
  font: inherit;
}

.pgn-container {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

/* BASE */
.pgn-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--pgn-water);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
}

.pgn-eyebrow i {
  width: 27px;
  height: 1px;
  background: var(--pgn-bronze);
}

.pgn-eyebrow--light {
  color: var(--pgn-sand);
}

.pgn-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .67fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 48px;
}

.pgn-section-head h2 {
  max-width: 700px;
  margin: 17px 0 0;
  font-family: "Marcellus", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.025em;
}

.pgn-section-head > p {
  max-width: 440px;
  margin: 0 0 3px;
  color: var(--pgn-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.pgn-whatsapp-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: currentColor;
}

/* BOTONES */
.pgn-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 21px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
  cursor: pointer;
}

.pgn-button svg:not(.pgn-whatsapp-icon) {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pgn-button--primary {
  background: var(--pgn-water);
  color: #fff;
  box-shadow: 0 12px 25px rgba(47,127,134,.18);
  border: none;
}

.pgn-button--primary:hover {
  transform: translateY(-2px);
  background: var(--pgn-water-hover);
  box-shadow: 0 16px 30px rgba(47,127,134,.25);
}

.pgn-button--secondary {
  border: 1px solid rgba(30,30,28,.14);
  background: #fff;
  color: var(--pgn-graphite);
}

.pgn-button--secondary:hover {
  transform: translateY(-2px);
  border-color: var(--pgn-water);
  color: var(--pgn-water);
}

/* HERO */
.pgn-hero {
  padding: 96px 0 110px;
  background: var(--pgn-bg);
}

.pgn-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(420px, .86fr);
  align-items: center;
  gap: 78px;
}

.pgn-hero__copy {
  max-width: 660px;
}

.pgn-hero h1 {
  max-width: 700px;
  margin: 19px 0 0;
  font-family: "Marcellus", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.037em;
}

.pgn-hero__copy > p {
  max-width: 590px;
  margin: 21px 0 0;
  color: var(--pgn-muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.72;
}

.pgn-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.pgn-hero__visual {
  position: relative;
  min-height: 510px;
}

.pgn-hero__frame {
  position: absolute;
  top: 17px;
  right: -17px;
  bottom: -17px;
  left: 17px;
  border: 1px solid rgba(185,154,99,.60);
  border-radius: 42px 26px 76px 26px;
}

.pgn-hero__visual > img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 510px;
  object-fit: cover;
  object-position: center;
  border-radius: 52px 28px 82px 28px;
  box-shadow: 0 25px 65px rgba(30,30,28,.13);
}

.pgn-hero__overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: 52px 28px 82px 28px;
  background: linear-gradient(180deg, transparent 44%, rgba(17,17,16,.58) 100%);
  pointer-events: none;
}

.pgn-hero__note {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 17px 18px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 19px;
  background: rgba(17,17,16,.66);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pgn-hero__note span {
  display: block;
  color: var(--pgn-sand);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.pgn-hero__note strong {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

/* TRAYECTORIA */
.pgn-trajectory {
  padding: 112px 0 120px;
  background: var(--pgn-surface);
}

.pgn-trajectory__layout {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, .9fr);
  align-items: center;
  gap: 84px;
}

.pgn-trajectory__image {
  position: relative;
  min-height: 545px;
}

.pgn-trajectory__outline {
  position: absolute;
  top: 18px;
  right: -18px;
  bottom: -18px;
  left: 18px;
  border: 1px solid rgba(185,154,99,.58);
  border-radius: 42px 26px 76px 26px;
}

.pgn-trajectory__image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 545px;
  object-fit: cover;
  border-radius: 50px 28px 80px 28px;
}

.pgn-trajectory__copy {
  max-width: 560px;
}

.pgn-trajectory__copy h2 {
  margin: 18px 0;
  font-family: "Marcellus", serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.11;
  letter-spacing: -.025em;
}

.pgn-trajectory__copy > p {
  margin: 0 0 14px;
  color: var(--pgn-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}

.pgn-trajectory__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 29px;
  padding-top: 22px;
  border-top: 1px solid var(--pgn-line);
}

.pgn-trajectory__metrics div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.pgn-trajectory__metrics strong {
  color: var(--pgn-water);
  font-family: "Marcellus", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.1;
}

.pgn-trajectory__metrics span {
  color: var(--pgn-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .065em;
  line-height: 1.4;
  text-transform: uppercase;
}

/* DIFERENCIALES */
.pgn-differentials {
  padding: 112px 0 120px;
  background: var(--pgn-bg);
}

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

.pgn-differential-card {
  position: relative;
  min-height: 320px;
  padding: 27px 23px;
  border: 1px solid var(--pgn-line);
  border-radius: 27px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.pgn-differential-card:hover {
  transform: translateY(-5px);
  border-color: rgba(47,127,134,.28);
  box-shadow: 0 18px 38px rgba(30,30,28,.08);
}

.pgn-differential-card__number {
  position: absolute;
  top: 23px;
  right: 23px;
  color: var(--pgn-bronze);
  font-family: "Marcellus", serif;
  font-size: 18px;
}

.pgn-differential-card__icon {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(47,127,134,.18);
  border-radius: 16px;
  background: var(--pgn-water-soft);
  color: var(--pgn-water);
}

.pgn-differential-card__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pgn-differential-card h3 {
  margin: 25px 0 10px;
  font-family: "Marcellus", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.16;
}

.pgn-differential-card p {
  margin: 0;
  color: var(--pgn-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
}

/* PROCESO */
.pgn-process {
  position: relative;
  overflow: hidden;
  padding: 112px 0 120px;
  background: var(--pgn-graphite);
  color: #fff;
}

.pgn-process::after {
  content: "";
  position: absolute;
  right: -245px;
  bottom: -250px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(185,154,99,.18);
  border-radius: 50%;
  pointer-events: none;
}

.pgn-process__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .66fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 51px;
}

.pgn-process__head h2 {
  max-width: 710px;
  margin: 18px 0 0;
  font-family: "Marcellus", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.025em;
}

.pgn-process__head > p {
  max-width: 440px;
  margin: 0 0 4px;
  color: rgba(255,255,255,.68);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.pgn-process__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(310px, .42fr) minmax(0, 1fr);
  align-items: start;
  gap: 58px;
}

.pgn-process__navigation {
  position: sticky;
  top: 104px;
  border-top: 1px solid rgba(255,255,255,.16);
}

.pgn-process-step {
  width: 100%;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 29px;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: padding .25s ease;
}

.pgn-process-step:hover,
.pgn-process-step.is-active {
  padding-left: 8px;
}

.pgn-process-step__number {
  color: var(--pgn-bronze);
  font-family: "Marcellus", serif;
  font-size: 20px;
}

.pgn-process-step__copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.pgn-process-step__copy strong {
  color: rgba(255,255,255,.94);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  transition: color .2s ease;
}

.pgn-process-step__copy small {
  color: rgba(255,255,255,.58);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

.pgn-process-step__arrow {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: rgba(255,255,255,.48);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .2s ease, transform .2s ease, color .2s ease, background .2s ease;
}

.pgn-process-step__arrow svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pgn-process-step:hover .pgn-process-step__arrow,
.pgn-process-step.is-active .pgn-process-step__arrow {
  opacity: 1;
  transform: translateX(0);
}

.pgn-process-step.is-active .pgn-process-step__copy strong {
  color: var(--pgn-sand);
}

.pgn-process-step.is-active .pgn-process-step__arrow {
  background: rgba(255,255,255,.11);
  color: var(--pgn-sand);
}

/* DETALLE DE ETAPAS */
.pgn-process__details {
  min-width: 0;
}

.pgn-process-detail {
  display: none;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 36px 24px 60px 24px;
  background: rgba(255,255,255,.055);
  animation: pgnDetailIn .32s ease;
}

.pgn-process-detail.is-active {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1fr);
  min-height: 560px;
}

@keyframes pgnDetailIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pgn-process-detail__image {
  position: relative;
  min-height: 560px;
  background: #111110;
}

.pgn-process-detail__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pgn-process-detail__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17,17,16,.05) 42%, rgba(17,17,16,.78) 100%);
}

.pgn-process-detail__image-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: inline-flex;
  width: max-content;
  max-width: calc(100% - 36px);
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(17,17,16,.52);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.pgn-process-detail__content {
  display: flex;
  flex-direction: column;
  padding: 37px 35px;
}

.pgn-process-detail__title-row {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 13px;
  align-items: start;
}

.pgn-process-detail__number {
  color: var(--pgn-bronze);
  font-family: "Marcellus", serif;
  font-size: 28px;
  line-height: 1;
}

.pgn-process-detail__kicker {
  display: block;
  color: var(--pgn-sand);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.pgn-process-detail h3 {
  margin: 8px 0 0;
  font-family: "Marcellus", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.018em;
}

.pgn-process-detail__content > p {
  margin: 25px 0 0;
  color: rgba(255,255,255,.73);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.72;
}

.pgn-process-detail__summary {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.15);
}

.pgn-process-detail__summary strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.pgn-process-detail__summary ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pgn-process-detail__summary li {
  position: relative;
  padding-left: 17px;
  color: rgba(255,255,255,.67);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.pgn-process-detail__summary li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pgn-bronze);
}

/* COMPROMISO */
.pgn-commitment {
  padding: 112px 0 120px;
  background: var(--pgn-surface);
}

.pgn-commitment__layout {
  display: grid;
  grid-template-columns: minmax(320px, .62fr) minmax(0, .9fr);
  align-items: center;
  gap: 88px;
}

.pgn-commitment__card {
  padding: 39px;
  border: 1px solid rgba(47,127,134,.2);
  border-radius: 34px 24px 60px 24px;
  background: var(--pgn-water-soft);
}

.pgn-commitment__label {
  color: var(--pgn-water);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.pgn-commitment__card > strong {
  display: block;
  margin-top: 17px;
  font-family: "Marcellus", serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1.13;
}

.pgn-commitment__card p {
  margin: 17px 0 0;
  color: var(--pgn-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.68;
}

.pgn-commitment__line {
  height: 1px;
  margin: 27px 0 15px;
  background: rgba(47,127,134,.23);
}

.pgn-commitment__signature {
  color: var(--pgn-graphite);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.pgn-commitment__copy {
  max-width: 610px;
}

.pgn-commitment__copy h2 {
  margin: 18px 0;
  font-family: "Marcellus", serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.025em;
}

.pgn-commitment__copy > p {
  max-width: 555px;
  margin: 0;
  color: var(--pgn-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}

.pgn-commitment__list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--pgn-line);
}

.pgn-commitment__list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--pgn-line);
}

.pgn-commitment__list span {
  color: var(--pgn-bronze);
  font-family: "Marcellus", serif;
  font-size: 17px;
}

.pgn-commitment__list strong {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

/* CTA FINAL */
.pgn-final-cta {
  padding: 112px 0;
  background: var(--pgn-bg);
}

.pgn-final-cta__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  overflow: hidden;
  padding: 56px 58px;
  border-radius: 38px 24px 64px 24px;
  background: var(--pgn-graphite);
  color: #fff;
}

.pgn-final-cta__box::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -155px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(185,154,99,.22);
  border-radius: 50%;
  pointer-events: none;
}

.pgn-final-cta__box > * {
  position: relative;
  z-index: 1;
}

.pgn-final-cta h2 {
  max-width: 650px;
  margin: 15px 0 10px;
  font-family: "Marcellus", serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 1.12;
}

.pgn-final-cta p {
  max-width: 580px;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.pgn-final-cta__button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 0 0 auto;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--pgn-water);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
  border: none;
  cursor: pointer;
}

.pgn-final-cta__button:hover {
  transform: translateY(-2px);
  background: var(--pgn-water-hover);
}

/* TABLET RESPONSIVE */
@media (max-width: 1024px) {
  .pgn-hero {
    padding: 76px 0 90px;
  }

  .pgn-hero__layout,
  .pgn-trajectory__layout,
  .pgn-commitment__layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .pgn-hero h1 {
    max-width: 730px;
    font-size: 53px;
  }

  .pgn-hero__visual,
  .pgn-trajectory__image {
    width: min(100%, 760px);
  }

  .pgn-section-head,
  .pgn-process__head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 21px;
  }

  .pgn-section-head h2,
  .pgn-process__head h2,
  .pgn-trajectory__copy h2,
  .pgn-commitment__copy h2 {
    max-width: 720px;
    font-size: 44px;
  }

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

  .pgn-process__layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .pgn-process__navigation {
    position: relative;
    top: auto;
  }

  .pgn-process-detail.is-active {
    grid-template-columns: minmax(280px, .78fr) minmax(0, 1fr);
  }

  .pgn-final-cta__box {
    align-items: flex-start;
    flex-direction: column;
  }

  /* Trayectoria Metrics Tablet Overlap Fix */
  .pgn-trajectory__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .pgn-trajectory__metrics div {
    align-items: flex-start;
  }

  .pgn-trajectory__metrics strong {
    font-size: 38px;
    line-height: 1.1;
  }

  .pgn-trajectory__metrics span {
    font-size: 10px;
  }
}

/* MOBILE RESPONSIVE */
@media (max-width: 767px) {
  .pgn-container {
    width: calc(100% - 40px);
  }

  .pgn-hero,
  .pgn-trajectory,
  .pgn-differentials,
  .pgn-process,
  .pgn-commitment,
  .pgn-final-cta {
    padding: 64px 0 70px;
  }

  .pgn-hero h1 {
    margin-top: 15px;
    font-size: 40px;
    line-height: 1.08;
  }

  .pgn-hero__copy > p,
  .pgn-trajectory__copy > p,
  .pgn-section-head > p,
  .pgn-process__head > p,
  .pgn-commitment__copy > p {
    font-size: 15px;
    line-height: 1.66;
  }

  .pgn-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 11px;
    margin-top: 24px;
  }

  .pgn-button {
    width: 100%;
    min-height: 48px;
    font-size: 12px;
  }

  .pgn-hero__visual {
    min-height: 350px;
  }

  .pgn-hero__visual > img {
    height: 350px;
    border-radius: 34px 22px 58px 22px;
  }

  .pgn-hero__frame {
    top: 11px;
    right: -10px;
    bottom: -10px;
    left: 10px;
    border-radius: 28px 20px 61px 20px;
  }

  .pgn-hero__overlay {
    border-radius: 34px 22px 58px 22px;
  }

  .pgn-hero__note {
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 14px;
    border-radius: 16px;
  }

  .pgn-trajectory__image {
    min-height: 350px;
  }

  .pgn-trajectory__image img {
    height: 350px;
    border-radius: 34px 22px 58px 22px;
  }

  .pgn-trajectory__outline {
    top: 11px;
    right: -10px;
    bottom: -10px;
    left: 10px;
    border-radius: 28px 20px 61px 20px;
  }

  /* Trayectoria Metrics Mobile Overlap Fix */
  .pgn-trajectory__metrics {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pgn-trajectory__metrics div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .pgn-trajectory__metrics strong {
    font-size: 36px;
    line-height: 1.1;
  }

  .pgn-trajectory__metrics span {
    font-size: 10px;
  }

  .pgn-section-head,
  .pgn-process__head {
    gap: 18px;
    margin-bottom: 30px;
  }

  .pgn-section-head h2,
  .pgn-process__head h2,
  .pgn-trajectory__copy h2,
  .pgn-commitment__copy h2 {
    margin-top: 15px;
    font-size: 34px;
    line-height: 1.13;
  }

  .pgn-differentials__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pgn-differential-card {
    min-height: 260px;
    padding: 23px 20px;
    border-radius: 23px;
  }

  .pgn-differential-card h3 {
    margin-top: 20px;
    font-size: 25px;
  }

  .pgn-process-step {
    grid-template-columns: 34px minmax(0, 1fr) 28px;
    gap: 10px;
    padding: 15px 0;
  }

  .pgn-process-step:hover,
  .pgn-process-step.is-active {
    padding-left: 4px;
  }

  .pgn-process-step__copy strong {
    font-size: 13px;
  }

  .pgn-process-step__copy small {
    font-size: 10.5px;
  }

  .pgn-process-detail {
    border-radius: 28px 20px 46px 20px;
  }

  .pgn-process-detail.is-active {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .pgn-process-detail__image {
    min-height: 245px;
  }

  .pgn-process-detail__image img {
    min-height: 245px;
  }

  .pgn-process-detail__image-label {
    right: 14px;
    bottom: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
    font-size: 8px;
  }

  .pgn-process-detail__content {
    padding: 24px 20px 25px;
  }

  .pgn-process-detail__title-row {
    grid-template-columns: 36px 1fr;
    gap: 10px;
  }

  .pgn-process-detail__number {
    font-size: 24px;
  }

  .pgn-process-detail h3 {
    font-size: 28px;
  }

  .pgn-process-detail__content > p {
    margin-top: 19px;
    font-size: 13px;
    line-height: 1.65;
  }

  .pgn-process-detail__summary {
    margin-top: 22px;
    padding-top: 19px;
  }

  .pgn-process-detail__summary li {
    font-size: 11.5px;
  }

  .pgn-commitment__card {
    padding: 28px 22px;
    border-radius: 27px 19px 45px 19px;
  }

  .pgn-commitment__card > strong {
    font-size: 31px;
  }

  .pgn-final-cta__box {
    gap: 24px;
    padding: 31px 21px;
    border-radius: 29px 20px 48px 20px;
  }

  .pgn-final-cta h2 {
    font-size: 33px;
  }

  .pgn-final-cta p {
    font-size: 14px;
  }

  .pgn-final-cta__button {
    width: 100%;
    min-height: 49px;
    font-size: 12px;
  }
}
