:root {
  --pp-blue: #005aab;
  --pp-dark: #073c73;
  --pp-deep: #082b52;
  --pp-lime: #c7d30a;
  --pp-text: #3d4652;
  --pp-muted: #6d7680;
  --pp-light: #f3f7fb;
  --pp-shadow: 0 24px 60px rgba(10, 55, 98, 0.14);
}
.pp-page {
  overflow: hidden;
  background: #fff;
}
.pp-page * {
  box-sizing: border-box;
}
.pp-section {
  padding: 80px 0;
}
.pp-kicker,
.pp-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 700 13px/1.2 var(--fonte-titulo);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.pp-kicker {
  color: var(--pp-blue);
}
.pp-kicker:before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 20px;
  background: var(--pp-lime);
}
.pp-title {
  max-width: 760px;
  margin: 0 auto 55px;
  text-align: center;
}
.pp-title h2,
.pp-heading h2,
.pp-copy h2 {
  margin: 15px 0 18px;
  color: var(--pp-dark);
  font: 700 clamp(32px, 4vw, 52px)/1.12 var(--fonte-banner);
  letter-spacing: -0.035em;
}
.pp-title p,
.pp-copy > p {
  color: var(--pp-muted);
  font-size: 17px;
  line-height: 1.8;
}
.pp-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.pp-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.pp-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(3, 36, 70, 0.94),
    rgba(3, 49, 91, 0.74) 45%,
    rgba(3, 49, 91, 0.08) 82%
  );
}
.pp-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  color: #fff;
}
.pp-label {
  color: var(--pp-lime);
}
.pp-hero h1 {
  max-width: 780px;
  margin: 20px 0;
  color: #fff;
  font: 700 clamp(46px, 6vw, 78px)/1.04 var(--fonte-banner);
  letter-spacing: -0.045em;
}
.pp-hero p {
  max-width: 650px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  line-height: 1.7;
}
.pp-button {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 50px;
  color: var(--pp-dark);
  background: #fff;
  font-weight: 700;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  transition: 0.3s;
}
.pp-button:hover {
  transform: translateY(-3px);
  color: var(--pp-dark);
  background: var(--pp-lime);
}
.pp-intro__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  align-items: start;
}
.pp-heading h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 6px;
  margin-top: 25px;
  border-radius: 10px;
  background: var(--pp-lime);
}
.pp-rich--columns {
  width: 100%;
  columns: 1;
}
.pp-rich p {
  color: var(--pp-text);
  font-size: 16px;
  line-height: 1.85;
  margin: 0 0 20px;
  break-inside: avoid;
}
.pp-pillars {
  background: var(--pp-light);
}
.pp-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.pp-card {
  position: relative;
  min-height: 275px;
  padding: 34px;
  border: 1px solid rgba(0, 90, 171, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 63, 107, 0.07);
  transition: 0.35s;
  overflow: hidden;
}
.pp-card:after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: rgba(199, 211, 10, 0.12);
}
.pp-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--pp-shadow);
}
.pp-card__icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(145deg, var(--pp-blue), var(--pp-dark));
  font-size: 25px;
}
.pp-card h3 {
  margin-bottom: 12px;
  color: var(--pp-dark);
  font: 700 21px/1.35 var(--fonte-titulo);
}
.pp-card p {
  color: var(--pp-muted);
  font-size: 15px;
  line-height: 1.75;
}
.pp-experience__grid,
.pp-differentials__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: center;
}
.pp-collage {
  position: relative;
  min-height: 610px;
}
.pp-collage img {
  object-fit: cover;
  box-shadow: var(--pp-shadow);
}
.pp-collage__main {
  width: 78%;
  height: 530px;
  border-radius: 30px;
}
.pp-collage__small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46%;
  height: 260px;
  border: 9px solid #fff;
  border-radius: 25px;
}
.pp-collage__badge {
  position: absolute;
  top: 50px;
  right: 0;
  width: 185px;
  padding: 24px;
  border-radius: 22px 0 22px 22px;
  color: #fff;
  background: var(--pp-blue);
}
.pp-collage__badge strong,
.pp-collage__badge span {
  display: block;
}
.pp-collage__badge span {
  color: var(--pp-lime);
}
.pp-checks {
  margin-top: 28px;
  list-style: none;
}
.pp-checks li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 42px;
  color: var(--pp-text);
  font-weight: 600;
  line-height: 1.55;
}
.pp-checks li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--pp-dark);
  background: var(--pp-lime);
}
.pp-journey {
  background: linear-gradient(135deg, var(--pp-deep), var(--pp-blue));
}
.pp-title--light h2,
.pp-title--light p {
  color: #fff;
}
.pp-title--light .pp-kicker {
  color: var(--pp-lime);
}
.pp-journey__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pp-stage {
  position: relative;
  min-height: 500px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.18);
}
.pp-stage img,
.pp-stage__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.pp-stage img {
  object-fit: cover;
  transition: 0.6s;
}
.pp-stage__shade {
  background: linear-gradient(
    180deg,
    rgba(4, 31, 56, 0.04) 30%,
    rgba(4, 31, 56, 0.95)
  );
}
.pp-stage__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 34px;
  color: #fff;
}
.pp-stage__content span {
  color: var(--pp-lime);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.pp-stage h3 {
  margin: 10px 0 12px;
  color: #fff;
  font: 700 26px/1.25 var(--fonte-titulo);
}
.pp-stage p {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
}
.pp-stage:hover img {
  transform: scale(1.07);
}
.pp-differentials__grid {
  grid-template-columns: 0.9fr 1.1fr;
}
.pp-feature {
  position: relative;
  padding: 0 0 70px 70px;
}
.pp-feature > img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: var(--pp-shadow);
}
.pp-feature blockquote {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 390px;
  padding: 30px;
  border-radius: 24px;
  color: #fff;
  background: var(--pp-dark);
  box-shadow: 0 20px 45px rgba(5, 43, 81, 0.27);
}
.pp-feature blockquote i {
  color: var(--pp-lime);
  font-size: 26px;
}
.pp-feature blockquote p {
  margin-top: 12px;
  color: #fff;
  font: 600 18px/1.65 var(--fonte-titulo);
}
.pp-gallery {
  padding-top: 70px;
  background: var(--pp-light);
}
.pp-gallery__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  grid-template-rows: repeat(2, 260px);
  gap: 18px;
}
.pp-gallery__item {
  position: relative;
  display: block;
  border-radius: 24px;
  overflow: hidden;
}
.pp-gallery__item--large {
  grid-row: 1 / span 2;
}
.pp-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.pp-gallery__item span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--pp-dark);
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}
.pp-gallery__item:hover img {
  transform: scale(1.055);
}
.pp-gallery__item:hover span {
  opacity: 1;
}
.pp-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s,
    transform 0.7s;
}
.pp-reveal.pp-visible {
  opacity: 1;
  transform: none;
}
.pp-gallery__item--focus-top img {
  object-position: center 25%;
}
@media (max-width: 1100px) {
  .pp-section {
    padding: 85px 0;
  }
  .pp-pillars__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pp-intro__grid,
  .pp-experience__grid,
  .pp-differentials__grid {
    gap: 50px;
  }
}
@media (max-width: 820px) {
  .pp-hero {
    min-height: 650px;
  }
  .pp-intro__grid,
  .pp-experience__grid,
  .pp-differentials__grid {
    grid-template-columns: 1fr;
  }
  .pp-rich--columns {
    columns: 1;
  }
  .pp-copy {
    order: -1;
  }
  .pp-journey__grid {
    grid-template-columns: 1fr;
  }
  .pp-stage {
    min-height: 440px;
  }
}
@media (max-width: 600px) {
  .pp-section {
    padding: 68px 0;
  }
  .pp-hero {
    min-height: 630px;
  }
  .pp-hero__image {
    object-position: 58% center;
  }
  .pp-hero h1 {
    font-size: 43px;
  }
  .pp-hero p {
    font-size: 16px;
  }
  .pp-pillars__grid {
    grid-template-columns: 1fr;
  }
  .pp-card {
    min-height: auto;
  }
  .pp-collage {
    min-height: 475px;
  }
  .pp-collage__main {
    width: 88%;
    height: 410px;
  }
  .pp-collage__small {
    width: 52%;
    height: 200px;
  }
  .pp-collage__badge {
    width: 150px;
    padding: 18px;
  }
  .pp-feature {
    padding: 0 0 125px;
  }
  .pp-feature > img {
    height: 470px;
  }
  .pp-feature blockquote {
    max-width: calc(100% - 22px);
  }
  .pp-gallery__grid {
    display: block;
  }
  .pp-gallery__item {
    height: 280px;
    margin-bottom: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pp-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Complementos de layout, acessibilidade e seções especiais */
.pp-page img {
  display: block;
  max-width: 100%;
}
.pp-page a:focus-visible {
  outline: 3px solid var(--pp-lime);
  outline-offset: 4px;
}
/* .pp-intro .pp-heading{margin-top:50px} */
.pp-button {
  justify-content: center;
  transition:
    transform 0.3s,
    background-color 0.3s,
    color 0.3s;
}
.pp-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 2;
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 20px;
  transform: translateX(-50%);
}
.pp-hero__scroll span {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  transform: translateX(-50%);
  animation: pp-scroll 1.8s infinite;
}
@keyframes pp-scroll {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 14px);
  }
}

.pp-checks li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-left: 0;
}
.pp-checks li:before {
  display: none;
}
.pp-checks li i {
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  margin-top: 1px;
  border-radius: 50%;
  color: var(--pp-dark);
  background: var(--pp-lime);
  font-size: 12px;
}
.fa-check:before {
  margin-top: 7px;
}

.pp-final {
  position: relative;
  padding: 72px 0;
  overflow: hidden;
  background: linear-gradient(125deg, var(--pp-blue), var(--pp-deep));
}
.pp-final:after {
  content: "";
  position: absolute;
  right: -90px;
  top: -140px;
  width: 390px;
  height: 390px;
  border: 80px solid rgba(199, 211, 10, 0.1);
  border-radius: 50%;
}
.pp-final__content {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
}
.pp-final__text {
  max-width: 760px;
}
.pp-final .pp-kicker {
  color: var(--pp-lime);
}
.pp-final h2 {
  margin: 13px 0 0;
  color: #fff;
  font: 700 clamp(30px, 4vw, 48px)/1.2 var(--fonte-banner);
  letter-spacing: -0.03em;
}
.pp-button--light {
  flex: 0 0 auto;
  color: var(--pp-dark);
}

@media (max-width: 820px) {
  .pp-final__content {
    align-items: flex-start;
    flex-direction: column;
  }
  .pp-final__text {
    max-width: 680px;
  }
}

@media (max-width: 600px) {
  .pp-title {
    margin-bottom: 38px;
  }
  .pp-hero__content {
    padding-top: 105px;
    padding-bottom: 55px;
  }
  .pp-hero__overlay {
    background: linear-gradient(
      90deg,
      rgba(3, 36, 70, 0.93),
      rgba(3, 49, 91, 0.6)
    );
  }
  .pp-hero h1 {
    font-size: clamp(38px, 12vw, 48px);
  }
  .pp-hero__scroll {
    display: none;
  }
  .pp-card {
    padding: 28px;
  }
  .pp-stage {
    min-height: 400px;
  }
  .pp-stage__content {
    padding: 26px;
  }
  .pp-feature blockquote {
    padding: 25px;
  }
  .pp-gallery__item span {
    opacity: 1;
  }
  .pp-final {
    padding: 58px 0;
  }
  .pp-final__content {
    gap: 32px;
  }
  .pp-button--light {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pp-hero__scroll span {
    animation: none;
  }
  .pp-stage img,
  .pp-gallery__item img,
  .pp-button {
    transition: none;
  }
}
