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

.pgc-process-834e40d3 {
  padding: 112px 24px 120px;
  background-color: var(--pgc-bg-834e40d3);
}

.pgc-container-834e40d3 {
  width: 100%;
  margin: 0 auto;
}

/* CABECERA */
.pgc-heading-834e40d3 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 54px;
}

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

.pgc-eyebrow-834e40d3 i {
  width: 27px;
  height: 1px;
  background-color: var(--pgc-bronze-834e40d3);
}

.pgc-heading-834e40d3 h2 {
  max-width: 690px;
  margin: 17px 0 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.025em;
  color: var(--pgc-graphite-834e40d3);
}

.pgc-heading-834e40d3 > p {
  max-width: 420px;
  margin: 0 0 4px;
  color: var(--pgc-muted-834e40d3);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

/* LAYOUT */
.pgc-layout-834e40d3 {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, .68fr);
  align-items: start;
  gap: 58px;
}

/* SHOWCASE VISUAL (STICKY DESKTOP) */
@media (min-width: 1025px) {
  .pgc-showcase-834e40d3 {
    position: sticky;
    top: 112px;
  }
}

.pgc-showcase-top-834e40d3 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.pgc-current-label-834e40d3 {
  flex: 0 0 auto;
  color: var(--pgc-muted-834e40d3);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pgc-current-label-834e40d3 b {
  color: var(--pgc-water-834e40d3);
}

.pgc-progress-834e40d3 {
  position: relative;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background-color: rgba(30,30,28,.12);
}

.pgc-progress-834e40d3 span {
  position: absolute;
  inset: 0 auto 0 0;
  background-color: var(--pgc-water-834e40d3);
  transition: width .35s ease;
}

/* PANELS */
.pgc-stage-panel-834e40d3 {
  display: none;
  overflow: hidden;
  border: 1px solid rgba(30,30,28,.09);
  border-radius: 34px 24px 54px 24px;
  background-color: var(--pgc-surface-834e40d3);
  box-shadow: 0 18px 44px rgba(30,30,28,.08);
  animation: pgcFade-834e40d3 .35s ease;
}

.pgc-stage-panel-834e40d3.is-active {
  display: block;
}

@keyframes pgcFade-834e40d3 {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pgc-stage-photo-834e40d3 {
  position: relative;
  height: 290px;
  overflow: hidden;
  background-color: var(--pgc-graphite-834e40d3);
}

.pgc-stage-photo-834e40d3 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.pgc-stage-photo-overlay-834e40d3 {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(17,17,16,.02) 45%,
    rgba(17,17,16,.62) 100%
  );
}

.pgc-stage-tag-834e40d3 {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 18px;
  display: inline-flex;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  background-color: rgba(17,17,16,.42);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.pgc-stage-content-834e40d3 {
  padding: 28px 30px 30px;
}

.pgc-stage-kicker-834e40d3 {
  color: var(--pgc-water-834e40d3);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pgc-stage-content-834e40d3 h3 {
  margin: 10px 0 12px;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.018em;
  color: var(--pgc-graphite-834e40d3);
}

.pgc-stage-content-834e40d3 p {
  max-width: 630px;
  margin: 0;
  color: var(--pgc-muted-834e40d3);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.68;
}

.pgc-stage-points-834e40d3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.pgc-stage-points-834e40d3 span {
  display: inline-flex;
  padding: 8px 10px;
  border: 1px solid rgba(47,127,134,.18);
  border-radius: 999px;
  background-color: var(--pgc-water-soft-834e40d3);
  color: var(--pgc-graphite-834e40d3);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .025em;
}

/* CTA */
.pgc-button-834e40d3 {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 24px;
  padding: 0 22px;
  border: 1px solid var(--pgc-water-834e40d3);
  border-radius: 999px;
  background-color: var(--pgc-water-834e40d3);
  color: #fff;
  box-shadow: 0 10px 24px rgba(47,127,134,.16);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pgc-button-834e40d3:hover {
  transform: translateY(-2px);
  background-color: var(--pgc-water-hover-834e40d3);
  border-color: var(--pgc-water-hover-834e40d3);
  box-shadow: 0 14px 28px rgba(47,127,134,.22);
}

.pgc-button-834e40d3 svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* NAVEGADOR */
.pgc-nav-wrap-834e40d3 {
  padding-top: 4px;
}

.pgc-nav-title-834e40d3 {
  display: block;
  margin-bottom: 15px;
  color: var(--pgc-muted-834e40d3);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.pgc-nav-834e40d3 {
  position: relative;
  border-top: 1px solid var(--pgc-line-834e40d3);
}

.pgc-nav-834e40d3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  width: 1px;
  background-color: rgba(30,30,28,.11);
  pointer-events: none;
}

.pgc-nav-834e40d3.no-v-line::before {
  display: none;
}

.pgc-nav-item-834e40d3 {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 35px;
  align-items: center;
  gap: 14px;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid var(--pgc-line-834e40d3);
  background-color: transparent;
  color: var(--pgc-graphite-834e40d3);
  text-align: left;
  cursor: pointer;
  transition: padding-left .25s ease, background-color .25s ease, border-color .25s ease;
}

.pgc-nav-item-834e40d3:hover,
.pgc-nav-item-834e40d3.is-active {
  padding-left: 8px;
}

@media (max-width: 767px) {
  .pgc-nav-item-834e40d3:hover,
  .pgc-nav-item-834e40d3.is-active {
    padding-left: 4px;
  }
}

.pgc-nav-number-834e40d3 {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(30,30,28,.14);
  border-radius: 15px;
  background-color: var(--pgc-bg-834e40d3);
  color: var(--pgc-muted-834e40d3);
  font-size: 17px;
  line-height: 1;
  transition: border-color .25s ease, background-color .25s ease, color .25s ease;
}

.pgc-nav-copy-834e40d3 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pgc-nav-copy-834e40d3 strong {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  transition: color .25s ease;
}

.pgc-nav-copy-834e40d3 small {
  color: var(--pgc-muted-834e40d3);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.pgc-nav-icon-834e40d3 {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--pgc-muted-834e40d3);
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity .25s ease, transform .25s ease, color .25s ease, background-color .25s ease;
}

.pgc-nav-icon-834e40d3 svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pgc-nav-item-834e40d3:hover .pgc-nav-icon-834e40d3,
.pgc-nav-item-834e40d3.is-active .pgc-nav-icon-834e40d3 {
  opacity: 1;
  transform: translateX(0);
}

.pgc-nav-item-834e40d3.is-active .pgc-nav-number-834e40d3 {
  border-color: var(--pgc-water-834e40d3);
  background-color: var(--pgc-water-834e40d3);
  color: #fff;
}

.pgc-nav-item-834e40d3.is-active .pgc-nav-copy-834e40d3 strong {
  color: var(--pgc-water-834e40d3);
}

.pgc-nav-item-834e40d3.is-active .pgc-nav-icon-834e40d3 {
  background-color: var(--pgc-water-soft-834e40d3);
  color: var(--pgc-water-834e40d3);
}

/* NOTA DE CONFIANZA */
.pgc-trust-note-834e40d3 {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 26px;
  padding: 16px;
  border: 1px solid rgba(47,127,134,.14);
  border-radius: 19px;
  background-color: var(--pgc-water-soft-834e40d3);
}

.pgc-trust-icon-834e40d3 {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background-color: var(--pgc-water-834e40d3);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.pgc-trust-icon-834e40d3 svg {
  width: 10px;
  height: 10px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

.pgc-trust-note-834e40d3 p {
  margin: 1px 0 0;
  color: var(--pgc-graphite-834e40d3);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

/* RESPONSIVE TABLET */
@media (max-width: 1024px) {
  .pgc-process-834e40d3 {
    padding: 88px 24px 94px;
  }

  .pgc-heading-834e40d3 {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 21px;
    margin-bottom: 40px;
  }

  .pgc-heading-834e40d3 h2 {
    max-width: 720px;
    font-size: 44px;
  }

  .pgc-heading-834e40d3 > p {
    max-width: 630px;
    margin-bottom: 0;
  }

  .pgc-layout-834e40d3 {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pgc-showcase-834e40d3 {
    position: relative;
    top: auto !important;
  }

  .pgc-nav-wrap-834e40d3 {
    max-width: 760px;
  }

  .pgc-stage-photo-834e40d3 {
    height: 360px;
  }
}

/* RESPONSIVE MOBILE */
@media (max-width: 767px) {
  .pgc-process-834e40d3 {
    padding: 64px 20px 70px;
  }

  .pgc-heading-834e40d3 {
    gap: 19px;
    margin-bottom: 30px;
  }

  .pgc-eyebrow-834e40d3 {
    font-size: 10px;
  }

  .pgc-eyebrow-834e40d3 i {
    width: 21px;
  }

  .pgc-heading-834e40d3 h2 {
    margin-top: 15px;
    font-size: 34px;
    line-height: 1.13;
  }

  .pgc-heading-834e40d3 > p {
    font-size: 15px;
    line-height: 1.65;
  }

  .pgc-layout-834e40d3 {
    gap: 28px;
  }

  .pgc-showcase-top-834e40d3 {
    gap: 12px;
    margin-bottom: 13px;
  }

  .pgc-current-label-834e40d3 {
    font-size: 9px;
  }

  .pgc-stage-panel-834e40d3 {
    border-radius: 27px 20px 42px 20px;
  }

  .pgc-stage-photo-834e40d3 {
    height: 235px;
  }

  .pgc-stage-tag-834e40d3 {
    left: 14px;
    bottom: 14px;
    padding: 8px 10px;
    font-size: 8.5px;
  }

  .pgc-stage-content-834e40d3 {
    padding: 22px 19px 21px;
  }

  .pgc-stage-kicker-834e40d3 {
    font-size: 9px;
  }

  .pgc-stage-content-834e40d3 h3 {
    margin: 8px 0 10px;
    font-size: 27px;
  }

  .pgc-stage-content-834e40d3 p {
    font-size: 14px;
    line-height: 1.62;
  }

  .pgc-stage-points-834e40d3 {
    gap: 7px;
    margin-top: 17px;
  }

  .pgc-stage-points-834e40d3 span {
    padding: 7px 9px;
    font-size: 9px;
  }

  .pgc-button-834e40d3 {
    width: 100%;
    min-height: 47px;
    margin-top: 19px;
    font-size: 12px;
  }

  .pgc-nav-wrap-834e40d3 {
    padding-top: 0;
  }

  .pgc-nav-title-834e40d3 {
    margin-bottom: 11px;
    font-size: 9px;
  }

  .pgc-nav-834e40d3::before {
    left: 19px;
  }

  .pgc-nav-item-834e40d3 {
    grid-template-columns: 40px minmax(0, 1fr) 31px;
    gap: 11px;
    padding: 16px 0;
  }

  .pgc-nav-number-834e40d3 {
    width: 39px;
    height: 39px;
    border-radius: 13px;
    font-size: 15px;
  }

  .pgc-nav-copy-834e40d3 strong {
    font-size: 14px;
  }

  .pgc-nav-copy-834e40d3 small {
    font-size: 11px;
  }

  .pgc-nav-icon-834e40d3 {
    width: 29px;
    height: 29px;
  }

  .pgc-trust-note-834e40d3 {
    margin-top: 20px;
    padding: 14px;
  }

  .pgc-trust-note-834e40d3 p {
    font-size: 11.5px;
  }
}

/* REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  .pgc-stage-panel-834e40d3,
  .pgc-progress-834e40d3 span,
  .pgc-nav-item-834e40d3,
  .pgc-nav-icon-834e40d3,
  .pgc-button-834e40d3 {
    transition: none !important;
    animation: none !important;
  }
  .pgc-nav-item-834e40d3:hover,
  .pgc-nav-item-834e40d3.is-active {
    padding-left: 0 !important;
  }
}
