.pa-home .elementor-widget:not(:last-child) {
  margin-block-end: 0;
}

.pa-home .elementor-widget-container > :first-child {
  margin-top: 0;
}

.pa-home .elementor-widget-container > :last-child {
  margin-bottom: 0;
}

.pa-home .elementor-heading-title {
  margin: 0;
}

.pa-home .pa-eyebrow .elementor-heading-title,
.pa-home .pa-eyebrow {
  color: var(--pa-gold);
  font-family: var(--pa-font-sans);
  font-size: clamp(13px, 0.95vw, 15px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pa-home .pa-section-title .elementor-heading-title,
.pa-home .pa-section-title {
  color: var(--pa-navy);
  font-family: var(--pa-font-serif);
  font-size: clamp(44px, 4.5vw, 62px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.pa-home .pa-body-copy,
.pa-home .pa-body-copy p,
.pa-home .pa-body-lead,
.pa-home .pa-body-lead p {
  color: var(--pa-muted);
  font-family: var(--pa-font-sans);
}

.pa-home .pa-body-lead,
.pa-home .pa-body-lead p {
  font-size: 18px;
  line-height: 1.65;
}

.pa-home .pa-body-copy,
.pa-home .pa-body-copy p {
  font-size: 17px;
  line-height: 1.7;
}

.pa-home .pa-actions {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
}

/* Hero */
.pa-home-hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  display: grid !important;
  place-items: center;
  background:
    radial-gradient(circle at 90% 0%, rgb(255 255 255 / 55%), rgb(242 231 207 / 18%) 24%, transparent 58%),
    var(--pa-navy);
  color: var(--pa-white);
}

.pa-home-hero::before,
.pa-home-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgb(215 181 109 / 35%);
  border-radius: 50%;
}

.pa-home-hero::before {
  right: 8%;
  top: 15%;
  width: 430px;
  height: 430px;
}

.pa-home-hero::after {
  right: 28%;
  bottom: -28%;
  width: 650px;
  height: 650px;
}

.pa-home-hero__inner {
  position: relative;
  z-index: 2;
  width: min(var(--pa-container), calc(100% - 64px));
  margin: 0 auto;
  padding: 128px 0 64px;
  display: grid !important;
  grid-template-columns: minmax(0, 58fr) minmax(320px, 42fr);
  gap: 64px;
  align-items: center !important;
}

.pa-home-hero__copy {
  min-width: 0;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 24px !important;
}

.pa-home-hero .pa-hero-title .elementor-heading-title {
  color: var(--pa-white);
  font-family: var(--pa-font-serif);
  font-size: clamp(50px, 4.45vw, 68px);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.pa-home-hero .pa-body-lead,
.pa-home-hero .pa-body-lead p {
  max-width: 620px;
  color: #d7dee7;
  font-size: 17px;
}

.pa-home-hero .pa-microcopy,
.pa-home-hero .pa-microcopy p {
  color: #bdc9d5;
  font-family: var(--pa-font-sans);
  font-size: 12px;
  font-weight: 600;
}

.pa-home-hero__media {
  position: relative;
  width: 100%;
  max-width: 430px;
  justify-self: end;
}

.pa-home-hero__media::before {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -22px;
  width: 72%;
  height: 68%;
  border: 1px solid rgb(215 181 109 / 56%);
  border-radius: 220px 220px 18px 18px;
}

.pa-hero-image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(242 231 207 / 28%);
  border-radius: 220px 220px 18px 18px;
  background: var(--pa-navy-secondary);
}

.pa-hero-image .elementor-widget-container,
.pa-hero-image img {
  height: 100%;
}

.pa-hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 42%;
  filter: saturate(0.88) contrast(1.02);
}

/* Trust bar */
.pa-trust-bar {
  border-bottom: 1px solid var(--pa-border);
  background: var(--pa-white);
}

.pa-trust-bar__inner {
  width: min(var(--pa-header-container), calc(100% - 64px));
  min-height: 104px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch !important;
}

.pa-trust-item {
  min-height: 104px;
  display: grid !important;
  place-items: center;
  padding: 16px 12px;
  border-left: 1px solid var(--pa-border);
  color: var(--pa-navy);
  text-align: center;
}

.pa-trust-item:last-child {
  border-right: 1px solid var(--pa-border);
}

.pa-trust-item,
.pa-trust-item p {
  font-family: var(--pa-font-sans);
  font-size: clamp(19px, 1.35vw, 20px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.3;
}

/* Questions */
.pa-question-section {
  padding: var(--pa-section-space) 32px;
  background: var(--pa-white);
}

.pa-question-inner {
  width: min(900px, 100%);
  margin: 0 auto;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 30px !important;
  text-align: center;
}

.pa-question-mark {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}

.pa-question-mark img {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.pa-question-chips {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.pa-question-chip {
  width: auto !important;
  padding: 10px 16px;
  border: 1px solid var(--pa-navy);
  border-radius: 999px;
  background: var(--pa-navy);
  color: var(--pa-white);
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.pa-question-chip,
.pa-question-chip p {
  color: inherit;
  font-family: var(--pa-font-sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.pa-question-chip:hover {
  border-color: var(--pa-gold);
  background: var(--pa-gold);
  color: var(--pa-navy);
}

.pa-question-copy {
  max-width: 660px;
}

/* Method */
.pa-method-section {
  padding: var(--pa-section-space) 32px;
  background: var(--pa-surface);
}

.pa-method-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 100px;
  align-items: start !important;
}

.pa-method-heading {
  position: sticky;
  top: 40px;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 26px !important;
}

.pa-method-timeline {
  position: relative;
  padding-left: 54px;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

.pa-method-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  width: 1px;
  background: linear-gradient(var(--pa-gold), var(--pa-border));
}

.pa-method-step {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding-bottom: 42px;
}

.pa-method-step::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -47px;
  width: 14px;
  height: 14px;
  border: 1px solid var(--pa-gold);
  border-radius: 50%;
  background: var(--pa-surface);
}

.pa-method-step__label,
.pa-method-step__label p {
  color: var(--pa-muted);
  font-family: var(--pa-font-sans);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pa-method-step__title .elementor-heading-title {
  color: var(--pa-navy);
  font-family: var(--pa-font-sans);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.pa-method-step__copy,
.pa-method-step__copy p {
  color: var(--pa-muted);
  font-size: 15px;
}

/* Diagnostic */
.pa-diagnostic-section {
  position: relative;
  overflow: hidden;
  padding: var(--pa-section-space) 32px;
  background: var(--pa-navy);
  color: var(--pa-white);
}

.pa-diagnostic-section::before,
.pa-diagnostic-section::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgb(215 181 109 / 20%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.pa-diagnostic-section::before {
  width: 820px;
  height: 820px;
}

.pa-diagnostic-section::after {
  width: 580px;
  height: 580px;
}

.pa-diagnostic-inner {
  position: relative;
  z-index: 2;
  width: min(820px, 100%);
  margin: 0 auto;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 24px !important;
  text-align: center;
}

.pa-diagnostic-section .pa-section-title .elementor-heading-title,
.pa-final-section .pa-section-title .elementor-heading-title {
  color: var(--pa-white);
}

.pa-diagnostic-section .pa-body-copy,
.pa-diagnostic-section .pa-body-copy p,
.pa-final-section .pa-body-copy,
.pa-final-section .pa-body-copy p {
  color: #d3dce5;
}

.pa-diagnostic-state {
  width: min(600px, 100%);
  padding: 22px;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px !important;
  border-top: 1px solid rgb(255 255 255 / 18%);
  border-bottom: 1px solid rgb(255 255 255 / 18%);
}

.pa-diagnostic-state__label,
.pa-diagnostic-state__label p {
  color: var(--pa-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pa-diagnostic-state__title .elementor-heading-title {
  color: var(--pa-white);
  font-family: var(--pa-font-sans);
  font-size: 22px;
  font-weight: 700;
}

.pa-diagnostic-state__copy,
.pa-diagnostic-state__copy p {
  color: #b7c4d0;
  font-size: 14px;
}

.pa-diagnostic-section .pa-actions,
.pa-final-section .pa-actions {
  justify-content: center !important;
}

/* Consultation */
.pa-consult-section,
.pa-professor-section {
  display: grid !important;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  gap: 0 !important;
  align-items: stretch !important;
  background: var(--pa-white);
}

.pa-consult-media,
.pa-professor-media {
  min-height: 720px;
}

.pa-consult-image,
.pa-consult-image .elementor-widget-container,
.pa-consult-image img,
.pa-professor-image,
.pa-professor-image .elementor-widget-container,
.pa-professor-image img {
  height: 100%;
}

.pa-consult-image img,
.pa-professor-image img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.pa-consult-image {
  position: relative;
  border-right: 22px solid var(--pa-gold-light);
}

.pa-consult-image::after {
  content: "";
  position: absolute;
  top: 54px;
  right: -48px;
  width: 120px;
  height: 120px;
  border: 1px solid var(--pa-gold);
  border-radius: 50%;
  pointer-events: none;
}

.pa-consult-image img {
  object-position: 50% 50%;
}

.pa-consult-copy,
.pa-professor-copy {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 26px !important;
  padding: var(--pa-section-space) clamp(40px, 7vw, 130px);
}

.pa-quote {
  width: 100%;
  padding: 22px 0;
  border-top: 1px solid var(--pa-gold);
  border-bottom: 1px solid var(--pa-gold);
}

.pa-quote,
.pa-quote p {
  color: var(--pa-navy);
  font-family: var(--pa-font-sans);
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.45;
}

/* Resources */
.pa-resources-section {
  padding: var(--pa-section-space) 32px;
  background: var(--pa-white);
}

.pa-resources-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: flex !important;
  flex-direction: column !important;
  gap: 48px !important;
}

.pa-resources-head {
  max-width: 900px;
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
}

.pa-resource-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  border-top: 1px solid var(--pa-navy);
}

.pa-resource-row {
  display: grid !important;
  grid-template-columns: minmax(150px, 0.6fr) minmax(0, 1.4fr) minmax(210px, 0.8fr);
  gap: 30px;
  align-items: center !important;
  padding: 24px 0;
  border-bottom: 1px solid var(--pa-border);
}

.pa-resource-category,
.pa-resource-category p {
  color: var(--pa-muted);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pa-resource-title .elementor-heading-title {
  color: var(--pa-navy);
  font-family: var(--pa-font-serif);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.pa-resource-link {
  justify-self: end;
}

.pa-resource-link .elementor-button {
  text-align: right;
}

/* Spiritual */
.pa-spiritual-section {
  min-height: 760px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0 !important;
  align-items: stretch !important;
  background: var(--pa-surface-warm);
}

.pa-spiritual-media,
.pa-spiritual-image,
.pa-spiritual-image .elementor-widget-container,
.pa-spiritual-image img {
  height: 100%;
}

.pa-spiritual-image img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.pa-spiritual-copy {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 24px !important;
  padding: var(--pa-section-space) max(40px, 8vw);
}

.pa-process-list {
  width: 100%;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  border-top: 1px solid var(--pa-navy);
}

.pa-process-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px !important;
  padding: 22px 0;
  border-bottom: 1px solid var(--pa-border);
}

.pa-process-title .elementor-heading-title {
  color: var(--pa-navy);
  font-family: var(--pa-font-sans);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.pa-process-copy,
.pa-process-copy p {
  color: var(--pa-muted);
  font-size: 17px;
  line-height: 1.55;
}

/* Professor */
.pa-professor-section {
  grid-template-columns: minmax(0, 64%) minmax(300px, 36%);
}

.pa-professor-media {
  order: 2;
}

.pa-professor-copy {
  order: 1;
}

.pa-professor-image img {
  object-position: 50% 32%;
  filter: saturate(0.82);
}

/* Expectations */
.pa-expect-section {
  padding: 80px 32px var(--pa-section-space);
  background: var(--pa-white);
}

.pa-expect-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: flex !important;
  flex-direction: column !important;
  gap: 44px !important;
}

.pa-expect-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0 !important;
  border-top: 1px solid var(--pa-navy);
}

.pa-expect-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
  padding: 25px 20px 0 0;
}

.pa-expect-label,
.pa-expect-label p {
  color: var(--pa-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pa-expect-copy,
.pa-expect-copy p {
  color: var(--pa-navy);
  font-family: var(--pa-font-sans);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

/* Final CTA */
.pa-final-section {
  position: relative;
  overflow: hidden;
  padding: var(--pa-section-space) 32px;
  background: var(--pa-navy);
  color: var(--pa-white);
}

.pa-final-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 700px;
  border: 1px solid rgb(215 181 109 / 28%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.pa-final-inner {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  margin: 0 auto;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 24px !important;
  text-align: center;
}

.pa-final-section .pa-microcopy,
.pa-final-section .pa-microcopy p {
  color: #bdc9d5;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .pa-home-hero__inner {
    gap: 38px;
  }

  .pa-home-hero .pa-hero-title .elementor-heading-title {
    font-size: 50px;
  }

  .pa-home-hero__media {
    max-width: 360px;
  }

  .pa-method-inner {
    gap: 54px;
  }

  .pa-consult-copy,
  .pa-professor-copy {
    padding-right: 50px;
    padding-left: 50px;
  }

  .pa-expect-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  :root {
    --pa-section-space: 80px;
  }

  .pa-home .pa-section-title .elementor-heading-title,
  .pa-home .pa-section-title {
    font-size: 34px;
    line-height: 1.02;
  }

  .pa-home .pa-eyebrow .elementor-heading-title,
  .pa-home .pa-eyebrow {
    font-size: 13px;
  }

  .pa-home .pa-actions {
    width: 100%;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .pa-home .pa-actions .elementor-widget-button,
  .pa-home .pa-actions .elementor-button-wrapper,
  .pa-home .pa-actions .elementor-button {
    width: 100%;
  }

  .pa-home-hero {
    min-height: auto;
  }

  .pa-home-hero__inner {
    width: calc(100% - 40px);
    padding: 112px 0 54px;
    display: flex !important;
    flex-direction: column !important;
    gap: 38px !important;
  }

  .pa-home-hero__copy {
    align-items: center !important;
    text-align: center;
  }

  .pa-home-hero .pa-hero-title .elementor-heading-title {
    font-size: 42px;
    line-height: 0.97;
  }

  .pa-home-hero .pa-body-lead,
  .pa-home-hero .pa-body-lead p {
    font-size: 16px;
  }

  .pa-home-hero__media {
    width: min(82%, 340px);
    margin: 0 auto;
    justify-self: auto;
  }

  .pa-home-hero__media::before {
    right: -14px;
    bottom: -14px;
  }

  .pa-hero-image {
    border-radius: 180px 180px 16px 16px;
  }

  .pa-trust-bar__inner {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pa-trust-item,
  .pa-trust-item p {
    min-height: 90px;
    border-bottom: 1px solid var(--pa-border);
    font-size: 17px;
  }

  .pa-question-section,
  .pa-method-section,
  .pa-diagnostic-section,
  .pa-resources-section,
  .pa-expect-section,
  .pa-final-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pa-question-chips {
    width: 100%;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .pa-question-chip {
    width: 100% !important;
  }

  .pa-method-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 50px !important;
  }

  .pa-method-heading {
    position: static;
  }

  .pa-method-timeline {
    padding-left: 42px;
  }

  .pa-method-step::before {
    left: -35px;
  }

  .pa-consult-section,
  .pa-professor-section,
  .pa-spiritual-section {
    display: flex !important;
    flex-direction: column !important;
  }

  .pa-consult-media,
  .pa-professor-media,
  .pa-spiritual-media {
    width: 100%;
    min-height: 0;
  }

  .pa-consult-image {
    border-right-width: 14px;
  }

  .pa-consult-image img,
  .pa-professor-image img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .pa-consult-image::after {
    top: 22px;
    right: -44px;
  }

  .pa-consult-copy,
  .pa-professor-copy,
  .pa-spiritual-copy {
    width: 100%;
    padding: var(--pa-section-space) 20px;
  }

  .pa-professor-media {
    order: 1;
  }

  .pa-professor-copy {
    order: 2;
  }

  .pa-resource-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px 0;
  }

  .pa-resource-link {
    justify-self: start;
  }

  .pa-resource-link .elementor-button {
    text-align: left;
  }

  .pa-spiritual-media {
    height: 370px;
  }

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

@media (max-width: 420px) {
  .pa-home-hero .pa-hero-title .elementor-heading-title {
    font-size: 38px;
  }

  .pa-expect-grid {
    grid-template-columns: 1fr;
  }
}

/* Compatibilidad tipográfica con el kit global de Elementor 4. */
body.pa-site.pa-home .elementor-widget-heading .elementor-heading-title {
  color: var(--pa-navy);
  font-family: var(--pa-font-serif);
  font-weight: 500;
}

body.pa-site.pa-home .elementor-widget-text-editor,
body.pa-site.pa-home .elementor-widget-text-editor p {
  font-family: var(--pa-font-sans);
}

body.pa-site.pa-home .pa-eyebrow .elementor-heading-title {
  color: var(--pa-gold);
  font-family: var(--pa-font-sans);
  font-weight: 700;
}

body.pa-site.pa-home .pa-home-hero .pa-hero-title .elementor-heading-title,
body.pa-site.pa-home .pa-diagnostic-section .pa-section-title .elementor-heading-title,
body.pa-site.pa-home .pa-diagnostic-section .pa-diagnostic-state__title .elementor-heading-title,
body.pa-site.pa-home .pa-final-section .pa-section-title .elementor-heading-title {
  color: var(--pa-white);
}

body.pa-site.pa-home .pa-body-copy,
body.pa-site.pa-home .pa-body-copy p,
body.pa-site.pa-home .pa-body-lead,
body.pa-site.pa-home .pa-body-lead p,
body.pa-site.pa-home .pa-method-step__label,
body.pa-site.pa-home .pa-method-step__label p,
body.pa-site.pa-home .pa-method-step__copy,
body.pa-site.pa-home .pa-method-step__copy p,
body.pa-site.pa-home .pa-resource-category,
body.pa-site.pa-home .pa-resource-category p,
body.pa-site.pa-home .pa-process-copy,
body.pa-site.pa-home .pa-process-copy p,
body.pa-site.pa-home .pa-expect-label,
body.pa-site.pa-home .pa-expect-label p {
  color: var(--pa-muted);
}

body.pa-site.pa-home .pa-home-hero .pa-body-lead,
body.pa-site.pa-home .pa-home-hero .pa-body-lead p,
body.pa-site.pa-home .pa-diagnostic-section .pa-body-copy,
body.pa-site.pa-home .pa-diagnostic-section .pa-body-copy p,
body.pa-site.pa-home .pa-final-section .pa-body-copy,
body.pa-site.pa-home .pa-final-section .pa-body-copy p {
  color: #d3dce5;
}

body.pa-site.pa-home .pa-home-hero .pa-microcopy,
body.pa-site.pa-home .pa-home-hero .pa-microcopy p,
body.pa-site.pa-home .pa-final-section .pa-microcopy,
body.pa-site.pa-home .pa-final-section .pa-microcopy p,
body.pa-site.pa-home .pa-diagnostic-state__copy,
body.pa-site.pa-home .pa-diagnostic-state__copy p {
  color: #bdc9d5;
}

body.pa-site.pa-home .pa-trust-item,
body.pa-site.pa-home .pa-trust-item p,
body.pa-site.pa-home .pa-quote,
body.pa-site.pa-home .pa-quote p,
body.pa-site.pa-home .pa-expect-copy,
body.pa-site.pa-home .pa-expect-copy p {
  color: var(--pa-navy);
}

body.pa-site.pa-home .pa-question-chip,
body.pa-site.pa-home .pa-question-chip p {
  color: var(--pa-white);
}

body.pa-site.pa-home .pa-question-chip:hover,
body.pa-site.pa-home .pa-question-chip:hover p {
  color: var(--pa-navy);
}

body.pa-site.pa-home .pa-diagnostic-state__label,
body.pa-site.pa-home .pa-diagnostic-state__label p {
  color: var(--pa-gold);
}

body.pa-site.pa-home .pa-method-step__title .elementor-heading-title,
body.pa-site.pa-home .pa-resource-title .elementor-heading-title,
body.pa-site.pa-home .pa-process-title .elementor-heading-title {
  color: var(--pa-navy);
  font-family: var(--pa-font-serif);
  font-weight: 600;
}
