.ppo-divi-page {
  --teal-950: #073246;
  --teal-900: #087c88;
  --teal-800: #0595a3;
  --teal-700: #0aa6b5;
  --teal-600: #18b3c0;
  --teal-200: #a9e4e9;
  --teal-100: #e4f7f8;
  --ivory: #fff9f2;
  --warm-white: #ffffff;
  --gold: #ef8d3a;
  --gold-deep: #d76e28;
  --ink: #1f2b2f;
  --muted: #647176;
  --line: rgba(31, 43, 47, 0.14);
  --shadow: 0 24px 64px rgba(20, 28, 31, 0.13);
}

.ppo-divi-page, .ppo-divi-page * {
  box-sizing: border-box;
}

.ppo-divi-page {
  scroll-behavior: smooth;
}

.ppo-divi-page {
  margin: 0;
  background: var(--warm-white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.ppo-divi-page h1,
.ppo-divi-page h2,
.ppo-divi-page h3,
.ppo-divi-page h4,
.ppo-divi-page h5,
.ppo-divi-page h6
{
  color: var(--warm-white);
}
.ppo-divi-page,
.ppo-divi-page button,
.ppo-divi-page a,
.ppo-divi-page summary {
  font: inherit;
}

.ppo-divi-page img {
  display: block;
  max-width: 100%;
}

.ppo-divi-page a {
  color: inherit;
  text-decoration: none;
}

.ppo-divi-page a:focus-visible,
.ppo-divi-page summary:focus-visible {
  outline: 3px solid var(--teal-600);
  outline-offset: 4px;
}

.ppo-divi-page .desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1) !important;
}

/* About page */
.ppo-divi-page .about-page-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 11% 8%, rgba(24, 179, 192, 0.2), transparent 30%),
    linear-gradient(135deg, #073246 0%, #062a3c 100%);
  color: white;
}

.ppo-divi-page .about-page-hero-inner {
  display: grid;
  min-height: 650px;
  align-items: center;
  grid-template-columns: minmax(0, 0.95fr) minmax(480px, 1.05fr);
  gap: 72px;
  padding-block: 72px 88px;
}

.ppo-divi-page .about-page-hero-copy h1 {
  max-width: 700px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 5vw, 74px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.ppo-divi-page .about-page-hero-copy > p:last-of-type {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.65;
}

.ppo-divi-page .about-hero-collage {
  position: relative;
  min-height: 520px;
}

.ppo-divi-page .about-hero-main,
.ppo-divi-page .about-hero-small {
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.ppo-divi-page .about-hero-main {
  inset: 12px 0 42px 82px;
}

.ppo-divi-page .about-hero-main::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(7, 50, 70, 0.2));
  content: "";
}

.ppo-divi-page .about-hero-main img,
.ppo-divi-page .about-hero-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ppo-divi-page .about-hero-small {
  bottom: 0;
  left: 0;
  width: 205px;
  height: 245px;
  border: 8px solid white;
  border-radius: 24px;
}

.ppo-divi-page .about-hero-message {
  position: absolute;
  right: -26px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px 22px;
  border-radius: 16px;
  background: white;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  color: var(--teal-950);
}

.ppo-divi-page .about-hero-message > span {
  font-size: 29px;
}

.ppo-divi-page .about-hero-message strong,
.ppo-divi-page .about-hero-message small {
  display: block;
}

.ppo-divi-page .about-hero-message strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.ppo-divi-page .about-hero-message small {
  margin-top: 4px;
  color: var(--muted);
}

.ppo-divi-page .about-story {
  display: grid;
  align-items: center;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 86px;
  padding-block: 108px;
}

.ppo-divi-page .story-marker {
  position: relative;
  display: grid;
  min-height: 270px;
  place-content: center;
  border: 1px solid rgba(5, 149, 163, 0.2);
  border-radius: 40px 40px 40px 8px;
  background:
    radial-gradient(circle at 75% 22%, rgba(239, 141, 58, 0.13), transparent 24%),
    #f3fbfb;
  box-shadow: 0 24px 60px rgba(7, 50, 70, 0.1);
  text-align: center;
}

.ppo-divi-page .story-marker::before {
  position: absolute;
  top: 28px;
  right: 28px;
  color: var(--gold);
  content: "✦";
  font-size: 24px;
}

.ppo-divi-page .story-marker span,
.ppo-divi-page .story-marker small {
  color: var(--teal-800);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ppo-divi-page .story-marker strong {
  margin: 5px 0 14px;
  color: var(--teal-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1;
}

.ppo-divi-page .story-marker small {
  color: var(--gold-deep);
  letter-spacing: 0.04em;
  text-transform: none;
}

.ppo-divi-page .about-story-copy h2,
.ppo-divi-page .mission-heading h2,
.ppo-divi-page .values-heading h2,
.ppo-divi-page .about-faith-copy h2,
.ppo-divi-page .community-intro h2,
.ppo-divi-page .about-cta h2 {
  margin: 12px 0 18px;
  color: var(--teal-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 55px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.06;
}

.ppo-divi-page .about-story-copy p,
.ppo-divi-page .values-heading > p:last-child,
.ppo-divi-page .about-faith-copy > p,
.ppo-divi-page .community-intro > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.ppo-divi-page .about-story-copy .story-lead {
  margin-bottom: 16px;
  color: var(--teal-950);
  font-size: 20px;
}

.ppo-divi-page .about-mission-band {
  background:
    radial-gradient(circle at 90% 10%, rgba(24, 179, 192, 0.17), transparent 28%),
    var(--teal-950);
  color: white;
}

.ppo-divi-page .about-mission-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 0.95fr;
  gap: 88px;
  padding-block: 94px;
}

.ppo-divi-page .mission-heading h2 {
  color: white;
}

.ppo-divi-page .mission-copy > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.75;
}

.ppo-divi-page .mission-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.ppo-divi-page .mission-pill-row span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 700;
}

.ppo-divi-page .about-values {
  padding-block: 108px;
}

.ppo-divi-page .values-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.ppo-divi-page .about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ppo-divi-page .about-value-card {
  position: relative;
  min-height: 315px;
  padding: 30px 26px;
  border: 1px solid rgba(7, 50, 70, 0.11);
  border-radius: 22px;
  background: white;
  box-shadow: 0 18px 46px rgba(7, 50, 70, 0.07);
}

.ppo-divi-page .about-value-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 5px;
  border-radius: 8px 0 22px;
  background: var(--teal-700);
  content: "";
}

.ppo-divi-page .about-value-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ppo-divi-page .about-value-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 17px;
  background: var(--teal-100);
  box-shadow: inset 0 0 0 1px rgba(5, 149, 163, 0.12);
  font-size: 29px;
}

.ppo-divi-page .about-value-top small {
  color: rgba(7, 50, 70, 0.28);
  font-size: 12px;
  font-weight: 900;
}

.ppo-divi-page .about-value-card h3 {
  margin: 27px 0 13px;
  color: var(--teal-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
}

.ppo-divi-page .about-value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.ppo-divi-page .about-faith-section {
  padding-block: 104px;
  background: #f3fbfb;
}

.ppo-divi-page .about-faith-shell {
  display: grid;
  align-items: center;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 82px;
}

.ppo-divi-page .about-faith-photo {
  position: relative;
  min-height: 500px;
}

.ppo-divi-page .about-faith-photo::before {
  position: absolute;
  inset: 20px -20px -20px 28px;
  border: 1px solid rgba(5, 149, 163, 0.28);
  border-radius: 28px;
  content: "";
}

.ppo-divi-page .about-faith-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.ppo-divi-page .faith-photo-label {
  position: absolute;
  right: -28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 20px;
  border-radius: 14px;
  background: white;
  box-shadow: 0 15px 38px rgba(7, 50, 70, 0.18);
  color: var(--teal-950);
}

.ppo-divi-page .faith-photo-label span {
  font-size: 25px;
}

.ppo-divi-page .faith-photo-label strong {
  font-family: Georgia, "Times New Roman", serif;
}

.ppo-divi-page .faith-clarity-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.ppo-divi-page .faith-clarity-list p {
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: white;
  box-shadow: 0 8px 24px rgba(7, 50, 70, 0.06);
  color: var(--teal-950);
  font-size: 14px;
  font-weight: 700;
}

.ppo-divi-page .faith-clarity-list span {
  color: var(--teal-700);
}

.ppo-divi-page .about-community {
  padding-block: 108px;
}

.ppo-divi-page .community-intro {
  max-width: 750px;
}

.ppo-divi-page .community-path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 54px;
  border: 1px solid rgba(7, 50, 70, 0.11);
  border-radius: 22px;
  box-shadow: 0 20px 54px rgba(7, 50, 70, 0.07);
}

.ppo-divi-page .community-path article {
  min-height: 225px;
  padding: 30px 25px;
  border-right: 1px solid rgba(7, 50, 70, 0.11);
  background: white;
}

.ppo-divi-page .community-path article:first-child {
  border-radius: 22px 0 0 22px;
}

.ppo-divi-page .community-path article:last-child {
  border-right: 0;
  border-radius: 0 22px 22px 0;
}

.ppo-divi-page .community-path article > span {
  display: block;
  margin-bottom: 22px;
  font-size: 34px;
}

.ppo-divi-page .community-path strong {
  color: var(--teal-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.ppo-divi-page .community-path p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.ppo-divi-page .about-cta {
  background:
    radial-gradient(circle at 82% 20%, rgba(239, 141, 58, 0.14), transparent 22%),
    linear-gradient(135deg, #073246, #0a4154);
  color: white;
}

.ppo-divi-page .about-cta-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 65px;
  padding-block: 78px;
}

.ppo-divi-page .about-cta h2 {
  max-width: 780px;
  color: white;
}

.ppo-divi-page .about-cta p:last-child {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 1050px) {
  .ppo-divi-page .about-page-hero-inner {
    grid-template-columns: 1fr 0.9fr;
    gap: 42px;
  }

  .ppo-divi-page .about-values-grid,
  .ppo-divi-page .community-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ppo-divi-page .community-path article:nth-child(2) {
    border-right: 0;
  }

  .ppo-divi-page .community-path article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(7, 50, 70, 0.11);
  }
}

@media (max-width: 820px) {
  .ppo-divi-page .about-page-hero-inner,
  .ppo-divi-page .about-story,
  .ppo-divi-page .about-mission-grid,
  .ppo-divi-page .about-faith-shell,
  .ppo-divi-page .about-cta-inner {
    grid-template-columns: 1fr;
  }

  .ppo-divi-page .about-page-hero-inner {
    padding-block: 56px 78px;
  }

  .ppo-divi-page .about-hero-collage {
    min-height: 500px;
  }

  .ppo-divi-page .about-story,
  .ppo-divi-page .about-mission-grid,
  .ppo-divi-page .about-faith-shell,
  .ppo-divi-page .about-cta-inner {
    gap: 42px;
  }

  .ppo-divi-page .story-marker {
    width: 280px;
  }

  .ppo-divi-page .about-cta-inner {
    align-items: start;
  }
}

@media (max-width: 620px) {
  .ppo-divi-page .about-page-hero-copy h1 {
    font-size: clamp(42px, 12vw, 55px);
  }

  .ppo-divi-page .about-page-hero-copy > p:last-of-type {
    font-size: 16px;
  }

  .ppo-divi-page .about-hero-collage {
    min-height: 420px;
  }

  .ppo-divi-page .about-hero-main {
    inset: 0 0 40px 28px;
  }

  .ppo-divi-page .about-hero-small {
    width: 135px;
    height: 170px;
  }

  .ppo-divi-page .about-hero-message {
    right: 12px;
    bottom: 4px;
    padding: 14px;
  }

  .ppo-divi-page .about-hero-message small {
    display: none;
  }

  .ppo-divi-page .about-story,
  .ppo-divi-page .about-values,
  .ppo-divi-page .about-community {
    padding-block: 80px;
  }

  .ppo-divi-page .about-values-grid,
  .ppo-divi-page .community-path {
    grid-template-columns: 1fr;
  }

  .ppo-divi-page .about-value-card {
    min-height: 0;
  }

  .ppo-divi-page .community-path article,
  .ppo-divi-page .community-path article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(7, 50, 70, 0.11);
    border-radius: 0;
  }

  .ppo-divi-page .community-path article:first-child {
    border-radius: 22px 22px 0 0;
  }

  .ppo-divi-page .community-path article:last-child {
    border-bottom: 0;
    border-radius: 0 0 22px 22px;
  }

  .ppo-divi-page .about-faith-photo {
    min-height: 390px;
  }

  .ppo-divi-page .faith-photo-label {
    right: 14px;
    bottom: 16px;
  }
}

/* Services page */
.ppo-divi-page .services-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(24, 179, 192, 0.2), transparent 29%),
    linear-gradient(135deg, #073246 0%, #062a3c 100%);
  color: white;
}

.ppo-divi-page .services-hero-inner {
  display: grid;
  min-height: 610px;
  align-items: center;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 70px;
  padding-block: 72px;
}

.ppo-divi-page .services-hero-copy {
  position: relative;
  z-index: 2;
}

.ppo-divi-page .services-eyebrow {
  margin: 0 0 22px;
  color: #56dbe1;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ppo-divi-page .services-hero h1 {
  max-width: 660px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 5.2vw, 76px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.ppo-divi-page .services-hero-copy > p:last-of-type {
  max-width: 620px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 19px;
  line-height: 1.65;
}

.ppo-divi-page .services-hero-photo {
  position: relative;
  align-self: stretch;
  min-height: 466px;
  margin: 24px 0;
}

.ppo-divi-page .services-hero-photo::before {
  position: absolute;
  inset: 20px -24px -20px 38px;
  border: 1px solid rgba(86, 219, 225, 0.45);
  border-radius: 30px;
  content: "";
}

.ppo-divi-page .services-hero-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.ppo-divi-page .services-hero-note {
  position: absolute;
  right: -28px;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-radius: 16px;
  background: white;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  color: var(--teal-950);
}

.ppo-divi-page .services-hero-note > span {
  font-size: 31px;
}

.ppo-divi-page .services-hero-note strong,
.ppo-divi-page .services-hero-note small {
  display: block;
}

.ppo-divi-page .services-hero-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.ppo-divi-page .services-hero-note small {
  margin-top: 4px;
  color: var(--muted);
}

.ppo-divi-page .care-approach-explainer {
  padding-block: 72px;
  background: #f3fbfb;
  border-bottom: 1px solid rgba(7, 50, 70, 0.08);
}

.ppo-divi-page .care-approach-shell {
  display: grid;
  align-items: center;
  grid-template-columns: 124px minmax(0, 1.25fr) minmax(270px, 0.7fr);
  gap: 42px;
}

.ppo-divi-page .care-approach-badge {
  display: grid;
  width: 116px;
  height: 116px;
  place-content: center;
  border: 1px solid rgba(5, 149, 163, 0.2);
  border-radius: 30px 30px 30px 8px;
  background: white;
  box-shadow: 0 16px 36px rgba(7, 50, 70, 0.1);
  text-align: center;
}

.ppo-divi-page .care-approach-badge span {
  color: var(--teal-800);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
}

.ppo-divi-page .care-approach-badge small {
  margin-top: 5px;
  color: var(--teal-950);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ppo-divi-page .care-approach-shell h2,
.ppo-divi-page .catalog-heading h2,
.ppo-divi-page .settings-copy h2,
.ppo-divi-page .faith-choice h2,
.ppo-divi-page .eligibility-card h2,
.ppo-divi-page .services-cta h2 {
  margin: 12px 0 16px;
  color: var(--teal-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(35px, 3.4vw, 50px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.ppo-divi-page .care-approach-shell p,
.ppo-divi-page .catalog-heading > p:last-child,
.ppo-divi-page .faith-choice > div:last-child > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.ppo-divi-page .care-approach-points {
  display: grid;
  gap: 10px;
}

.ppo-divi-page .care-approach-points span {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 15px;
  border-radius: 12px;
  background: white;
  color: var(--teal-950);
  box-shadow: 0 8px 24px rgba(7, 50, 70, 0.06);
  font-size: 14px;
  font-weight: 700;
}

.ppo-divi-page .care-approach-points b {
  color: var(--teal-700);
  font-size: 12px;
}

.ppo-divi-page .service-catalog {
  padding-block: 108px;
}

.ppo-divi-page .catalog-heading {
  max-width: 780px;
  margin-bottom: 52px;
}

.ppo-divi-page .service-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.ppo-divi-page .service-rich-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(7, 50, 70, 0.12);
  border-radius: 20px;
  background: white;
  box-shadow: 0 18px 48px rgba(7, 50, 70, 0.07);
}

.ppo-divi-page .service-rich-card::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  height: 5px;
  border-radius: 0 0 0 8px;
  background: var(--teal-700);
  content: "";
}

.ppo-divi-page .service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ppo-divi-page .service-card-icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 18px 18px 18px 6px;
  background: var(--teal-100);
  font-size: 34px;
}

.ppo-divi-page .service-card-top small {
  color: rgba(7, 50, 70, 0.28);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.ppo-divi-page .service-rich-card h3 {
  margin: 25px 0 12px;
  color: var(--teal-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.14;
}

.ppo-divi-page .service-rich-card > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.ppo-divi-page .service-rich-card ul {
  display: grid;
  gap: 9px;
  margin: 24px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(7, 50, 70, 0.1);
  list-style: none;
}

.ppo-divi-page .service-rich-card li {
  display: flex;
  gap: 10px;
  color: #3f5158;
  font-size: 14px;
  line-height: 1.45;
}

.ppo-divi-page .service-rich-card li span {
  flex: 0 0 auto;
  color: var(--teal-700);
  font-weight: 900;
}

.ppo-divi-page .settings-section {
  padding-block: 100px;
  background: var(--teal-950);
  color: white;
}

.ppo-divi-page .settings-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 64px;
}

.ppo-divi-page .settings-copy h2,
.ppo-divi-page .settings-copy p {
  color: white;
}

.ppo-divi-page .settings-copy > p:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.65;
}

.ppo-divi-page .setting-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ppo-divi-page .setting-cards article {
  padding: 26px 21px;
  border: 1px solid rgba(86, 219, 225, 0.25);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.ppo-divi-page .setting-cards span {
  font-size: 32px;
}

.ppo-divi-page .setting-cards strong {
  display: block;
  margin: 17px 0 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}

.ppo-divi-page .setting-cards p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
  line-height: 1.55;
}

.ppo-divi-page .faith-choice {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(290px, 0.7fr) minmax(0, 1.3fr);
  gap: 76px;
  padding-block: 105px;
}

.ppo-divi-page .faith-art {
  position: relative;
  display: flex;
  min-height: 246px;
  align-items: center;
  justify-content: center;
  border-radius: 24px 24px 24px 7px;
  background:
    radial-gradient(circle at 80% 15%, rgba(255,255,255,.18), transparent 27%),
    linear-gradient(145deg, var(--teal-800), var(--teal-950));
  box-shadow: var(--shadow);
  color: white;
}

.ppo-divi-page .faith-art > span {
  margin-right: 20px;
  font-size: 62px;
}

.ppo-divi-page .faith-art b,
.ppo-divi-page .faith-art small {
  display: block;
}

.ppo-divi-page .faith-art b {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ppo-divi-page .faith-art small {
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.ppo-divi-page .eligibility-section {
  padding-bottom: 100px;
}

.ppo-divi-page .eligibility-card {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 54px;
  padding: 55px;
  border-radius: 24px;
  background: var(--teal-800);
  color: white;
  box-shadow: 0 26px 65px rgba(7, 50, 70, 0.2);
}

.ppo-divi-page .eligibility-card h2 {
  color: white;
}

.ppo-divi-page .eligibility-list {
  display: grid;
  gap: 14px;
}

.ppo-divi-page .eligibility-list p {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
  line-height: 1.55;
}

.ppo-divi-page .eligibility-list p:last-child {
  border-bottom: 0;
}

.ppo-divi-page .eligibility-list span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: var(--teal-900);
  font-size: 12px;
  font-weight: 900;
}

.ppo-divi-page .services-cta {
  padding-block: 88px;
  background: var(--teal-950);
  color: white;
}

.ppo-divi-page .services-cta-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.ppo-divi-page .services-cta-inner > div:first-child {
  max-width: 720px;
}

.ppo-divi-page .services-cta h2 {
  color: white;
}

.ppo-divi-page .services-cta p:last-child {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 17px;
}

.ppo-divi-page .services-cta .button-light {
  border-color: rgba(255,255,255,.62);
  background: transparent;
  color: white;
}

@media (max-width: 980px) {
  .ppo-divi-page .services-hero-inner,
  .ppo-divi-page .care-approach-shell,
  .ppo-divi-page .settings-shell,
  .ppo-divi-page .faith-choice,
  .ppo-divi-page .eligibility-card {
    grid-template-columns: 1fr;
  }

  .ppo-divi-page .services-hero-inner {
    gap: 20px;
  }

  .ppo-divi-page .services-hero-photo {
    min-height: 440px;
  }

  .ppo-divi-page .care-approach-shell {
    gap: 25px;
  }

  .ppo-divi-page .care-approach-points,
  .ppo-divi-page .setting-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ppo-divi-page .services-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .ppo-divi-page .services-hero-inner {
    width: min(100% - 34px, 1180px);
    padding-block: 54px;
  }

  .ppo-divi-page .services-hero h1 {
    font-size: 47px;
  }

  .ppo-divi-page .services-hero-photo {
    min-height: 330px;
    margin-top: 22px;
  }

  .ppo-divi-page .services-hero-note {
    right: 12px;
    bottom: 14px;
  }

  .ppo-divi-page .care-approach-explainer,
  .ppo-divi-page .service-catalog,
  .ppo-divi-page .settings-section,
  .ppo-divi-page .faith-choice {
    padding-block: 72px;
  }

  .ppo-divi-page .care-approach-points,
  .ppo-divi-page .service-card-grid,
  .ppo-divi-page .setting-cards {
    grid-template-columns: 1fr;
  }

  .ppo-divi-page .service-rich-card {
    padding: 27px;
  }

  .ppo-divi-page .faith-choice {
    gap: 38px;
  }

  .ppo-divi-page .eligibility-card {
    padding: 34px 25px;
  }
}

.ppo-divi-page .section {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.ppo-divi-page .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(31, 43, 47, 0.1);
  backdrop-filter: blur(18px);
}

.ppo-divi-page .header-inner {
  width: min(1260px, calc(100% - 56px));
  min-height: 92px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.ppo-divi-page .brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ppo-divi-page .brand img {
  width: 92px;
  height: 74px;
  object-fit: contain;
}

.ppo-divi-page .desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 2.35vw, 38px);
  color: var(--teal-950);
  font-size: 15px;
  font-weight: 650;
}

.ppo-divi-page .desktop-nav > a:not(.nav-contact) {
  position: relative;
  padding-block: 12px;
}

.ppo-divi-page .desktop-nav > a:not(.nav-contact)::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: var(--teal-600);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.ppo-divi-page .desktop-nav > a:not(.nav-contact):hover::after {
  transform: scaleX(1);
}

.ppo-divi-page .nav-contact {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 12px;
  background: var(--teal-800);
  color: white;
  transition: background 180ms ease, transform 180ms ease;
}

.ppo-divi-page .nav-contact:hover {
  background: var(--teal-900);
  transform: translateY(-2px);
}

.ppo-divi-page .mobile-menu {
  display: none;
}

.ppo-divi-page .hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--teal-950);
  color: white;
}

.ppo-divi-page .hero::before {
  position: absolute;
  z-index: -2;
  inset: -2%;
  background: url("../images/hero-youth-wide-natural.png") 64% 48% / cover no-repeat;
  content: "";
  transform: translateX(7%) scale(1.045);
  transform-origin: center right;
}

.ppo-divi-page .hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 58%, rgba(3, 30, 49, 0.32) 80%, rgba(3, 30, 49, 0.62) 100%),
    linear-gradient(
      90deg,
      rgba(3, 30, 49, 0.99) 0%,
      rgba(3, 30, 49, 0.96) 23%,
      rgba(3, 30, 49, 0.78) 33%,
      rgba(3, 30, 49, 0.32) 43%,
      rgba(3, 30, 49, 0.06) 50%,
      transparent 58%
    );
  content: "";
  pointer-events: none;
}

.ppo-divi-page .hero-inner {
  position: relative;
  width: min(1260px, calc(100% - 56px));
  min-height: 615px;
  margin-inline: auto;
}

.ppo-divi-page .hero-copy {
  position: relative;
  z-index: 2;
  max-width: 630px;
  padding: 68px 0 72px;
}

.ppo-divi-page .eyebrow,
.ppo-divi-page .section-kicker {
  margin: 0;
  color: var(--gold);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ppo-divi-page .hero .eyebrow {
  max-width: 410px;
  color: #4ed3da;
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1.55;
  text-transform: uppercase;
}

.ppo-divi-page .eyebrow-rule {
  width: 72px;
  height: 3px;
  margin: 24px 0 26px;
  background: var(--teal-600);
}

.ppo-divi-page .hero h1 {
  max-width: 570px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 4.8vw, 70px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}

.ppo-divi-page .hero-description {
  max-width: 480px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.55;
}

.ppo-divi-page .hero-actions,
.ppo-divi-page .referral-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.ppo-divi-page .button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 25px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 750;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease,
    box-shadow 180ms ease, transform 180ms ease;
}

.ppo-divi-page .button span,
.ppo-divi-page .text-link span,
.ppo-divi-page .footer-contact span {
  font-size: 1.2em;
  transition: transform 180ms ease;
}

.ppo-divi-page .button:hover span,
.ppo-divi-page .text-link:hover span,
.ppo-divi-page .footer-contact:hover span {
  transform: translateX(4px);
}

.ppo-divi-page .button-gold {
  background: var(--teal-800);
  color: white;
}

.ppo-divi-page .button-gold:hover {
  background: var(--teal-950);
  box-shadow: 0 12px 28px rgba(7, 50, 70, 0.24);
  transform: translateY(-2px);
}

.ppo-divi-page .hero .button-gold {
  min-width: 192px;
  background: var(--teal-800);
  color: white;
}

.ppo-divi-page .hero .button-gold:hover {
  background: var(--teal-700);
  box-shadow: 0 12px 28px rgba(3, 30, 49, 0.3);
}

.ppo-divi-page .hero .button-light {
  min-width: 194px;
  border-color: rgba(255, 249, 242, 0.82);
  background: rgba(3, 30, 49, 0.2);
  color: white;
}

.ppo-divi-page .hero .button-light:hover {
  border-color: white;
  background: rgba(255, 249, 242, 0.12);
}

.ppo-divi-page .button-light {
  border-color: rgba(10, 166, 181, 0.28);
  background: white;
  color: var(--teal-900);
}

.ppo-divi-page .button-light:hover {
  border-color: var(--teal-600);
  background: var(--teal-100);
  transform: translateY(-2px);
}

.ppo-divi-page .button-teal {
  background: var(--teal-800);
  color: white;
}

.ppo-divi-page .button-teal:hover {
  background: var(--teal-950);
  box-shadow: 0 12px 28px rgba(20, 28, 31, 0.2);
  transform: translateY(-2px);
}

.ppo-divi-page .hero-cards {
  display: grid;
  width: min(1296px, calc(100% - 96px));
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.ppo-divi-page .hero-support-wrap {
  position: relative;
  z-index: 6;
  width: 100%;
  margin: 0;
  border-top: 1px solid rgba(255, 249, 242, 0.28);
  background: rgba(3, 30, 49, 0.82);
  backdrop-filter: blur(12px);
}

.ppo-divi-page .hero-cards article {
  position: relative;
  display: flex;
  min-height: 108px;
  align-items: center;
  padding: 22px 44px;
  border: 0;
  border-right: 1px solid rgba(14, 167, 174, 0.7);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: white;
}

.ppo-divi-page .hero-cards article:last-child {
  border-right: 0;
}

.ppo-divi-page .hero-cards strong {
  display: block;
  margin-bottom: 5px;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.ppo-divi-page .hero-cards p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.45;
}

.ppo-divi-page .trust-strip {
  position: relative;
  z-index: 5;
  display: grid;
  min-height: 80px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
  padding: 0 5%;
  border-top: 1px solid rgba(255, 249, 242, 0.34);
  background: rgba(3, 30, 49, 0.94);
  color: white;
  backdrop-filter: blur(12px);
}

.ppo-divi-page .trust-strip > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  border-right: 1px solid rgba(14, 167, 174, 0.58);
  text-align: center;
}

.ppo-divi-page .trust-strip > div:last-child {
  border-right: 0;
}

.ppo-divi-page .emoji-icon {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji",
    sans-serif;
  line-height: 1;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}

.ppo-divi-page .trust-strip p {
  margin: 0;
}

.ppo-divi-page .trust-strip strong,
.ppo-divi-page .trust-strip small {
  display: block;
}

.ppo-divi-page .trust-strip strong {
  color: white;
  font-size: 14px;
}

.ppo-divi-page .trust-strip small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.ppo-divi-page .services-section {
  padding-block: 110px 105px;
}

.ppo-divi-page .services-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.55fr);
  overflow: hidden;
  border: 1px solid rgba(7, 50, 70, 0.14);
  border-radius: 18px;
  background: white;
  box-shadow: 0 28px 70px rgba(7, 50, 70, 0.1);
}

.ppo-divi-page .services-intro {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 560px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  padding: clamp(44px, 5vw, 68px);
  background:
    linear-gradient(145deg, rgba(24, 179, 192, 0.12), transparent 42%),
    var(--teal-950);
  color: white;
}

.ppo-divi-page .services-intro::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 7px;
  height: 28%;
  background: var(--teal-600);
  content: "";
}

.ppo-divi-page .services-intro .section-kicker {
  color: #66d7df;
}

.ppo-divi-page .services-intro h2 {
  max-width: 390px;
  margin: 15px 0 0;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.ppo-divi-page .services-intro > p {
  max-width: 400px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.72;
}

.ppo-divi-page .services-all-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--teal-600);
  color: white;
  font-size: 15px;
  font-weight: 750;
}

.ppo-divi-page .services-all-link span {
  font-size: 1.2em;
  transition: transform 180ms ease;
}

.ppo-divi-page .services-all-link:hover span {
  transform: translateX(4px);
}

.ppo-divi-page .service-list {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  background: white;
}

.ppo-divi-page .service-row {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 92px;
  align-items: center;
  gap: 22px;
  min-height: 140px;
  padding: 28px 34px;
  border-bottom: 1px solid rgba(7, 50, 70, 0.13);
  background:
    linear-gradient(90deg, rgba(228, 247, 248, 0.75), rgba(255, 255, 255, 0) 44%)
    0 0 / 0 100% no-repeat;
  transition: background-size 240ms ease, padding-left 240ms ease;
}

.ppo-divi-page .service-row:last-child {
  border-bottom: 0;
}

.ppo-divi-page .service-row:hover {
  padding-left: 40px;
  background-size: 100% 100%;
}

.ppo-divi-page .service-row:focus-visible {
  z-index: 1;
}

.ppo-divi-page .service-icon-wrap {
  position: relative;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid rgba(10, 166, 181, 0.3);
  border-radius: 20px;
  background:
    radial-gradient(circle at 30% 20%, white 0 8%, transparent 36%),
    linear-gradient(145deg, #eefafb, #cfeff2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 24px rgba(7, 50, 70, 0.12);
  transform: rotate(-2deg);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.ppo-divi-page .service-icon {
  display: block;
  font-size: 32px;
  filter: drop-shadow(0 3px 5px rgba(7, 50, 70, 0.16));
}

.ppo-divi-page .service-icon-wrap small {
  position: absolute;
  right: -7px;
  bottom: -6px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 2px solid white;
  border-radius: 50%;
  background: var(--teal-950);
  box-shadow: 0 5px 12px rgba(7, 50, 70, 0.22);
  color: white;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.ppo-divi-page .service-row:nth-child(2) .service-icon-wrap {
  border-color: rgba(10, 166, 181, 0.3);
  background:
    radial-gradient(circle at 30% 20%, white 0 8%, transparent 36%),
    linear-gradient(145deg, #f1fbfc, #d8f1f3);
  transform: rotate(2deg);
}

.ppo-divi-page .service-row:nth-child(2) .service-icon-wrap small {
  background: var(--teal-800);
}

.ppo-divi-page .service-row:nth-child(3) .service-icon-wrap {
  border-color: rgba(7, 50, 70, 0.22);
  background:
    radial-gradient(circle at 30% 20%, white 0 8%, transparent 36%),
    linear-gradient(145deg, #f4fafb, #dcecef);
}

.ppo-divi-page .service-row:nth-child(3) .service-icon-wrap small {
  background: var(--teal-950);
}

.ppo-divi-page .service-row:nth-child(4) .service-icon-wrap {
  background:
    radial-gradient(circle at 30% 20%, white 0 8%, transparent 36%),
    linear-gradient(145deg, #eefafb, #d6f1f3);
  transform: rotate(2deg);
}

.ppo-divi-page .service-row:hover .service-icon-wrap {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 15px 30px rgba(7, 50, 70, 0.17);
  transform: translateY(-3px) rotate(0);
}

.ppo-divi-page .service-details h3 {
  margin: 0;
  color: var(--teal-950);
  font-size: clamp(18px, 2vw, 23px);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.ppo-divi-page .service-details p {
  max-width: 610px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.ppo-divi-page .service-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: var(--teal-800);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  transition: color 180ms ease, transform 180ms ease;
}

.ppo-divi-page .service-arrow span {
  font-size: 17px;
}

.ppo-divi-page .service-row:hover .service-arrow {
  color: var(--teal-950);
  transform: translateX(4px);
}

.ppo-divi-page .section-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 48px;
}

.ppo-divi-page .section-kicker {
  color: var(--teal-700);
}

.ppo-divi-page .section-kicker.light {
  color: #66d7df;
}

.ppo-divi-page .section-heading h2,
.ppo-divi-page .about-copy h2,
.ppo-divi-page .process-heading h2,
.ppo-divi-page .referral-card h2,
.ppo-divi-page .faq-heading h2 {
  margin: 12px 0 0;
  color: var(--teal-950);
  font-size: clamp(36px, 4vw, 52px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.ppo-divi-page .section-heading > p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.ppo-divi-page .center-action {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.ppo-divi-page .text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--teal-800);
  font-weight: 750;
}

.ppo-divi-page .about-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%, rgba(10, 166, 181, 0.08), transparent 24%),
    var(--ivory);
}

.ppo-divi-page .about-inner {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  align-items: center;
  gap: 88px;
  padding-block: 110px;
}

.ppo-divi-page .about-photo {
  position: relative;
  padding: 0 0 50px;
}

.ppo-divi-page .about-photo::before {
  display: none;
}

.ppo-divi-page .about-photo-frame {
  position: relative;
  z-index: 2;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ppo-divi-page .about-photo-frame img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.ppo-divi-page .about-photo-feature {
  position: relative;
  filter: drop-shadow(0 24px 34px rgba(20, 28, 31, 0.16));
}

.ppo-divi-page .about-photo-feature::after {
  position: absolute;
  right: 7%;
  bottom: 0;
  left: 7%;
  height: 5px;
  background: var(--teal-600);
  content: "";
}

.ppo-divi-page .verse-card {
  position: absolute;
  z-index: 4;
  right: 22px;
  bottom: 0;
  display: flex;
  min-width: 220px;
  flex-direction: column;
  padding: 18px 22px 18px 26px;
  border-left: 5px solid var(--teal-600);
  border-radius: 0 14px 14px 0;
  background: var(--teal-950);
  box-shadow: 0 16px 36px rgba(7, 50, 70, 0.24);
  color: white;
}

.ppo-divi-page .verse-card span {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ppo-divi-page .verse-card strong {
  color: white;
  font-size: 21px;
}

.ppo-divi-page .about-copy > p:not(.section-kicker) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.ppo-divi-page .about-copy .about-lead {
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.ppo-divi-page .about-copy ul {
  display: grid;
  margin: 28px 0 32px;
  padding: 0;
  gap: 13px;
  list-style: none;
}

.ppo-divi-page .about-copy li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 650;
}

.ppo-divi-page .check-icon {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-100);
  color: var(--teal-800);
  font-size: 13px;
  font-weight: 900;
}

.ppo-divi-page .team-section {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  gap: 62px;
  padding-block: 110px 50px;
}

.ppo-divi-page .team-copy h2 {
  margin: 12px 0 0;
  color: var(--teal-950);
  font-size: clamp(34px, 3.6vw, 48px);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.ppo-divi-page .team-copy > p:not(.section-kicker) {
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.ppo-divi-page .team-values {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 28px 0 26px;
}

.ppo-divi-page .team-values span {
  padding: 9px 13px;
  border: 1px solid rgba(10, 166, 181, 0.26);
  border-radius: 999px;
  background: var(--teal-100);
  color: var(--teal-950);
  font-size: 12px;
  font-weight: 720;
}

.ppo-divi-page .team-photo {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  border: 10px solid white;
  border-radius: 26px;
  background: var(--teal-100);
  box-shadow: var(--shadow);
}

.ppo-divi-page .team-photo::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 28, 31, 0.68), transparent 38%);
  content: "";
  pointer-events: none;
}

.ppo-divi-page .team-photo img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: center 42%;
}

.ppo-divi-page .team-photo-caption {
  position: absolute;
  z-index: 3;
  right: 26px;
  bottom: 24px;
  left: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: white;
}

.ppo-divi-page .team-photo-caption strong {
  font-size: 17px;
}

.ppo-divi-page .team-photo-caption span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

.ppo-divi-page .process-section {
  padding-block: 110px;
}

.ppo-divi-page .process-heading {
  max-width: 700px;
  margin: 0 auto 48px;
  text-align: center;
}

.ppo-divi-page .process-heading > p:last-child,
.ppo-divi-page .faq-heading > p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.ppo-divi-page .steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.ppo-divi-page .steps article {
  position: relative;
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--line);
  border-right: 0;
  background: white;
}

.ppo-divi-page .steps article:first-child {
  border-radius: 20px 0 0 20px;
}

.ppo-divi-page .steps article:last-child {
  border-right: 1px solid var(--line);
  border-radius: 0 20px 20px 0;
}

.ppo-divi-page .steps article::after {
  position: absolute;
  top: 47px;
  right: -7px;
  z-index: 2;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--teal-600);
  content: "";
}

.ppo-divi-page .steps article:last-child::after {
  display: none;
}

.ppo-divi-page .steps span {
  color: var(--teal-600);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.ppo-divi-page .steps h3 {
  margin: 36px 0 12px;
  color: var(--teal-950);
  font-size: 18px;
  line-height: 1.3;
}

.ppo-divi-page .steps p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.ppo-divi-page .referral-section {
  padding-bottom: 110px;
}

.ppo-divi-page .referral-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 60px;
  padding: 65px 70px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 18%, rgba(24, 179, 192, 0.2), transparent 34%),
    linear-gradient(130deg, #073246 0%, #0a465c 100%);
  color: white;
}

.ppo-divi-page .referral-card::after {
  position: absolute;
  right: -80px;
  bottom: -145px;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(102, 215, 223, 0.18);
  border-radius: 50%;
  content: "";
}

.ppo-divi-page .referral-card > * {
  position: relative;
  z-index: 2;
}

.ppo-divi-page .referral-card h2 {
  max-width: 580px;
  color: white;
}

.ppo-divi-page .referral-card p:not(.section-kicker) {
  max-width: 590px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
}

.ppo-divi-page .referral-actions {
  flex-direction: column;
  align-items: stretch;
  margin: 0;
}

.ppo-divi-page .referral-card .section-kicker.light {
  color: #66d7df;
}

.ppo-divi-page .referral-card .button-gold {
  background: var(--teal-800);
  color: white;
}

.ppo-divi-page .referral-card .button-gold:hover {
  background: var(--teal-950);
  box-shadow: 0 12px 28px rgba(8, 12, 14, 0.25);
}

.ppo-divi-page .faq-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
  padding-bottom: 110px;
}

.ppo-divi-page .faq-heading {
  align-self: start;
  position: sticky;
  top: 130px;
}

.ppo-divi-page .faq-heading .text-link {
  margin-top: 26px;
}

.ppo-divi-page .faq-list {
  display: grid;
  gap: 12px;
}

.ppo-divi-page .faq-list details {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
  transition: box-shadow 180ms ease;
}

.ppo-divi-page .faq-list details[open] {
  box-shadow: 0 14px 35px rgba(20, 28, 31, 0.08);
}

.ppo-divi-page .faq-list summary {
  display: flex;
  min-height: 72px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  color: var(--teal-950);
  font-size: 16px;
  font-weight: 720;
  list-style: none;
}

.ppo-divi-page .faq-list summary::-webkit-details-marker {
  display: none;
}

.ppo-divi-page .faq-list summary span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-100);
  color: var(--teal-800);
  font-size: 20px;
  transition: transform 180ms ease;
}

.ppo-divi-page .faq-list details[open] summary span {
  transform: rotate(45deg);
}

.ppo-divi-page .faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.ppo-divi-page .site-footer {
  background: var(--teal-950);
  color: white;
}

.ppo-divi-page .footer-inner {
  display: grid;
  grid-template-columns: 1.25fr 0.6fr 1fr 0.7fr;
  gap: 65px;
  padding-block: 74px 58px;
}

.ppo-divi-page .footer-brand img {
  width: 120px;
  height: auto;
  margin-bottom: 18px;
  background: transparent;
}

.ppo-divi-page .footer-brand p {
  max-width: 260px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.ppo-divi-page .footer-inner h3 {
  margin: 8px 0 18px;
  color: #66d7df;
  font-size: 14px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ppo-divi-page .footer-inner > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.ppo-divi-page .footer-inner a,
.ppo-divi-page .footer-inner p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.65;
}

.ppo-divi-page .footer-inner a:hover {
  color: white;
}

.ppo-divi-page .footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: white !important;
  font-weight: 750;
}

.ppo-divi-page .footer-disclaimer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  padding-block: 24px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ppo-divi-page .footer-disclaimer p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
  line-height: 1.6;
}

.ppo-divi-page .footer-disclaimer span {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
}

@media (max-width: 1080px) {
  .ppo-divi-page .desktop-nav {
    gap: 18px;
    font-size: 14px;
  }

  .ppo-divi-page .hero-copy {
    max-width: 580px;
  }

  .ppo-divi-page .hero-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ppo-divi-page .hero-cards article {
    min-height: 118px;
    padding-inline: 42px 22px;
  }

  .ppo-divi-page .services-shell {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.35fr);
  }

  .ppo-divi-page .services-intro {
    padding-inline: 44px;
  }

  .ppo-divi-page .about-inner {
    gap: 58px;
  }

  .ppo-divi-page .footer-inner {
    grid-template-columns: 1.1fr 0.6fr 1fr;
  }

  .ppo-divi-page .footer-inner > div:last-child {
    grid-column: 2 / 4;
  }
}

@media (max-width: 880px) {
  .ppo-divi-page .section,
  .ppo-divi-page .header-inner,
  .ppo-divi-page .hero-inner {
    width: min(100% - 36px, 680px);
  }

  .ppo-divi-page .header-inner {
    min-height: 82px;
  }

  .ppo-divi-page .brand img {
    width: 88px;
    height: 70px;
  }

  .ppo-divi-page .desktop-nav {
    display: none;
  }

  .ppo-divi-page .mobile-menu {
    position: relative;
    display: block;
  }

  .ppo-divi-page .mobile-menu > summary {
    display: grid;
    width: 48px;
    height: 48px;
    cursor: pointer;
    place-content: center;
    gap: 5px;
    border-radius: 12px;
    background: var(--teal-100);
    list-style: none;
  }

  .ppo-divi-page .mobile-menu > summary::-webkit-details-marker {
    display: none;
  }

  .ppo-divi-page .mobile-menu > summary span {
    width: 23px;
    height: 2px;
    border-radius: 4px;
    background: var(--teal-900);
  }

  .ppo-divi-page .mobile-nav {
    position: absolute;
    top: 58px;
    right: 0;
    display: flex;
    width: min(310px, calc(100vw - 36px));
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: white;
    box-shadow: var(--shadow);
    color: var(--ink);
  }

  .ppo-divi-page .mobile-nav a {
    padding: 12px 14px;
    border-radius: 9px;
    font-weight: 650;
  }

  .ppo-divi-page .mobile-nav a:hover {
    background: var(--teal-100);
  }

  .ppo-divi-page .mobile-nav .nav-contact {
    margin-top: 6px;
    color: white;
  }

  .ppo-divi-page .hero::before {
    inset: -2%;
    height: auto;
    background-position: 66% 62%;
    transform: scale(1.02);
  }

  .ppo-divi-page .hero::after {
    inset: 0;
    height: auto;
    background:
      linear-gradient(
        180deg,
        rgba(3, 30, 49, 0.99) 0%,
        rgba(3, 30, 49, 0.96) 52%,
        rgba(3, 30, 49, 0.68) 68%,
        rgba(3, 30, 49, 0.14) 88%,
        rgba(3, 30, 49, 0.03) 100%
      );
  }

  .ppo-divi-page .hero-inner {
    min-height: 840px;
  }

  .ppo-divi-page .hero-copy {
    max-width: 650px;
    padding: 56px 0 320px;
  }

  .ppo-divi-page .hero h1 {
    max-width: 670px;
    font-size: clamp(52px, 8vw, 66px);
  }

  .ppo-divi-page .hero-description {
    max-width: 610px;
  }

  .ppo-divi-page .hero-cards {
    width: min(100% - 36px, 680px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .ppo-divi-page .hero-support-wrap {
    width: 100%;
    margin-top: 0;
  }

  .ppo-divi-page .hero-cards article {
    border-right: 0;
  }

  .ppo-divi-page .trust-strip {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 0;
  }

  .ppo-divi-page .trust-strip > div {
    justify-content: center;
    padding-inline: max(28px, calc((100% - 644px) / 2));
    border-right: 0;
    border-bottom: 1px solid rgba(31, 43, 47, 0.14);
  }

  .ppo-divi-page .services-shell {
    grid-template-columns: 1fr;
  }

  .ppo-divi-page .services-intro {
    min-height: 410px;
  }

  .ppo-divi-page .section-heading,
  .ppo-divi-page .about-inner,
  .ppo-divi-page .team-section,
  .ppo-divi-page .referral-card,
  .ppo-divi-page .faq-section {
    grid-template-columns: 1fr;
  }

  .ppo-divi-page .section-heading {
    gap: 22px;
  }

  .ppo-divi-page .about-inner {
    gap: 70px;
  }

  .ppo-divi-page .team-section {
    gap: 40px;
    padding-top: 85px;
  }

  .ppo-divi-page .team-copy {
    max-width: 650px;
  }

  .ppo-divi-page .about-photo {
    max-width: 590px;
  }

  .ppo-divi-page .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .ppo-divi-page .steps article,
  .ppo-divi-page .steps article:first-child,
  .ppo-divi-page .steps article:last-child {
    border: 1px solid var(--line);
    border-radius: 16px;
  }

  .ppo-divi-page .steps article::after {
    display: none;
  }

  .ppo-divi-page .referral-card {
    gap: 36px;
    padding: 52px 44px;
  }

  .ppo-divi-page .referral-actions {
    flex-direction: row;
  }

  .ppo-divi-page .faq-section {
    gap: 38px;
  }

  .ppo-divi-page .faq-heading {
    position: static;
  }

  .ppo-divi-page .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ppo-divi-page .footer-inner > div:last-child {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .ppo-divi-page .section,
  .ppo-divi-page .header-inner,
  .ppo-divi-page .hero-inner {
    width: calc(100% - 28px);
  }

  .ppo-divi-page .hero-inner {
    min-height: 760px;
  }

  .ppo-divi-page .hero::before,
  .ppo-divi-page .hero::after {
    height: auto;
  }

  .ppo-divi-page .hero::before {
    right: -20%;
    left: -20%;
    background-position: 64% 71%;
  }

  .ppo-divi-page .hero-copy {
    padding: 42px 0 275px;
  }

  .ppo-divi-page .eyebrow {
    font-size: 11px;
  }

  .ppo-divi-page .hero h1 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .ppo-divi-page .hero-description {
    font-size: 16px;
  }

  .ppo-divi-page .hero-actions,
  .ppo-divi-page .referral-actions {
    flex-direction: column;
  }

  .ppo-divi-page .button {
    width: 100%;
  }

  .ppo-divi-page .hero-cards {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
  }

  .ppo-divi-page .hero-cards article {
    min-height: 112px;
  }

  .ppo-divi-page .services-section,
  .ppo-divi-page .process-section {
    padding-block: 80px;
  }

  .ppo-divi-page .steps {
    grid-template-columns: 1fr;
  }

  .ppo-divi-page .services-shell {
    border-radius: 14px;
  }

  .ppo-divi-page .services-intro {
    min-height: 390px;
    padding: 44px 28px;
  }

  .ppo-divi-page .service-row,
  .ppo-divi-page .service-row:hover {
    grid-template-columns: 58px minmax(0, 1fr) 26px;
    gap: 15px;
    min-height: 0;
    padding: 24px 18px;
  }

  .ppo-divi-page .service-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .ppo-divi-page .service-icon {
    font-size: 26px;
  }

  .ppo-divi-page .service-icon-wrap small {
    right: -5px;
    bottom: -5px;
    width: 22px;
    height: 22px;
    font-size: 8px;
  }

  .ppo-divi-page .service-details h3 {
    font-size: 18px;
  }

  .ppo-divi-page .service-details p {
    font-size: 13px;
  }

  .ppo-divi-page .service-arrow {
    overflow: hidden;
    width: 26px;
    justify-self: end;
    font-size: 0;
  }

  .ppo-divi-page .service-arrow span {
    font-size: 19px;
  }

  .ppo-divi-page .about-inner {
    padding-block: 82px;
  }

  .ppo-divi-page .team-section {
    padding-block: 74px 20px;
  }

  .ppo-divi-page .team-photo,
  .ppo-divi-page .team-photo img {
    min-height: 345px;
  }

  .ppo-divi-page .team-photo {
    border-width: 6px;
    border-radius: 20px;
  }

  .ppo-divi-page .team-photo-caption {
    right: 18px;
    bottom: 16px;
    left: 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .ppo-divi-page .about-photo {
    padding: 0 0 50px;
  }

  .ppo-divi-page .about-photo-frame {
    min-height: 0;
  }

  .ppo-divi-page .verse-card {
    right: 14px;
    min-width: 190px;
  }

  .ppo-divi-page .referral-section,
  .ppo-divi-page .faq-section {
    padding-bottom: 80px;
  }

  .ppo-divi-page .referral-card {
    gap: 30px;
    padding: 42px 24px;
    border-radius: 22px;
  }

  .ppo-divi-page .footer-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ppo-divi-page .footer-disclaimer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ppo-divi-page .eyebrow,
  .ppo-divi-page .eyebrow-rule,
  .ppo-divi-page .hero h1,
  .ppo-divi-page .hero-description,
  .ppo-divi-page .hero-actions,
  .ppo-divi-page .hero-cards {
    animation: ppo-rise-in 520ms both;
  }

  .ppo-divi-page .eyebrow-rule {
    animation-delay: 50ms;
  }

  .ppo-divi-page .hero h1 {
    animation-delay: 90ms;
  }

  .ppo-divi-page .hero-description {
    animation-delay: 140ms;
  }

  .ppo-divi-page .hero-actions {
    animation-delay: 190ms;
  }

  .ppo-divi-page .hero-cards {
    animation-delay: 240ms;
  }

  .ppo-divi-page .hero-visual {
    animation: ppo-visual-in 650ms 120ms both;
  }
}

@keyframes ppo-ppo-rise-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ppo-ppo-visual-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Resources, Contact, and FAQ pages */
.ppo-divi-page .inner-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(24, 179, 192, 0.26), transparent 29%),
    radial-gradient(circle at 8% 88%, rgba(239, 141, 58, 0.14), transparent 24%),
    var(--teal-950);
  color: white;
}

.ppo-divi-page .inner-hero-grid {
  display: grid;
  min-height: 570px;
  align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.72fr);
  gap: 90px;
  padding-block: 86px 96px;
}

.ppo-divi-page .inner-hero h1,
.ppo-divi-page .faq-hero-inner h1 {
  max-width: 820px;
  margin: 12px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 5.4vw, 76px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.ppo-divi-page .inner-hero-grid > div:first-child > p:last-of-type,
.ppo-divi-page .faq-hero-inner > p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.7;
}

.ppo-divi-page .inner-hero .hero-actions { margin-top: 34px; }

.ppo-divi-page .resource-hero-card {
  position: relative;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px 30px 30px 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.ppo-divi-page .resource-hero-icon {
  position: absolute;
  top: 28px;
  right: 30px;
  color: var(--gold);
  font-size: 30px;
}

.ppo-divi-page .resource-hero-card > p:first-of-type {
  margin: 0 0 18px;
  color: var(--teal-200);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ppo-divi-page .resource-hero-card h2 {
  max-width: 360px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1.08;
  color: #fff;
}

.ppo-divi-page .resource-hero-card > p:last-of-type {
  margin: 20px 0 26px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.ppo-divi-page .resource-hero-card a,
.ppo-divi-page .resource-card > a,
.ppo-divi-page .contact-location-card > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-weight: 800;
}

.ppo-divi-page .page-heading { max-width: 750px; margin-bottom: 46px; }
.ppo-divi-page .page-heading.compact { margin-bottom: 38px; }

.ppo-divi-page .page-heading h2,
.ppo-divi-page .resource-checklist h2,
.ppo-divi-page .contact-details-grid h2,
.ppo-divi-page .faq-category-heading h2,
.ppo-divi-page .faq-help-inner h2,
.ppo-divi-page .page-cta h2 {
  margin: 10px 0 16px;
  color: var(--teal-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.2vw, 56px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.ppo-divi-page .page-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.ppo-divi-page .resource-library,
.ppo-divi-page .contact-paths { padding-block: 108px; }

.ppo-divi-page .resource-card-grid,
.ppo-divi-page .contact-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ppo-divi-page .resource-card {
  display: flex;
  min-height: 510px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid rgba(5, 149, 163, 0.17);
  border-radius: 28px 28px 28px 7px;
  background:
    radial-gradient(circle at 90% 5%, rgba(24, 179, 192, 0.12), transparent 27%),
    white;
  box-shadow: 0 22px 56px rgba(7, 50, 70, 0.09);
}

.ppo-divi-page .resource-card-top { display: flex; align-items: center; justify-content: space-between; }

.ppo-divi-page .resource-card-top > span {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 18px;
  background: var(--teal-100);
  font-size: 28px;
}

.ppo-divi-page .resource-card-top small {
  color: rgba(7, 50, 70, 0.33);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.ppo-divi-page .resource-card h3,
.ppo-divi-page .contact-path-grid h3 {
  margin: 28px 0 14px;
  color: var(--teal-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.1;
}

.ppo-divi-page .resource-card > p,
.ppo-divi-page .contact-path-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.ppo-divi-page .resource-card ul {
  display: grid;
  gap: 11px;
  margin: 24px 0 28px;
  padding: 23px 0;
  border-block: 1px solid var(--line);
  color: var(--teal-950);
  list-style: none;
}

.ppo-divi-page .resource-card li {
  position: relative;
  padding-left: 23px;
  font-size: 14px;
  font-weight: 700;
}

.ppo-divi-page .resource-card li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "✓";
}

.ppo-divi-page .resource-card > a { margin-top: auto; color: var(--teal-800); }

.ppo-divi-page .resource-checklist-band,
.ppo-divi-page .contact-details-band { background: var(--ivory); }

.ppo-divi-page .resource-checklist {
  display: grid;
  align-items: center;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  padding-block: 98px;
}

.ppo-divi-page .resource-checklist > div:first-child > p:last-child {
  max-width: 560px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.ppo-divi-page .checklist-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(5, 149, 163, 0.16);
  border-radius: 26px 26px 26px 7px;
  background: white;
  box-shadow: var(--shadow);
}

.ppo-divi-page .checklist-card p {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
  color: var(--teal-950);
  font-weight: 700;
}

.ppo-divi-page .checklist-card p:last-child { border-bottom: 0; }

.ppo-divi-page .checklist-card span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-100);
  color: var(--teal-800);
}

.ppo-divi-page .resource-process { padding-block: 105px; }

.ppo-divi-page .mini-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--line);
}

.ppo-divi-page .mini-process-grid article { padding: 38px; background: white; }
.ppo-divi-page .mini-process-grid span { color: var(--gold); font-size: 13px; font-weight: 900; letter-spacing: 0.13em; }

.ppo-divi-page .mini-process-grid h3 {
  margin: 15px 0 10px;
  color: var(--teal-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

.ppo-divi-page .mini-process-grid p { margin: 0; color: var(--muted); line-height: 1.7; }

.ppo-divi-page .official-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.ppo-divi-page .official-resource-grid.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ppo-divi-page .official-resource-card {
  display: flex;
  min-height: 355px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(5, 149, 163, 0.16);
  border-radius: 26px 26px 26px 7px;
  background: white;
  box-shadow: 0 20px 52px rgba(7, 50, 70, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ppo-divi-page .official-resource-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 62px rgba(7, 50, 70, 0.15);
}

.ppo-divi-page .official-resource-marker {
  display: grid;
  width: 58px;
  min-height: 58px;
  place-items: center;
  padding: 9px;
  border-radius: 18px;
  background: var(--teal-100);
  color: var(--teal-800);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ppo-divi-page .official-resource-card h3 {
  margin: 26px 0 13px;
  color: var(--teal-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.12;
}

.ppo-divi-page .official-resource-card > p {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.ppo-divi-page .official-resource-card > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: var(--teal-800);
  font-size: 14px;
  font-weight: 800;
}

.ppo-divi-page .resource-state-band,
.ppo-divi-page .resource-treatment-band {
  background:
    radial-gradient(circle at 92% 8%, rgba(24, 179, 192, 0.15), transparent 25%),
    var(--teal-950);
  color: white;
}

.ppo-divi-page .resource-treatment-band {
  background:
    radial-gradient(circle at 8% 90%, rgba(239, 141, 58, 0.13), transparent 24%),
    #06364a;
}

.ppo-divi-page .resource-state-section {
  padding-block: 104px;
}

.ppo-divi-page .resource-section-heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 70px;
  margin-bottom: 46px;
}

.ppo-divi-page .resource-section-heading h2,
.ppo-divi-page .reach-out-copy h2 {
  margin: 10px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.2vw, 56px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.ppo-divi-page .resource-section-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 17px;
  line-height: 1.7;
}

.ppo-divi-page .resource-section-heading.dark h2,
.ppo-divi-page .reach-out-copy h2 {
  color: var(--teal-950);
}

.ppo-divi-page .resource-section-heading.dark > p {
  color: var(--muted);
}

.ppo-divi-page .reach-out-section {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.78fr);
  gap: 84px;
  padding-block: 108px;
}

.ppo-divi-page .reach-out-copy > p:last-child {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

.ppo-divi-page .referral-support-card {
  position: relative;
  padding: 38px;
  border: 1px solid rgba(5, 149, 163, 0.18);
  border-radius: 30px 30px 30px 8px;
  background:
    radial-gradient(circle at 92% 7%, rgba(239, 141, 58, 0.14), transparent 25%),
    var(--ivory);
  box-shadow: var(--shadow);
}

.ppo-divi-page .referral-support-card > span {
  position: absolute;
  top: 28px;
  right: 30px;
  color: var(--gold);
  font-size: 27px;
}

.ppo-divi-page .referral-support-card > p:first-of-type {
  margin: 0 0 15px;
  color: var(--teal-800);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ppo-divi-page .referral-support-card h3 {
  max-width: 430px;
  margin: 0;
  color: var(--teal-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
}

.ppo-divi-page .referral-support-card > p:last-of-type {
  margin: 20px 0 28px;
  color: var(--muted);
  line-height: 1.7;
}

.ppo-divi-page .referral-support-card > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ppo-divi-page .button-outline-teal {
  border: 1px solid rgba(5, 149, 163, 0.28);
  background: white;
  color: var(--teal-900);
}

.ppo-divi-page .button-outline-teal:hover {
  border-color: var(--teal-800);
  background: var(--teal-100);
}

.ppo-divi-page .page-cta,
.ppo-divi-page .faq-help-band {
  background:
    radial-gradient(circle at 90% 10%, rgba(24, 179, 192, 0.2), transparent 28%),
    var(--teal-950);
  color: white;
}

.ppo-divi-page .page-cta-inner,
.ppo-divi-page .faq-help-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding-block: 84px;
}

.ppo-divi-page .page-cta h2,
.ppo-divi-page .faq-help-inner h2 { max-width: 760px; color: white; }

.ppo-divi-page .page-cta-inner > div:first-child > p:last-child,
.ppo-divi-page .faq-help-inner > div:first-child > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.65;
}

.ppo-divi-page .contact-hero-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px 30px 30px 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.ppo-divi-page .contact-hero-panel p {
  display: grid;
  margin: 0;
  padding: 25px 28px 25px 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ppo-divi-page .contact-hero-panel p:last-child { border-bottom: 0; }

.ppo-divi-page .contact-hero-panel p > span {
  position: absolute;
  margin: 10px 0 0 -40px;
  color: var(--gold);
  font-size: 22px;
}

.ppo-divi-page .contact-hero-panel small {
  margin-bottom: 5px;
  color: var(--teal-200);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ppo-divi-page .contact-hero-panel a,
.ppo-divi-page .contact-hero-panel strong {
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 400;
  line-height: 1.4;
}

.ppo-divi-page .contact-path-grid article {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  padding: 35px;
  border: 1px solid rgba(5, 149, 163, 0.17);
  border-radius: 28px 28px 28px 7px;
  background: white;
  box-shadow: 0 20px 50px rgba(7, 50, 70, 0.09);
}

.ppo-divi-page .contact-path-grid article > span { font-size: 34px; }
.ppo-divi-page .contact-path-grid .button { align-self: flex-start; margin-top: auto; }

.ppo-divi-page .contact-details-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  padding-block: 100px;
}

.ppo-divi-page .contact-location-card address {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 19px;
  font-style: normal;
  line-height: 1.7;
}

.ppo-divi-page .contact-info-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.ppo-divi-page .contact-info-list > div {
  min-height: 145px;
  padding: 25px;
  border: 1px solid rgba(5, 149, 163, 0.15);
  border-radius: 20px 20px 20px 6px;
  background: white;
}

.ppo-divi-page .contact-info-list span,
.ppo-divi-page .contact-info-list strong,
.ppo-divi-page .contact-info-list a { display: block; }

.ppo-divi-page .contact-info-list span {
  margin-bottom: 13px;
  color: var(--teal-800);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ppo-divi-page .contact-info-list strong,
.ppo-divi-page .contact-info-list a {
  color: var(--teal-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.ppo-divi-page .locations-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  gap: 72px;
  align-items: center;
  padding-block: 112px;
}

.ppo-divi-page .locations-copy h2 {
  max-width: 560px;
  margin: 10px 0 22px;
  color: var(--teal-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.5vw, 62px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.ppo-divi-page .locations-copy > p:last-of-type {
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.ppo-divi-page .location-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 30px 0;
}

.ppo-divi-page .location-list > div {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 2px 10px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(5, 149, 163, 0.16);
  border-radius: 18px 18px 18px 5px;
  background: white;
  box-shadow: 0 12px 30px rgba(7, 50, 70, 0.07);
}

.ppo-divi-page .location-list strong { color: var(--teal-950); font-size: 15px; }
.ppo-divi-page .location-list small { grid-column: 2; color: var(--muted); font-size: 11px; }

.ppo-divi-page .location-dot {
  grid-row: 1 / span 2;
  width: 11px;
  height: 11px;
  border: 3px solid white;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 2px var(--gold);
}

.ppo-divi-page .location-dot.office {
  background: var(--teal-600);
  box-shadow: 0 0 0 2px var(--teal-600);
}

.ppo-divi-page .service-map {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(5, 149, 163, 0.16);
  border-radius: 38px 38px 38px 9px;
  background:
    radial-gradient(circle at 22% 34%, rgba(239, 141, 58, 0.13), transparent 24%),
    radial-gradient(circle at 68% 50%, rgba(24, 179, 192, 0.2), transparent 27%),
    linear-gradient(145deg, #f6f2e9, #e9f4f2);
  box-shadow: 0 35px 80px rgba(7, 50, 70, 0.14);
}

.ppo-divi-page .service-map::before,
.ppo-divi-page .service-map::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(5, 149, 163, 0.13);
  border-radius: 48%;
}

.ppo-divi-page .service-map::before {
  inset: 16% 10% 15% 11%;
  transform: rotate(-7deg);
}

.ppo-divi-page .service-map::after {
  inset: 28% 20% 26% 4%;
  transform: rotate(16deg);
}

.ppo-divi-page .map-road {
  position: absolute;
  z-index: 1;
  width: 760px;
  height: 14px;
  border: 4px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  background: rgba(236, 193, 114, 0.46);
  box-shadow: 0 2px 0 rgba(7, 50, 70, 0.09);
}

.ppo-divi-page .road-one { top: 46%; left: -12%; transform: rotate(-16deg); }
.ppo-divi-page .road-two { top: 55%; left: 4%; transform: rotate(26deg); }
.ppo-divi-page .road-three { top: 20%; left: 6%; transform: rotate(68deg); }

.ppo-divi-page .map-water {
  position: absolute;
  right: -18%;
  bottom: -26%;
  width: 56%;
  height: 56%;
  border-radius: 50% 42% 0 0;
  background: rgba(24, 179, 192, 0.17);
  transform: rotate(-13deg);
}

.ppo-divi-page .map-pin {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: 38px auto;
  gap: 0 10px;
  align-items: center;
  min-width: 132px;
  padding: 11px 14px 11px 9px;
  border: 1px solid rgba(7, 50, 70, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 15px 35px rgba(7, 50, 70, 0.17);
}

.ppo-divi-page .map-pin > span {
  position: relative;
  grid-row: 1 / span 2;
  width: 34px;
  height: 42px;
  border-radius: 50% 50% 50% 8px;
  background: var(--gold);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.9);
  transform: rotate(-45deg);
}

.ppo-divi-page .map-pin > span::after {
  position: absolute;
  inset: 11px;
  content: "";
  border-radius: 50%;
  background: white;
}

.ppo-divi-page .map-pin strong { color: var(--teal-950); font-size: 14px; }
.ppo-divi-page .map-pin small { grid-column: 2; color: var(--muted); font-size: 10px; }
.ppo-divi-page .pin-houston { top: 38%; right: 17%; }
.ppo-divi-page .pin-houston > span { background: var(--teal-600); }
.ppo-divi-page .pin-katy { top: 19%; left: 10%; }
.ppo-divi-page .pin-richmond { bottom: 15%; left: 24%; }

.ppo-divi-page .map-caption {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 2;
  margin: 0;
  color: rgba(7, 50, 70, 0.52);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ppo-divi-page .faq-page-hero { text-align: center; }

.ppo-divi-page .faq-hero-inner {
  display: flex;
  min-height: 560px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-block: 78px 86px;
}

.ppo-divi-page .faq-hero-inner > p { max-width: 760px; }

.ppo-divi-page .faq-quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.ppo-divi-page .faq-quick-links a {
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 13px;
  font-weight: 800;
}

.ppo-divi-page .faq-quick-links a:hover { border-color: var(--gold); background: rgba(239, 141, 58, 0.13); }
.ppo-divi-page .faq-page-content { padding-block: 104px 120px; }

.ppo-divi-page .faq-category {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 70px;
  padding: 66px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 105px;
}

.ppo-divi-page .faq-category:first-child { padding-top: 0; }
.ppo-divi-page .faq-category:last-child { padding-bottom: 0; border-bottom: 0; }
.ppo-divi-page .faq-category-heading { display: flex; align-items: flex-start; gap: 18px; }

.ppo-divi-page .faq-category-heading > span {
  margin-top: 5px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.ppo-divi-page .faq-category-heading h2 { margin-top: 8px; font-size: clamp(32px, 3.4vw, 44px); }
.ppo-divi-page .faq-page-list { display: grid; gap: 12px; }

.ppo-divi-page .faq-page-list details {
  overflow: hidden;
  border: 1px solid rgba(5, 149, 163, 0.15);
  border-radius: 18px 18px 18px 5px;
  background: white;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.ppo-divi-page .faq-page-list details[open] {
  border-color: rgba(5, 149, 163, 0.38);
  box-shadow: 0 14px 36px rgba(7, 50, 70, 0.08);
}

.ppo-divi-page .faq-page-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 23px 25px;
  color: var(--teal-950);
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

.ppo-divi-page .faq-page-list summary::-webkit-details-marker { display: none; }

.ppo-divi-page .faq-page-list summary span {
  color: var(--teal-800);
  font-size: 25px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.ppo-divi-page .faq-page-list details[open] summary span { transform: rotate(45deg); }

.ppo-divi-page .faq-page-list details p {
  margin: 0;
  padding: 0 25px 25px;
  color: var(--muted);
  line-height: 1.75;
}

@media (max-width: 980px) {
  .ppo-divi-page .inner-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 46px; padding-block: 72px; }
  .ppo-divi-page .resource-hero-card,
  .ppo-divi-page .contact-hero-panel { max-width: 650px; }
  .ppo-divi-page .resource-card-grid,
  .ppo-divi-page .contact-path-grid { grid-template-columns: 1fr; }
  .ppo-divi-page .official-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ppo-divi-page .resource-card,
  .ppo-divi-page .contact-path-grid article { min-height: auto; }
  .ppo-divi-page .resource-checklist,
  .ppo-divi-page .contact-details-grid,
  .ppo-divi-page .locations-section,
  .ppo-divi-page .faq-category,
  .ppo-divi-page .resource-section-heading,
  .ppo-divi-page .reach-out-section { grid-template-columns: 1fr; gap: 42px; }
  .ppo-divi-page .service-map { min-height: 500px; }
  .ppo-divi-page .faq-category-heading { max-width: 580px; }
}

@media (max-width: 700px) {
  .ppo-divi-page .inner-hero h1,
  .ppo-divi-page .faq-hero-inner h1 { font-size: clamp(43px, 12vw, 58px); }
  .ppo-divi-page .inner-hero-grid,
  .ppo-divi-page .faq-hero-inner { padding-block: 58px 64px; }
  .ppo-divi-page .resource-hero-card,
  .ppo-divi-page .resource-card,
  .ppo-divi-page .contact-path-grid article { padding: 28px; }
  .ppo-divi-page .resource-library,
  .ppo-divi-page .contact-paths,
  .ppo-divi-page .resource-process,
  .ppo-divi-page .faq-page-content { padding-block: 76px; }
  .ppo-divi-page .resource-state-section,
  .ppo-divi-page .reach-out-section { padding-block: 76px; }
  .ppo-divi-page .official-resource-grid,
  .ppo-divi-page .official-resource-grid.two-column { grid-template-columns: 1fr; }
  .ppo-divi-page .official-resource-card { min-height: auto; padding: 27px; }
  .ppo-divi-page .resource-checklist,
  .ppo-divi-page .contact-details-grid,
  .ppo-divi-page .locations-section { padding-block: 74px; }
  .ppo-divi-page .location-list { grid-template-columns: 1fr; }
  .ppo-divi-page .service-map { min-height: 450px; }
  .ppo-divi-page .map-pin { transform: scale(0.9); transform-origin: center; }
  .ppo-divi-page .pin-houston { right: 7%; }
  .ppo-divi-page .pin-katy { left: 2%; }
  .ppo-divi-page .pin-richmond { left: 11%; }
  .ppo-divi-page .mini-process-grid,
  .ppo-divi-page .contact-info-list { grid-template-columns: 1fr; }
  .ppo-divi-page .page-cta-inner,
  .ppo-divi-page .faq-help-inner { align-items: flex-start; flex-direction: column; padding-block: 70px; }
  .ppo-divi-page .faq-quick-links { align-items: stretch; flex-direction: column; width: 100%; }
  .ppo-divi-page .faq-category { padding-block: 50px; }
  .ppo-divi-page .faq-page-list summary { padding: 20px; font-size: 16px; }
  .ppo-divi-page .faq-page-list details p { padding: 0 20px 22px; }
}
