/* PixelPass G1 / Pass 1 — homepage content + enterprise type scale */

.pp-home {
  --pp-navy: #071A52;
  --pp-accent: #FF6B1A;
  --pp-muted: #F8FAFC;
  --pp-body: #5f6b7a;
  --pp-h2: 36px;
  --pp-h3: 22px;
  --pp-lead: 18px;
  --pp-text: 16px;
  --pp-small: 14px;
  --pp-btn: 15px;
  --pp-section-y: 72px;
}

.pp-home .pp-correction-hero .pp-phase3-hero-copy {
  max-width: 640px;
}

.pp-home .pp-correction-hero .pp-phase3-hero-copy h2,
.pp-home .pp-correction-hero .pp-phase3-hero-copy h1.pp-g1-hero-title,
.pp-home .pp-correction-hero .pp-phase3-hero-copy h2.pp-g1-hero-title {
  font-size: 32px !important;
  line-height: 1.18 !important;
  margin-bottom: 10px !important;
}

.pp-home .pp-correction-hero .pp-phase3-hero-copy p.pp-g1-hero-sub {
  display: block !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  margin-bottom: 16px !important;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.92);
}

.pp-g1-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.pp-g1-hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.08);
}

.pp-g1-hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff !important;
}

.pp-g1-section {
  padding: var(--pp-section-y, 72px) 20px;
}

.pp-g1-section--muted {
  background: #F8FAFC;
}

.pp-g1-section--white {
  background: #fff;
}

.pp-g1-section--navy {
  background: #071A52;
  color: #fff;
}

.pp-g1-wrap {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

.pp-g1-head {
  text-align: center;
  margin-bottom: 44px;
}

.pp-g1-head h2,
.pp-g1-head .pp-g1-title,
.pp-home .pp-works-title,
.pp-home .pp-benefits-title {
  font-size: var(--pp-h2, 36px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--pp-navy, #071A52);
  margin: 0 0 14px;
}

.pp-g1-section--navy .pp-g1-head h2,
.pp-g1-section--navy .pp-g1-title {
  color: #fff;
}

.pp-g1-lead {
  max-width: 820px;
  margin: 0 auto 16px;
  font-size: 18px;
  line-height: 1.7;
  color: #5f6b7a;
}

.pp-g1-section--navy .pp-g1-lead {
  color: rgba(255, 255, 255, 0.82);
}

.pp-g1-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 36px;
}

.pp-g1-intro-card {
  background: #fff;
  border: 1px solid #E8EDF5;
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.pp-g1-intro-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #071A52;
  margin: 0 0 12px;
}

.pp-g1-intro-card p {
  margin: 0;
  color: #5f6b7a;
  line-height: 1.7;
  font-size: 16px;
}

.pp-g1-why-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  max-width: 920px;
  margin: 0 auto 32px;
  padding: 0;
  list-style: none;
}

.pp-g1-why-list li {
  position: relative;
  padding-left: 28px;
  color: #334155;
  font-size: 16px;
  line-height: 1.55;
}

.pp-g1-why-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF6B1A;
}

.pp-g1-close {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #071A52;
  margin: 0;
}

.pp-g1-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pp-g1-card {
  background: #fff;
  border: 1px solid #E8EDF5;
  border-radius: 22px;
  padding: 28px 24px;
  min-height: 180px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.pp-g1-card--key {
  border-color: rgba(255, 107, 26, 0.35);
  box-shadow: 0 8px 24px rgba(255, 107, 26, 0.08);
  background: linear-gradient(180deg, #fff 0%, #FFF8F3 100%);
}

.pp-g1-card h3,
.pp-g1-intro-card h3,
.pp-home .pp-work-title,
.pp-home .pp-benefit-title {
  font-size: var(--pp-h3, 20px) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.pp-g1-section--navy .pp-g1-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.pp-g1-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #071A52;
  margin: 0 0 10px;
  line-height: 1.3;
}

.pp-g1-section--navy .pp-g1-card h3 {
  color: #fff;
}

.pp-g1-card p {
  margin: 0;
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.65;
}

.pp-g1-section--navy .pp-g1-card p {
  color: rgba(255, 255, 255, 0.78);
}

.pp-g1-qr-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 36px;
}

.pp-g1-qr-step {
  background: #fff;
  border: 1px solid #E8EDF5;
  border-radius: 14px;
  padding: 14px 18px;
  font-weight: 700;
  color: #071A52;
  font-size: 14px;
}

.pp-g1-qr-arrow {
  color: #FF6B1A;
  font-weight: 700;
  font-size: 20px;
}

/* Marketing attribution block (D1 mini patch) */
.pp-g1-attrib {
  margin-top: 72px;
  padding: 56px 32px;
  background: #fff;
  border: 1px solid #E8EDF5;
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.pp-g1-attrib__head {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.pp-g1-attrib__title {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  color: #071A52;
}

.pp-g1-attrib__lead {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #071A52;
}

.pp-g1-attrib__sub {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #5f6b7a;
}

.pp-g1-attrib__flow {
  list-style: none;
  margin: 0 auto 40px;
  padding: 0;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pp-g1-attrib__step {
  width: 100%;
  text-align: center;
  background: #F8FAFC;
  border: 1px solid #E8EDF5;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #071A52;
  line-height: 1.4;
}

.pp-g1-attrib__connector {
  width: 1px;
  height: 20px;
  background: #CBD5E1;
  margin: 4px 0;
}

.pp-g1-attrib__benefits {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 560px;
  display: grid;
  gap: 12px;
}

.pp-g1-attrib__benefits li {
  position: relative;
  padding: 12px 16px 12px 40px;
  font-size: 16px;
  line-height: 1.55;
  color: #334155;
  background: #F8FAFC;
  border-radius: 10px;
}

.pp-g1-attrib__benefits li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #FF6B1A;
}

.pp-g1-card h3 .pp-tm,
.pp-g1-attrib__title .pp-tm {
  font-size: 0.65em;
  font-weight: 700;
  margin-left: 1px;
  vertical-align: super;
  line-height: 0;
}

@media (max-width: 768px) {
  .pp-g1-attrib {
    margin-top: 48px;
    padding: 36px 18px;
  }

  .pp-g1-attrib__title {
    font-size: 24px;
  }

  .pp-g1-attrib__lead {
    font-size: 16px;
  }
}

.pp-g1-works-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.pp-g1-protect {
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(255, 107, 26, 0.28);
  border-left: 4px solid #FF6B1A;
  border-radius: 22px;
  padding: 36px 32px;
  box-shadow: 0 8px 24px rgba(255, 107, 26, 0.06);
}

.pp-g1-protect h3 {
  font-size: 22px;
  font-weight: 700;
  color: #071A52;
  margin: 0 0 16px;
}

.pp-g1-protect p {
  font-size: 16px;
  line-height: 1.75;
  color: #334155;
  margin: 0 0 24px;
}

.pp-g1-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 10px;
  background: #FF6B1A;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.pp-g1-btn:hover {
  background: #e85d12;
  color: #fff !important;
}

.pp-g1-btn--ghost {
  background: transparent;
  border: 1px solid #071A52;
  color: #071A52 !important;
}

.pp-g1-btn--ghost:hover {
  background: #071A52;
  color: #fff !important;
}

.pp-g1-btn--on-navy {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}

.pp-g1-btn--on-navy:hover {
  background: #fff;
  color: #071A52 !important;
}

.pp-g1-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pp-g1-chips li {
  background: #fff;
  border: 1px solid #E8EDF5;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 600;
  color: #071A52;
}

.pp-g1-blogs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pp-g1-blog-card {
  background: #fff;
  border: 1px solid #E8EDF5;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.pp-g1-blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.pp-g1-blog-body {
  padding: 20px;
}

.pp-g1-blog-body h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}

.pp-g1-blog-body h3 a {
  color: #071A52;
  text-decoration: none;
}

.pp-g1-blog-body p {
  color: #5f6b7a;
  font-size: 14px;
  margin: 0;
}

.pp-g1-blog-cat {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FF6B1A;
  margin: 0 0 8px !important;
}

.pp-g1-blog-read {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #071A52;
  text-decoration: none;
}

.pp-g1-blog-read:hover {
  color: #FF6B1A;
}

.pp-g1-empty {
  text-align: center;
  color: #5f6b7a;
  font-size: 16px;
}

.pp-g1-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.pp-g1-testimonial-placeholder {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 1px dashed #CBD5E1;
  border-radius: 18px;
  padding: 36px 24px;
}

.pp-phase1 .pp-g1-footer-tagline {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.4;
}

.pp-phase1 .pp-g1-footer-copy {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 16px;
  max-width: 280px;
}

.pp-phase1 .pp-g1-footer-powered {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
  margin: 16px 0 0;
}

.pp-phase1 .pp-phase3-footer-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px 18px;
  padding: 16px 0 20px;
}

.pp-phase1 .pp-g1-footer-legal a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  margin-left: 14px;
  font-size: 13px;
}

.pp-g1-page {
  padding: 56px 0 80px;
}

.pp-g1-page h2 {
  color: #071A52;
  font-weight: 800;
  margin: 36px 0 12px;
}

.pp-g1-page h3 {
  color: #071A52;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.35;
  margin: 28px 0 10px;
}

.pp-g1-page p,
.pp-g1-page li {
  color: #334155;
  line-height: 1.75;
  font-size: 16px;
}

.pp-g1-sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.pp-g1-sitemap-grid h2 {
  font-size: 20px;
  margin: 0 0 12px;
}

.pp-g1-sitemap-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pp-g1-sitemap-grid a {
  color: #071A52;
  text-decoration: none;
  display: block;
  padding: 6px 0;
}

.pp-g1-anchor {
  scroll-margin-top: 96px;
}

@media (max-width: 1024px) {
  .pp-g1-cards,
  .pp-g1-blogs,
  .pp-g1-chips,
  .pp-g1-works-grid,
  .pp-g1-sitemap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .pp-g1-head h2,
  .pp-g1-head .pp-g1-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .pp-g1-intro-grid,
  .pp-g1-why-list,
  .pp-g1-cards,
  .pp-g1-blogs,
  .pp-g1-chips,
  .pp-g1-works-grid,
  .pp-g1-sitemap-grid {
    grid-template-columns: 1fr !important;
  }

  .pp-g1-section {
    padding: 56px 16px;
  }

  .pp-home .pp-correction-hero .pp-phase3-hero-copy {
    padding: 0 20px 28px;
    max-width: 100%;
  }

  .pp-home .pp-correction-hero .pp-phase3-hero-copy h2 {
    font-size: 24px !important;
  }

  .pp-home .pp-correction-hero .pp-phase3-hero-copy p.pp-g1-hero-sub {
    font-size: 13px !important;
    margin-bottom: 12px !important;
  }

  .pp-g1-hero-ctas .pp-phase3-hero-btn,
  .pp-g1-hero-btn-secondary {
    height: 42px;
    font-size: 13px !important;
    padding: 0 14px;
  }

  .pp-phase1 .pp-g1-footer-legal a {
    margin-left: 0;
    margin-right: 12px;
  }
}

@media (max-width: 430px) {
  .pp-home .pp-correction-hero .pp-phase3-hero-copy h2 {
    font-size: 20px !important;
  }

  .pp-g1-head h2,
  .pp-g1-head .pp-g1-title {
    font-size: 26px;
  }

  .pp-g1-lead {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .pp-home .pp-correction-hero .pp-phase3-hero-copy p.pp-g1-hero-sub {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pp-g1-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }
}

.pp-g1-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.pp-g1-testimonial-card {
  position: relative;
  background: #fff;
  border: 1px solid #E8EDF5;
  border-radius: 22px;
  padding: 32px 28px 28px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.pp-g1-quote-mark {
  display: block;
  font-size: 48px;
  line-height: 0.8;
  color: #FF6B1A;
  font-family: Georgia, serif;
  margin-bottom: 12px;
}

.pp-g1-testimonial-quote {
  font-size: var(--pp-text, 16px);
  line-height: 1.7;
  color: #334155;
  margin: 0 0 24px;
}

.pp-g1-testimonial-person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pp-g1-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #071A52;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}

.pp-g1-testimonial-person h3 {
  font-size: var(--pp-h3, 20px);
  font-weight: 700;
  color: #071A52;
  margin: 0 0 4px;
}

.pp-g1-testimonial-person p {
  margin: 0;
  font-size: var(--pp-small, 14px);
  color: #5f6b7a;
}

.pp-g1-testimonial-event {
  font-weight: 600;
  color: #071A52 !important;
}

.pp-g1-btn:focus-visible,
.pp-g1-hero-btn-secondary:focus-visible,
.pp-home .pp-phase3-hero-btn:focus-visible {
  outline: 2px solid #FF6B1A;
  outline-offset: 3px;
}

@media (max-width: 768px) {
  .pp-g1-testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .pp-home .pp-correction-hero .pp-phase3-hero-copy h1.pp-g1-hero-title,
  .pp-home .pp-correction-hero .pp-phase3-hero-copy h2.pp-g1-hero-title {
    font-size: 24px !important;
  }
}

@media (max-width: 430px) {
  .pp-home .pp-correction-hero .pp-phase3-hero-copy h1.pp-g1-hero-title,
  .pp-home .pp-correction-hero .pp-phase3-hero-copy h2.pp-g1-hero-title {
    font-size: 20px !important;
  }

  .pp-g1-head h2,
  .pp-g1-head .pp-g1-title {
    font-size: 26px !important;
  }
}

.pp-g1-badge-soon {
  display: inline-block;
  margin: 0 0 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #071A52;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pp-g1-card--soon {
  border: 1px dashed rgba(7, 26, 82, 0.28);
  background: #F8FAFC;
}

.pp-g1-card--soon h3 {
  font-size: 20px;
}

.pp-article-banner {
  background: #071A52;
  color: #fff;
}

.pp-article-banner__media img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.pp-article-banner__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 36px 24px 48px;
}

.pp-article-kicker {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pp-article-kicker a {
  color: #FF6B1A;
  text-decoration: none;
}

.pp-article-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 16px;
  color: #fff;
}

.pp-article-standfirst {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 18px;
}

.pp-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
}

.pp-article-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

.pp-article-body {
  font-size: 16px;
  line-height: 1.75;
  color: #334155;
}

.pp-article-body h2 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
  color: #071A52;
  margin: 36px 0 12px;
}

.pp-article-body h3 {
  font-size: 20px;
  font-weight: 700;
  color: #071A52;
  margin: 24px 0 8px;
}

.pp-article-body p,
.pp-article-body li {
  margin: 0 0 14px;
}

.pp-article-body blockquote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 4px solid #FF6B1A;
  background: #FFF8F3;
  border-radius: 0 14px 14px 0;
  font-size: 18px;
  line-height: 1.55;
  color: #071A52;
  font-weight: 600;
}

.pp-article-cta-inline a,
.pp-article-body a {
  color: #FF6B1A;
  font-weight: 700;
}

.pp-article-share {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 28px 0 40px;
  font-weight: 700;
  color: #071A52;
}

.pp-article-share a {
  color: #071A52;
}

.pp-article-cta {
  background: #F8FAFC;
  border: 1px solid #E8EDF5;
  border-radius: 18px;
  padding: 28px 24px;
  margin-bottom: 48px;
}

.pp-article-cta h2 {
  font-size: 24px;
  color: #071A52;
  margin: 0 0 8px;
}

.pp-article-related h2 {
  font-size: 28px;
  color: #071A52;
  margin: 0 0 20px;
}

.pp-article-related .pp-g1-blogs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 768px) {
  .pp-article-title {
    font-size: 28px;
  }

  .pp-article-related .pp-g1-blogs {
    grid-template-columns: 1fr;
  }
}

.pp-inner-hero__kicker {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FF6B1A;
}

.pp-offer-page .pp-inner-hero__title {
  font-size: clamp(2rem, 4.2vw, 2.85rem);
  letter-spacing: -0.02em;
}

.pp-offer-featured {
  background: #F8FAFC;
  border: 1px solid #E8EDF5;
  border-radius: 18px;
  padding: 28px 24px;
  margin: 8px 0 36px;
}

.pp-offer-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FF6B1A;
  margin: 0 0 8px;
}

.pp-offer-cats {
  margin: 16px 0 32px;
}

.pp-footer-brand-row {
  max-width: 640px;
  margin-bottom: 28px;
}

.pp-footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px 18px;
  padding-bottom: 28px;
}

@media (max-width: 1199px) {
  .pp-footer-nav-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pp-footer-nav-grid {
    grid-template-columns: 1fr;
  }
}

.pp-why-journey {
  list-style: none;
  padding: 0;
  margin: 24px auto 32px;
  max-width: 420px;
}

.pp-why-journey li {
  background: #F8FAFC;
  border: 1px solid #E8EDF5;
  border-radius: 14px;
  padding: 14px 18px;
  font-weight: 700;
  color: #071A52;
  text-align: center;
}

.pp-why-journey li:not(:last-child) {
  margin-bottom: 8px;
}

.pp-why-journey li:not(:last-child)::after {
  content: "↓";
  display: block;
  color: #FF6B1A;
  font-weight: 800;
  font-size: 18px;
  margin: 8px 0 0;
}
