:root {
  --pe-navy: #053142;
  --pe-navy-deep: #012536;
  --pe-blue: #0c4c62;
  --pe-green: #78b432;
  --pe-green-dark: #5d9b22;
  --pe-text: #0c2d3a;
  --pe-muted: #556974;
  --pe-border: #d8e1e4;
  --pe-bg-soft: #f5f8f8;
  --pe-white: #fff;
  --pe-shadow: 0 16px 40px rgba(5, 49, 66, .08);
  --pe-hero-image: url("https://prime-edge-ohp.com/wp-content/uploads/2026/04/hero-factory.png");
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--pe-text);
  background: var(--pe-white);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: "palt";
}

.pe-home,
.pe-home * {
  box-sizing: border-box;
}

.pe-home {
  width: 100vw;
  min-width: 320px;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  overflow-x: hidden;
  background: var(--pe-white);
  color: var(--pe-text);
  letter-spacing: 0;
}

.entry-content .pe-home,
.wp-block-post-content .pe-home,
.wp-site-blocks .pe-home,
.site-main .pe-home {
  max-width: none !important;
}

.entry-content > .pe-home,
.wp-block-post-content > .pe-home {
  margin-top: 0 !important;
}

body.home .site-header,
body.home .custom-header,
body.home .navigation-top,
body.home .site-footer {
  display: none !important;
}

body.home .site-content,
body.home .site-content-contain,
body.home .content-area,
body.home .site-main,
body.home article,
body.home .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home .wrap,
body.home .container,
body.home .entry-content > * {
  max-width: none !important;
}

body.home .entry-header {
  display: none !important;
}

.pe-home a {
  color: inherit;
  text-decoration: none;
}

.pe-home svg {
  display: block;
  width: 100%;
  height: 100%;
}

.pe-container {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

.pe-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(216, 225, 228, .75);
  backdrop-filter: blur(14px);
}

.pe-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1280px, calc(100% - 80px));
  min-height: 106px;
  margin-inline: auto;
  gap: 32px;
}

.pe-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.pe-logo-mark {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}

.pe-logo-mark img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
}

.pe-logo-mark::before,
.pe-logo-mark svg {
  display: none !important;
  content: none !important;
}

.pe-brand__text {
  display: grid;
  gap: 1px;
  line-height: 1.05;
  color: var(--pe-navy);
  white-space: nowrap;
}

.pe-brand__text span {
  font-size: 17px;
  font-weight: 800;
}

.pe-brand__text strong {
  font-size: 33px;
  font-weight: 900;
  letter-spacing: .03em;
}

.pe-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.2vw, 42px);
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  font-weight: 700;
  color: #243b45;
  white-space: nowrap;
}

.pe-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pe-nav a {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 106px;
  transition: color .2s ease;
}

.pe-nav a::after {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  height: 2px;
  background: var(--pe-green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
  content: "";
}

.pe-nav a:hover,
.pe-nav a.is-active {
  color: var(--pe-navy);
}

.pe-nav a:hover::after,
.pe-nav a.is-active::after {
  transform: scaleX(1);
}

.pe-header-join {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 148px;
  min-height: 52px;
  gap: 12px;
  padding: 14px 18px;
  color: #fff !important;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--pe-green-dark), #3f7f1f);
  box-shadow: 0 10px 22px rgba(63,127,31,.18);
  font-size: 15px;
  font-weight: 900;
}

.pe-hero {
  position: relative;
  min-height: 560px;
  isolation: isolate;
  overflow: hidden;
  background: #c7e5f8;
}

.pe-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 31%, rgba(255,255,255,.36) 55%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(218,241,252,.08) 0%, rgba(255,255,255,0) 58%, rgba(255,255,255,.08) 100%),
    var(--pe-hero-image) right center / auto 100% no-repeat,
    linear-gradient(180deg, #d5eefb 0%, #f3fbff 56%, #d6e8ef 100%);
  filter: saturate(1.12) contrast(1.08);
}

.pe-hero::before {
  position: absolute;
  inset: auto 0 0;
  z-index: -2;
  height: 190px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.18) 46%, rgba(255,255,255,.26) 100%),
    linear-gradient(100deg, rgba(12,76,98,0) 0%, rgba(12,76,98,.18) 64%, rgba(120,180,50,.2) 100%),
    repeating-linear-gradient(120deg, rgba(255,255,255,.16) 0 2px, transparent 2px 34px);
  opacity: .72;
  content: "";
}

.pe-hero::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 68%, rgba(255,255,255,.18) 100%),
    radial-gradient(ellipse at 76% 36%, rgba(255,255,255,.26) 0%, rgba(255,255,255,0) 34%);
  content: "";
}

.pe-hero__content {
  display: flex;
  min-height: 560px;
  flex-direction: column;
  justify-content: center;
  padding: 52px 0 104px;
}

.pe-hero__lead {
  margin: 0;
  color: var(--pe-navy);
  font-size: clamp(30px, 3.2vw, 45px);
  font-weight: 900;
  line-height: 1.65;
  letter-spacing: .02em;
  text-shadow: 0 1px 0 rgba(255,255,255,.45);
}

.pe-hero__copy {
  margin: 28px 0 0;
  color: #193b49;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
}

.pe-hero__actions {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}

.pe-button,
.pe-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  gap: 24px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.pe-home .pe-button,
.pe-home .pe-button span,
.pe-home .pe-button strong {
  color: #fff !important;
}

.pe-home .pe-outline-button,
.pe-home .pe-outline-button span {
  color: var(--pe-navy) !important;
}

.pe-home .pe-outline-button:hover,
.pe-home .pe-outline-button:hover span {
  color: var(--pe-green-dark) !important;
}

.pe-button:hover,
.pe-outline-button:hover,
.pe-service-card:hover {
  transform: translateY(-2px);
}

.pe-button--primary {
  width: 328px;
  min-height: 82px;
  padding: 16px 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--pe-navy) 0%, #042a3c 100%);
  box-shadow: 0 14px 28px rgba(4, 42, 60, .2);
}

.pe-button--primary span:first-child {
  font-size: 12px;
}

.pe-button--primary strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
}

.pe-button--accent {
  width: 225px;
  padding: 14px 24px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--pe-green) 0%, var(--pe-green-dark) 100%);
  box-shadow: 0 12px 24px rgba(120, 180, 50, .22);
}

.pe-hero .pe-button--accent {
  width: 285px;
  min-height: 68px;
  padding: 18px 28px;
  font-size: 17px;
}

.pe-hero__sub-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pe-navy);
  font-size: 15px;
  font-weight: 900;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.pe-hero__sub-link .pe-arrow {
  color: var(--pe-green);
}

.pe-arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.pe-arrow::before {
  position: absolute;
  inset: 4px 5px 4px 2px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  content: "";
}

.pe-hero__symbol {
  position: absolute;
  top: 54px;
  right: max(26px, calc((100vw - 1280px) / 2));
  z-index: -1;
  width: clamp(285px, 28vw, 392px);
  aspect-ratio: 1;
  color: rgba(255,255,255,.62);
  filter: drop-shadow(0 22px 46px rgba(8,64,90,.1));
}

.pe-symbol svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 13;
}

.pe-symbol circle:first-child {
  stroke-width: 0;
  fill: currentColor;
  opacity: .58;
}

.pe-section {
  padding: 82px 0;
}

.pe-intro {
  background:
    radial-gradient(circle at 85% 20%, rgba(120,180,50,.08), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f8faf9 100%);
}

.pe-intro__grid {
  display: grid;
  grid-template-columns: minmax(300px, 420px) 1fr;
  gap: clamp(56px, 7vw, 116px);
  align-items: center;
}

.pe-kicker {
  margin: 0 0 12px;
  color: var(--pe-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
}

.pe-intro h1,
.pe-centered-heading h2,
.pe-members h2,
.pe-news h2 {
  margin: 0;
  color: var(--pe-navy);
  font-size: clamp(30px, 3.1vw, 42px);
  font-weight: 900;
  line-height: 1.55;
}

.pe-intro__text p:not(.pe-kicker) {
  margin: 26px 0 0;
  color: #304b56;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.05;
}

.pe-outline-button {
  min-width: 280px;
  margin-top: 34px;
  padding: 15px 25px;
  color: var(--pe-navy);
  border-color: #8da2ab;
  background: rgba(255,255,255,.72);
}

.pe-outline-button:hover {
  border-color: var(--pe-green);
  color: var(--pe-green-dark);
  background: #fff;
}

.pe-section-heading {
  position: relative;
  margin-bottom: 26px;
  color: #384f59;
  font-size: 17px;
  font-weight: 800;
}

.pe-section-heading p {
  margin: 0;
}

.pe-section-heading::after {
  display: block;
  width: 118px;
  height: 2px;
  margin-top: 16px;
  background: linear-gradient(90deg, var(--pe-green) 0 42px, var(--pe-border) 42px 100%);
  content: "";
}

.pe-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pe-value-card {
  min-height: 250px;
  padding: 32px 26px 30px;
  text-align: center;
  border: 1px solid rgba(216,225,228,.72);
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--pe-shadow);
}

.pe-icon {
  display: grid;
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  color: var(--pe-green);
  place-items: center;
}

.pe-icon svg,
.pe-small-icon svg,
.pe-service-card__badge svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.pe-value-card h2 {
  margin: 0 0 18px;
  color: var(--pe-navy);
  font-size: 22px;
  font-weight: 900;
}

.pe-value-card p {
  margin: 0;
  color: var(--pe-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.pe-services {
  padding-bottom: 64px;
  background:
    radial-gradient(circle at 50% 0%, rgba(120,180,50,.08), transparent 28%),
    #fff;
}

.pe-centered-heading {
  margin-bottom: 46px;
  text-align: center;
}

.pe-centered-heading .pe-kicker {
  margin-bottom: 4px;
}

.pe-centered-heading__lead {
  max-width: 760px;
  margin: 16px auto 0;
  color: var(--pe-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.pe-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.pe-service-card {
  position: relative;
  display: flex;
  min-height: 448px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d7e2e7;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(5,49,66,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.pe-service-card:hover {
  box-shadow: 0 18px 42px rgba(5,49,66,.12);
}

.pe-service-card__image {
  height: 132px;
  flex: 0 0 auto;
  background-position: center;
  background-size: cover;
}

.pe-img-training {
  background-image:
    linear-gradient(0deg, rgba(5,49,66,.04), rgba(5,49,66,.04)),
    url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=900&q=80");
}

.pe-img-consulting {
  background-image:
    linear-gradient(0deg, rgba(5,49,66,.04), rgba(5,49,66,.04)),
    url("https://images.unsplash.com/photo-1556761175-4b46a572b786?auto=format&fit=crop&w=900&q=80");
}

.pe-img-research {
  background-image:
    linear-gradient(0deg, rgba(5,49,66,.02), rgba(5,49,66,.02)),
    url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=900&q=80");
}

.pe-img-independent {
  background-image:
    linear-gradient(0deg, rgba(255,255,255,.2), rgba(255,255,255,.2)),
    url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=900&q=80");
}

.pe-service-card__badge {
  position: absolute;
  top: 106px;
  left: 24px;
  display: grid;
  width: 58px;
  height: 58px;
  color: #fff;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--pe-navy);
  place-items: center;
  box-shadow: 0 8px 18px rgba(5,49,66,.18);
}

.pe-service-card--accent .pe-service-card__badge {
  background: var(--pe-green-dark);
}

.pe-service-card__badge svg {
  width: 30px;
  height: 30px;
  stroke-width: 2;
}

.pe-service-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 42px 24px 28px;
}

.pe-service-card h3 {
  min-height: 64px;
  margin: 0 0 12px;
  color: var(--pe-navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.55;
}

.pe-service-card--accent h3,
.pe-service-card--accent .pe-text-link {
  color: var(--pe-green-dark);
}

.pe-service-card__title-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
}

.pe-service-card__pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 2px 9px;
  color: var(--pe-green-dark);
  border: 1px solid rgba(93,155,34,.35);
  border-radius: 6px;
  background: rgba(120,180,50,.1);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.pe-service-card p {
  margin: 0;
  color: #445b66;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.pe-text-link {
  display: none;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--pe-green);
  font-size: 14px;
  font-weight: 900;
}

.pe-text-link .pe-arrow {
  width: 13px;
  height: 13px;
}

.pe-button-row {
  display: flex;
  justify-content: center;
}

.pe-service-community {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) minmax(280px, 44%);
  gap: 24px;
  align-items: center;
  min-height: 116px;
  margin-top: 28px;
  padding: 20px 34px;
  overflow: hidden;
  border-radius: 7px;
  background:
    linear-gradient(90deg, rgba(246,249,247,.98), rgba(255,255,255,.9)),
    #f4f8f5;
}

.pe-service-community__icon {
  display: grid;
  width: 74px;
  height: 74px;
  justify-self: center;
  color: var(--pe-green-dark);
  place-items: center;
}

.pe-service-community__icon svg {
  width: 74px;
  height: 74px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.pe-service-community__copy h3 {
  margin: 0 0 8px;
  color: var(--pe-navy);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.5;
}

.pe-service-community__copy p {
  margin: 0;
  color: var(--pe-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.pe-service-community__visual {
  align-self: stretch;
  min-height: 84px;
  background: url("assets/social-issues-people.svg") right bottom / contain no-repeat;
}

.pe-issues {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(242,247,248,.96) 0%, rgba(255,255,255,.72) 50%, rgba(246,249,249,.96) 100%),
    linear-gradient(180deg, #f1f6f7 0%, #fff 100%);
}

.pe-issues::before {
  position: absolute;
  bottom: 0;
  left: max(18px, calc((100vw - 1180px) / 2 - 14px));
  width: min(540px, 46vw);
  height: 150px;
  pointer-events: none;
  background: url("assets/social-issues-people.svg") left bottom / contain no-repeat;
  opacity: .48;
  content: "";
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.86) 66%, transparent 100%);
}

.pe-issues__grid {
  display: grid;
  grid-template-columns: minmax(300px, 410px) 1fr;
  gap: clamp(52px, 7vw, 104px);
  align-items: start;
}

.pe-issues__lead h2,
.pe-flow h2 {
  margin: 0;
  color: var(--pe-navy);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.55;
}

.pe-issues__lead p:not(.pe-kicker),
.pe-flow__grid > div > p:not(.pe-kicker) {
  margin: 26px 0 0;
  color: #344f5a;
  font-size: 15px;
  font-weight: 600;
  line-height: 2.05;
}

.pe-issues__list {
  display: grid;
  gap: 20px;
}

.pe-issues__list article {
  display: grid;
  grid-template-columns: 96px 52px 1fr;
  column-gap: 22px;
  align-items: center;
  min-height: 120px;
  padding: 26px 34px;
  border: 1px solid rgba(216,225,228,.9);
  border-radius: 9px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 36px rgba(5,49,66,.07);
}

.pe-issues__list i,
.pe-domain-grid i,
.pe-flow__steps i {
  display: grid;
  place-items: center;
}

.pe-issues__list i {
  grid-row: 1 / 3;
  width: 70px;
  height: 70px;
  color: #a8a045;
}

.pe-issues__list i svg,
.pe-domain-grid i svg,
.pe-flow__steps i svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pe-issues__list i svg {
  stroke-width: 2;
}

.pe-issues__list span {
  grid-row: 1 / 3;
  display: grid;
  width: 46px;
  height: 46px;
  color: var(--pe-green);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .08em;
  border-radius: 50%;
  background: #eef3f2;
  place-items: center;
}

.pe-issues__list h3,
.pe-domain-grid h3,
.pe-flow__steps h3 {
  margin: 0;
  color: var(--pe-navy);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
}

.pe-issues__list p,
.pe-domain-grid p,
.pe-flow__steps p {
  margin: 10px 0 0;
  color: #445b66;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.pe-domains {
  padding-top: 54px;
  padding-bottom: 58px;
  background: #fff;
}

.pe-domain-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pe-domain-grid article {
  min-height: 252px;
  padding: 28px 24px 26px;
  text-align: center;
  border: 1px solid rgba(216,225,228,.9);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(5,49,66,.045);
}

.pe-domain-grid i {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  color: var(--pe-green);
}

.pe-domain-grid i svg {
  stroke-width: 1.8;
}

.pe-domain-grid h3::after {
  display: block;
  width: 78px;
  height: 2px;
  margin: 14px auto 0;
  background: var(--pe-green);
  content: "";
}

.pe-flow {
  padding: 74px 0;
  background:
    radial-gradient(circle at 72% 46%, rgba(120,180,50,.16), transparent 24%),
    linear-gradient(135deg, #073c52 0%, #052f43 54%, #062f3a 100%);
  color: #fff;
}

.pe-flow__grid {
  display: grid;
  grid-template-columns: minmax(260px, 320px) 1fr;
  gap: 46px;
  align-items: center;
}

.pe-flow h2,
.pe-flow__grid > div > p:not(.pe-kicker) {
  color: #fff;
}

.pe-flow__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pe-flow__steps li {
  position: relative;
  min-height: 218px;
  padding: 28px 24px 24px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 6px;
  background: rgba(255,255,255,.075);
  backdrop-filter: blur(10px);
}

.pe-flow__steps li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -17px;
  width: 11px;
  height: 11px;
  color: var(--pe-green);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

.pe-flow__steps span {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  color: #9fd45e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.pe-flow__steps i {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  color: rgba(255,255,255,.9);
}

.pe-flow__steps i svg {
  stroke-width: 1.7;
}

.pe-flow__steps h3 {
  color: #fff;
}

.pe-flow__steps p {
  color: rgba(255,255,255,.84);
}

.pe-cta {
  position: relative;
  overflow: hidden;
  padding: 62px 0;
  color: var(--pe-navy);
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.96) 44%, rgba(245,249,248,.88) 100%),
    radial-gradient(circle at 82% 48%, rgba(120,180,50,.18), transparent 30%);
  border-top: 1px solid #dce7e8;
  border-bottom: 1px solid #dce7e8;
}

.pe-cta::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(50vw, 760px);
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.56) 34%, rgba(255,255,255,.18) 100%),
    url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1400&q=80") center / cover;
  opacity: .58;
  content: "";
}

.pe-cta__inner {
  position: relative;
  z-index: 1;
}

.pe-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.pe-cta h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.45;
}

.pe-cta p {
  margin: 14px 0 0;
  color: #3c5964;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.8;
}

.pe-cta .pe-button {
  width: 330px;
  min-height: 70px;
  box-shadow: 0 20px 40px rgba(0,0,0,.16);
}

.pe-members {
  padding: 70px 0;
  background: linear-gradient(180deg, #f4f7f7 0%, #fff 100%);
}

.pe-members__grid {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 570px);
  gap: 56px;
  align-items: center;
}

.pe-members h2 {
  font-size: clamp(27px, 2.4vw, 34px);
}

.pe-members p {
  margin: 10px 0 0;
  color: #3f5661;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.pe-member-types {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(216,225,228,.72);
  border-radius: 8px;
  background: rgba(216,225,228,.72);
  box-shadow: 0 10px 24px rgba(5,49,66,.04);
}

.pe-member-types > div {
  display: grid;
  min-height: 104px;
  padding: 18px 10px 14px;
  text-align: center;
  background: #fff;
  place-items: center;
}

.pe-small-icon {
  display: block;
  width: 38px;
  height: 38px;
  color: var(--pe-navy);
}

.pe-member-types strong {
  font-size: 13px;
  font-weight: 900;
}

.pe-members__button {
  margin-top: 22px;
}

.pe-course-banner {
  position: relative;
  min-height: 250px;
  padding: 42px 38px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(1,37,54,.98) 0%, rgba(1,37,54,.82) 56%, rgba(1,37,54,.34) 100%),
    url("https://images.unsplash.com/photo-1497633762265-9d179a990aa6?auto=format&fit=crop&w=1000&q=80") center / cover;
}

.pe-course-banner p {
  margin: 0;
  color: rgba(255,255,255,.88);
  font-weight: 700;
}

.pe-course-banner p:first-child {
  font-size: 15px;
  font-weight: 900;
}

.pe-course-banner h3 {
  margin: 12px 0 14px;
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 900;
  line-height: 1.35;
}

.pe-course-banner .pe-button {
  margin-top: 26px;
}

.pe-activity {
  background:
    radial-gradient(circle at 12% 8%, rgba(120,180,50,.08), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f5f8f8 100%);
}

.pe-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.pe-activity-card {
  overflow: hidden;
  border: 1px solid rgba(216,225,228,.86);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(5,49,66,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.pe-activity-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(5,49,66,.12);
}

.pe-activity-card a {
  display: block;
  height: 100%;
  padding-bottom: 26px;
}

.pe-activity-card__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background:
    linear-gradient(135deg, rgba(5,49,66,.88), rgba(120,180,50,.48)),
    url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=900&q=80") center / cover;
}

.pe-activity-card__date {
  display: inline-block;
  margin: 22px 26px 8px;
  color: var(--pe-green);
  font-size: 13px;
  font-weight: 900;
}

.pe-activity-card h3 {
  margin: 0 26px 10px;
  color: var(--pe-navy);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.55;
}

.pe-activity-card p {
  margin: 0 26px;
  color: #445b66;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.pe-news {
  padding: 62px 0 72px;
  background: #fff;
}

.pe-news__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 32px;
  align-items: start;
}

.pe-news__heading {
  grid-column: 1 / 2;
}

.pe-news h2 {
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.2;
}

.pe-news__list {
  grid-column: 1 / -1;
  width: min(100%, 1080px);
  margin: 28px auto 0;
}

.pe-news-item {
  display: grid;
  grid-template-columns: 120px 98px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 62px;
  border-top: 1px solid var(--pe-border);
  color: #314a55;
  font-size: 14px;
  font-weight: 700;
}

.pe-news-item:last-child {
  border-bottom: 1px solid var(--pe-border);
}

.pe-news-item time {
  color: #30454e;
  font-weight: 800;
}

.pe-news-item span {
  display: inline-grid;
  min-width: 90px;
  min-height: 24px;
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  background: var(--pe-green);
  place-items: center;
}

.pe-news-item p {
  margin: 0;
}

.pe-news__button {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  min-width: 210px;
  margin-top: 8px;
}

.pe-footer {
  padding: 36px 0 32px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 12%, rgba(120,180,50,.1), transparent 34%),
    linear-gradient(135deg, #052f3c 0%, #002233 100%);
  border-top: 1px solid rgba(255,255,255,.12);
}

.pe-footer__inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
  align-items: center;
}

.pe-brand--footer .pe-brand__text {
  color: #fff;
}

.pe-footer__nav {
  text-align: center;
}

.pe-footer__nav nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 0;
  margin-bottom: 20px;
}

.pe-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 0;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.pe-footer__nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pe-footer__nav a {
  padding: 0 15px;
  color: rgba(255,255,255,.9);
  font-size: 14px;
  font-weight: 700;
  border-right: 1px solid rgba(255,255,255,.3);
}

.pe-footer__nav a:last-child {
  border-right: 0;
}

.pe-footer__nav p {
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 13px;
  font-weight: 600;
}

.pe-about {
  background: #fff;
}

.pe-about-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  isolation: isolate;
  background: #e7f5fc;
}

.pe-about-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 34%, rgba(255,255,255,.24) 62%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.03) 64%, rgba(255,255,255,.1) 100%),
    var(--pe-about-hero-image) right bottom / auto 100% no-repeat,
    linear-gradient(180deg, #dff2fb 0%, #fff 100%);
}

.pe-about-hero__inner {
  position: relative;
  z-index: 1;
  padding: 70px 0 96px;
}

.pe-about-hero h1 {
  margin: 0 0 26px;
  color: var(--pe-navy);
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.25;
}

.pe-about-hero__lead {
  margin: 0 0 24px;
  color: var(--pe-navy);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.55;
}

.pe-about-hero p:not(.pe-kicker):not(.pe-about-hero__lead) {
  width: min(610px, 100%);
  margin: 14px 0 0;
  color: #244653;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.pe-about-belief {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(120,180,50,.08), transparent 32%),
    linear-gradient(180deg, #fff 0%, #f7faf9 100%);
}

.pe-about-two-col,
.pe-about-details__grid,
.pe-about-history__grid {
  display: grid;
  grid-template-columns: minmax(300px, 430px) 1fr;
  gap: clamp(52px, 7vw, 98px);
  align-items: start;
}

.pe-about-copy h2,
.pe-about-cta h2 {
  margin: 0;
  color: var(--pe-navy);
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 900;
  line-height: 1.55;
}

.pe-about-copy p:not(.pe-kicker),
.pe-about-cta p {
  margin: 24px 0 0;
  color: #304b56;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.05;
}

.pe-about-principles {
  display: grid;
  gap: 18px;
}

.pe-about-principles article {
  display: grid;
  grid-template-columns: 82px 52px 1fr;
  column-gap: 24px;
  align-items: center;
  min-height: 128px;
  padding: 26px 32px;
  border: 1px solid rgba(216,225,228,.9);
  border-radius: 9px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 36px rgba(5,49,66,.065);
}

.pe-about-principles i,
.pe-about-activities i,
.pe-about-community i {
  display: grid;
  color: #a6a148;
  place-items: center;
}

.pe-about-principles i {
  width: 66px;
  height: 66px;
}

.pe-about-principles svg,
.pe-about-activities svg,
.pe-about-community svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pe-about-principles svg {
  stroke-width: 2.1;
}

.pe-about-principles span {
  display: grid;
  width: 46px;
  height: 46px;
  color: var(--pe-green);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .08em;
  border-radius: 50%;
  background: #eef3f2;
  place-items: center;
}

.pe-about-principles h3,
.pe-about-person h3,
.pe-about-activities h3 {
  margin: 0;
  color: var(--pe-navy);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.55;
}

.pe-about-principles p,
.pe-about-person div div,
.pe-about-activities p,
.pe-about-timeline p {
  margin: 8px 0 0;
  color: #405965;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.pe-about-details {
  background: #fff;
}

.pe-about-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #cfdde1;
  color: #294653;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.pe-about-table th,
.pe-about-table td {
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #cfdde1;
}

.pe-about-table th {
  width: 30%;
  color: var(--pe-navy);
  background: #f4f8f8;
  font-weight: 900;
}

.pe-about-directors {
  display: grid;
  gap: 22px;
}

.pe-about-person {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 24px;
  align-items: start;
  padding-bottom: 22px;
  border-bottom: 1px solid #d8e1e4;
}

.pe-about-person__photo {
  display: grid;
  width: 128px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 7px;
  background:
    radial-gradient(circle at 52% 26%, rgba(255,255,255,.9) 0 14%, transparent 15%),
    linear-gradient(160deg, rgba(5,49,66,.92), rgba(12,76,98,.72) 54%, rgba(120,180,50,.65));
  box-shadow: 0 12px 28px rgba(5,49,66,.12);
  place-items: center;
}

.pe-about-person__photo img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.pe-about-person__photo span {
  grid-area: 1 / 1;
  display: grid;
  width: 58px;
  height: 58px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  place-items: center;
}

.pe-about-person__photo img + span {
  display: none;
}

.pe-about-person p {
  margin: 0 0 6px;
  color: var(--pe-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.pe-about-history {
  background:
    linear-gradient(180deg, #f6f9f9 0%, #fff 100%);
}

.pe-about-timeline {
  position: relative;
  display: grid;
  gap: 28px;
  margin: 24px 0 0;
  padding: 0 0 0 32px;
  list-style: none;
}

.pe-about-timeline::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 7px;
  width: 1px;
  background: #bdd1d5;
  content: "";
}

.pe-about-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 28px;
}

.pe-about-timeline li::before {
  position: absolute;
  top: 6px;
  left: -32px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--pe-green);
  box-shadow: 0 0 0 6px #f6f9f9;
  content: "";
}

.pe-about-timeline time {
  color: var(--pe-green);
  font-size: 18px;
  font-weight: 900;
}

.pe-about-community {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 36px;
  padding: 22px 26px;
  border: 1px solid rgba(216,225,228,.8);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120,180,50,.09), rgba(255,255,255,.96));
}

.pe-about-community i {
  width: 52px;
  height: 52px;
  color: var(--pe-green);
}

.pe-about-community svg {
  stroke-width: 2.2;
}

.pe-about-community p {
  margin: 0;
  color: #405965;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.pe-about-community strong {
  color: var(--pe-navy);
  font-size: 16px;
  font-weight: 900;
}

.pe-about-activities {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}

.pe-about-activities article {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 22px;
  align-items: center;
  padding: 0 0 20px;
  border-bottom: 1px solid #d8e1e4;
}

.pe-about-activities i {
  width: 72px;
  height: 72px;
  color: var(--pe-navy);
  border: 1px solid #d8e1e4;
  border-radius: 50%;
  background: #fff;
}

.pe-about-activities i svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.8;
}

.pe-about-cta {
  position: relative;
  overflow: hidden;
  padding: 58px 0;
  background:
    linear-gradient(100deg, #fff 0%, rgba(255,255,255,.94) 50%, rgba(255,255,255,.36) 100%),
    url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1400&q=80") center / cover;
  border-top: 1px solid #d8e1e4;
}

.pe-about-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}

.pe-about-cta__inner > div {
  max-width: 720px;
}

.pe-about-cta .pe-button {
  width: 330px;
  min-height: 68px;
}

.pe-join {
  background: #fff;
}

.pe-join-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  isolation: isolate;
  background: #f2f8fb;
}

.pe-join-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 34%, rgba(255,255,255,.3) 58%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.18) 70%, rgba(255,255,255,.72) 100%),
    var(--pe-join-hero-image) center / cover no-repeat;
}

.pe-join-hero__inner {
  position: relative;
  z-index: 1;
  padding: 72px 0 78px;
}

.pe-join-hero h1 {
  margin: 0 0 22px;
  color: var(--pe-navy);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 900;
  line-height: 1.18;
}

.pe-join-hero p:not(.pe-kicker) {
  width: min(500px, 100%);
  margin: 10px 0 0;
  color: #244653;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
}

.pe-join-flow {
  padding-top: 44px;
  background:
    radial-gradient(circle at 8% 10%, rgba(120,180,50,.07), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f8fbfb 100%);
}

.pe-join-flow .pe-centered-heading {
  margin-bottom: 48px;
}

.pe-join-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.pe-join-steps article {
  position: relative;
  min-height: 190px;
  padding: 44px 30px 30px;
  text-align: center;
  border: 1px solid rgba(216,225,228,.95);
  border-radius: 8px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 12px 32px rgba(5,49,66,.05);
}

.pe-join-steps article:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -30px;
  width: 20px;
  height: 2px;
  border-top: 2px dotted var(--pe-green);
  content: "";
}

.pe-join-steps article > span {
  position: absolute;
  top: -24px;
  left: 24px;
  display: grid;
  width: 58px;
  height: 58px;
  color: var(--pe-green-dark);
  font-size: 24px;
  font-weight: 900;
  border-radius: 50%;
  background: #edf4e8;
  place-items: center;
}

.pe-join-steps i,
.pe-join-card > i,
.pe-join-security i {
  display: grid;
  color: var(--pe-green-dark);
  place-items: center;
}

.pe-join-steps i {
  width: 70px;
  height: 70px;
  margin: 0 auto 16px;
}

.pe-join-steps svg,
.pe-join-card svg,
.pe-join-security svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pe-join-steps svg {
  stroke-width: 2.1;
}

.pe-join-steps h3,
.pe-join-discord h3,
.pe-join-card h2,
.pe-join-security h2 {
  margin: 0;
  color: var(--pe-navy);
  font-weight: 900;
  line-height: 1.55;
}

.pe-join-steps h3 {
  font-size: 20px;
}

.pe-join-steps p,
.pe-join-discord p,
.pe-join-card p,
.pe-join-card li,
.pe-join-security p {
  color: #38535e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.95;
}

.pe-join-steps p {
  margin: 10px 0 0;
}

.pe-join-discord {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 42px;
  padding: 28px 38px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 2% 50%, rgba(88,101,242,.13), transparent 20%),
    linear-gradient(135deg, #f4f8f7 0%, #fff 100%);
  box-shadow: 0 12px 34px rgba(5,49,66,.06);
}

.pe-join-discord > i {
  width: 70px;
  height: 70px;
  color: #5865f2;
}

.pe-join-discord > i svg {
  width: 58px;
  height: 58px;
  fill: currentColor;
  stroke: none;
}

.pe-join-discord h3 {
  font-size: 22px;
}

.pe-join-discord p {
  margin: 4px 0 0;
}

.pe-join-discord .pe-button {
  width: 300px;
  min-height: 68px;
  border-radius: 8px;
}

.pe-join-fee {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px 24px;
  align-items: center;
  margin-top: 22px;
  padding: 22px 30px;
  border: 1px solid rgba(120,180,50,.35);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120,180,50,.12), rgba(255,255,255,.96));
}

.pe-join-fee strong {
  color: var(--pe-green-dark);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
}

.pe-join-fee p {
  margin: 0;
  color: #38535e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.pe-join-guidance {
  padding-top: 46px;
  background: #fff;
}

.pe-join-guidance__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.pe-join-card {
  position: relative;
  min-height: 540px;
  padding: 42px 42px 34px;
  border: 1px solid rgba(216,225,228,.95);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 10%, rgba(5,49,66,.05), transparent 18%),
    #fff;
  box-shadow: 0 12px 32px rgba(5,49,66,.045);
}

.pe-join-card--other {
  background:
    radial-gradient(circle at 92% 10%, rgba(120,180,50,.08), transparent 18%),
    #fff;
}

.pe-join-card > i {
  position: absolute;
  top: 38px;
  right: 38px;
  width: 76px;
  height: 76px;
  color: var(--pe-navy);
  border: 1px solid #d8e1e4;
  border-radius: 50%;
  background: rgba(255,255,255,.88);
}

.pe-join-card--other > i {
  color: var(--pe-green-dark);
}

.pe-join-card > i svg {
  width: 42px;
  height: 42px;
  stroke-width: 2;
}

.pe-join-card h2 {
  max-width: calc(100% - 116px);
  padding-right: 0;
  font-size: clamp(25px, 2.4vw, 32px);
}

.pe-join-card > p:first-of-type {
  max-width: calc(100% - 130px);
  min-height: 78px;
}

.pe-join-card--other h2 {
  color: var(--pe-green-dark);
}

.pe-join-card p {
  margin: 22px 0 0;
}

.pe-join-card ul {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.pe-join-card li {
  position: relative;
  padding-left: 32px;
}

.pe-join-card li::before {
  position: absolute;
  top: .62em;
  left: 4px;
  width: 13px;
  height: 7px;
  border-bottom: 3px solid #5e85f2;
  border-left: 3px solid #5e85f2;
  transform: rotate(-45deg);
  content: "";
}

.pe-join-card small {
  display: block;
  margin-top: 42px;
  color: #405965;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.pe-join-dm {
  margin-top: 20px;
  padding: 24px 28px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(120,180,50,.08), rgba(255,255,255,.95));
}

.pe-join-dm h3 {
  margin: 0 0 10px;
  color: var(--pe-green-dark);
  font-size: 17px;
  font-weight: 900;
}

.pe-join-dm ul {
  gap: 6px;
  margin: 0;
}

.pe-join-dm li {
  padding-left: 18px;
}

.pe-join-dm li::before {
  top: .85em;
  width: 4px;
  height: 4px;
  border: 0;
  border-radius: 50%;
  background: var(--pe-navy);
  transform: none;
}

.pe-join-security {
  padding: 0 0 70px;
  background: #fff;
}

.pe-join-security__inner {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  align-items: center;
  padding: 34px 54px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 5% 50%, rgba(120,180,50,.11), transparent 18%),
    linear-gradient(135deg, #f5f8f7 0%, #fff 100%);
  box-shadow: 0 12px 34px rgba(5,49,66,.05);
}

.pe-join-security i {
  width: 92px;
  height: 92px;
}

.pe-join-security i svg {
  stroke-width: 1.8;
}

.pe-join-security h2 {
  font-size: 24px;
}

.pe-join-security p {
  margin: 8px 0 0;
}

.pe-join-security a {
  color: var(--pe-green-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pe-contact {
  background: #fff;
}

.pe-contact-hero {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  isolation: isolate;
  background: #f3f8fb;
}

.pe-contact-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 36%, rgba(255,255,255,.42) 63%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%),
    var(--pe-contact-hero-image) center / cover no-repeat;
}

.pe-contact-hero__inner {
  position: relative;
  z-index: 1;
  padding: 70px 0 74px;
}

.pe-contact-hero h1 {
  margin: 0 0 24px;
  color: var(--pe-navy);
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 900;
  line-height: 1.38;
}

.pe-contact-hero p:not(.pe-kicker) {
  width: min(620px, 100%);
  margin: 9px 0 0;
  color: #244653;
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
}

.pe-contact-types {
  padding-top: 46px;
  padding-bottom: 36px;
  background: #fff;
}

.pe-contact-types .pe-centered-heading {
  margin-bottom: 34px;
}

.pe-contact-type-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.pe-contact-type-grid article {
  min-height: 218px;
  padding: 28px 18px 24px;
  text-align: center;
  border: 1px solid rgba(216,225,228,.95);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(5,49,66,.04);
}

.pe-contact-type-grid i,
.pe-contact-side i,
.pe-contact-about__visual {
  display: grid;
  color: var(--pe-green-dark);
  place-items: center;
}

.pe-contact-type-grid i {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
}

.pe-contact-type-grid svg,
.pe-contact-side svg,
.pe-contact-about__visual svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pe-contact-type-grid svg {
  stroke-width: 2;
}

.pe-contact-type-grid h3 {
  margin: 0;
  color: var(--pe-navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.55;
}

.pe-contact-type-grid p {
  margin: 12px 0 0;
  color: #405965;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.9;
}

.pe-contact-form-section {
  padding: 0 0 44px;
  background: #fff;
}

.pe-contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 34px;
  align-items: start;
  padding: 34px;
  border: 1px solid rgba(216,225,228,.95);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(5,49,66,.06);
}

.pe-contact-form-card h2 {
  margin: 0;
  color: var(--pe-navy);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.45;
}

.pe-contact-form-card h2::after {
  display: block;
  width: 56px;
  height: 2px;
  margin-top: 12px;
  background: var(--pe-green);
  content: "";
}

.pe-contact-form-card > p {
  margin: 18px 0 24px;
  color: #405965;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.pe-contact-form .wpcf7 {
  color: var(--pe-navy);
}

.pe-contact-form label,
.pe-contact-form > p,
.pe-contact-form .wpcf7-form > p {
  display: block;
  margin: 0 0 18px;
  color: var(--pe-navy);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.7;
}

.pe-contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

.pe-contact-form input[type="text"],
.pe-contact-form input[type="email"],
.pe-contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 16px;
  color: var(--pe-navy);
  border: 1px solid #cfdde1;
  border-radius: 7px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(5,49,66,.03);
  font: inherit;
  font-weight: 700;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.pe-contact-form textarea {
  min-height: 138px;
  resize: vertical;
}

.pe-contact-form input:focus,
.pe-contact-form textarea:focus {
  outline: 0;
  border-color: var(--pe-green);
  box-shadow: 0 0 0 3px rgba(120,180,50,.16);
}

.pe-contact-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 10px;
}

.pe-contact-form .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.pe-contact-form .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #263f4a;
  font-size: 14px;
  font-weight: 800;
}

.pe-contact-form input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--pe-green);
}

.pe-contact-form input[type="submit"] {
  display: inline-flex;
  justify-content: center;
  width: min(360px, 100%);
  min-height: 58px;
  margin-top: 6px;
  padding: 14px 28px;
  color: #fff;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--pe-green) 0%, var(--pe-green-dark) 100%);
  box-shadow: 0 14px 28px rgba(120,180,50,.22);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.pe-contact-form .wpcf7-spinner {
  vertical-align: middle;
}

.pe-contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #b3261e;
  font-size: 13px;
  font-weight: 700;
}

.pe-contact-form .wpcf7-response-output {
  margin: 22px 0 0;
  padding: 14px 18px;
  border-radius: 7px;
  font-weight: 800;
}

.pe-contact-side {
  display: grid;
  gap: 18px;
}

.pe-contact-side section {
  position: relative;
  padding: 26px 28px 26px 76px;
  border: 1px solid rgba(216,225,228,.8);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 10%, rgba(120,180,50,.08), transparent 22%),
    linear-gradient(135deg, #f8faf9 0%, #fff 100%);
}

.pe-contact-side i {
  position: absolute;
  top: 26px;
  left: 28px;
  width: 32px;
  height: 32px;
}

.pe-contact-side i svg {
  stroke-width: 2;
}

.pe-contact-side h3 {
  margin: 0 0 12px;
  color: var(--pe-navy);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.55;
}

.pe-contact-side p,
.pe-contact-side li {
  color: #38535e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.pe-contact-side p {
  margin: 0;
}

.pe-contact-side ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.pe-contact-side a {
  display: inline-block;
  margin-top: 12px;
  color: var(--pe-navy);
  font-size: 18px;
  font-weight: 900;
}

.pe-contact-about {
  padding: 0 0 28px;
  background: #fff;
}

.pe-contact-about__inner {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 42px;
  align-items: center;
  padding: 30px 48px;
  overflow: hidden;
  border: 1px solid rgba(216,225,228,.85);
  border-radius: 8px;
  background:
    radial-gradient(circle at 94% 50%, rgba(120,180,50,.08), transparent 22%),
    linear-gradient(135deg, #f7faf9 0%, #fff 100%);
}

.pe-contact-about__visual {
  height: 160px;
  color: var(--pe-navy);
  opacity: .88;
}

.pe-contact-about__visual svg {
  width: 170px;
  height: 170px;
  stroke-width: 1.6;
}

.pe-contact-about h2 {
  margin: 0;
  color: var(--pe-navy);
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 900;
  line-height: 1.5;
}

.pe-contact-about p {
  margin: 12px 0 0;
  color: #38535e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.pe-contact-about .pe-button {
  width: 360px;
  min-height: 58px;
  margin-top: 20px;
}

.pe-services-page {
  background:
    radial-gradient(circle at 50% 120px, rgba(120,180,50,.08), transparent 310px),
    #fff;
}

.pe-services-page .pe-header {
  border-bottom-color: rgba(216,225,228,.95);
}

.pe-services-breadcrumb {
  padding: 24px 0 0;
}

.pe-services-breadcrumb .pe-container {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--pe-navy);
  font-size: 14px;
  font-weight: 800;
}

.pe-services-breadcrumb a {
  color: var(--pe-navy);
}

.pe-services-breadcrumb span[aria-hidden] {
  color: #78919b;
  font-size: 20px;
  line-height: 1;
}

.pe-services-hero {
  padding: 10px 0 28px;
}

.pe-services-hero .pe-centered-heading {
  margin-bottom: 0;
}

.pe-services-hero h1 {
  margin: 4px 0 0;
  color: var(--pe-navy);
  font-size: clamp(42px, 5vw, 62px);
  font-weight: 900;
  line-height: 1.2;
}

.pe-services-list {
  padding: 0 0 24px;
}

.pe-services-list .pe-container {
  display: grid;
  gap: 16px;
}

.pe-services-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 41%) 1fr;
  min-height: 232px;
  overflow: hidden;
  border: 1px solid #d5e1e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(5,49,66,.045);
}

.pe-services-item__number {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
  display: grid;
  width: 64px;
  height: 64px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--pe-navy);
  place-items: center;
  box-shadow: 0 8px 18px rgba(5,49,66,.18);
  font-size: 20px;
  font-weight: 900;
}

.pe-services-item--green .pe-services-item__number {
  background: var(--pe-green-dark);
}

.pe-services-item__image {
  position: relative;
  min-height: 232px;
  background-position: center;
  background-size: cover;
}

.pe-services-item__image--training {
  background-image:
    linear-gradient(0deg, rgba(5,49,66,.08), rgba(5,49,66,.08)),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1100&q=82");
}

.pe-services-item__image--consulting {
  background-image:
    linear-gradient(0deg, rgba(255,255,255,.06), rgba(255,255,255,.06)),
    url("https://images.unsplash.com/photo-1556761175-4b46a572b786?auto=format&fit=crop&w=1100&q=82");
}

.pe-services-item__image--research {
  background-image:
    linear-gradient(0deg, rgba(255,255,255,.03), rgba(255,255,255,.03)),
    url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=1100&q=82");
}

.pe-services-item__image--independent {
  background-image:
    linear-gradient(0deg, rgba(255,255,255,.16), rgba(255,255,255,.16)),
    url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1100&q=82");
}

.pe-services-item__member-badge {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: grid;
  width: 154px;
  height: 154px;
  align-content: center;
  color: var(--pe-navy);
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0%, #fff 63%, transparent 64%),
    conic-gradient(from 205deg, #b8a752 0 24%, transparent 24% 33%, #b8a752 33% 58%, transparent 58% 100%);
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.55;
  filter: drop-shadow(0 12px 20px rgba(5,49,66,.12));
}

.pe-services-item__member-badge strong {
  font-size: 38px;
  line-height: 1;
}

.pe-services-item__body {
  padding: 30px 28px 24px 36px;
}

.pe-services-item__heading {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 22px;
  align-items: start;
}

.pe-services-item__icon {
  display: grid;
  width: 74px;
  height: 74px;
  color: var(--pe-navy);
  border: 1px solid #d9e5ea;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, #fff 0%, #fff 48%, #f3f7f8 100%);
  place-items: center;
  box-shadow: inset 0 1px 4px rgba(5,49,66,.08);
}

.pe-services-item--green .pe-services-item__icon {
  color: var(--pe-green-dark);
}

.pe-services-item__icon svg,
.pe-services-features svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.pe-services-item__heading h2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 8px;
  color: var(--pe-navy);
  font-size: clamp(22px, 2.1vw, 28px);
  font-weight: 900;
  line-height: 1.35;
}

.pe-services-item__heading h2 span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 10px;
  color: #fff;
  border-radius: 6px;
  background: var(--pe-green-dark);
  font-size: 12px;
  font-weight: 900;
}

.pe-services-item__heading p {
  margin: 0;
  color: #1f5db4;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.65;
}

.pe-services-item--green .pe-services-item__heading p {
  color: var(--pe-text);
  font-size: 14px;
  font-weight: 700;
}

.pe-services-item__text {
  margin: 14px 0 0 104px;
  padding-bottom: 16px;
  color: #334d59;
  border-bottom: 1px solid rgba(216,225,228,.9);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.pe-services-features {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 15px 0 0 104px;
}

.pe-services-features div {
  display: grid;
  gap: 8px;
  justify-items: center;
  color: #0d5cc6;
  text-align: center;
}

.pe-services-features i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
}

.pe-services-features svg {
  width: 36px;
  height: 36px;
  stroke-width: 2.2;
}

.pe-services-features strong {
  color: var(--pe-navy);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
}

.pe-services-points {
  display: grid;
  gap: 10px;
  margin: 22px 0 0 104px;
  padding: 0;
  color: var(--pe-navy);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.55;
  list-style: none;
}

.pe-services-points li {
  position: relative;
  padding-left: 30px;
}

.pe-services-points li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  color: var(--pe-green-dark);
  border: 1.8px solid currentColor;
  border-radius: 50%;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  content: "✓";
}

.pe-services-closing {
  padding: 10px 0 30px;
}

.pe-services-closing__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 44%);
  gap: 34px;
  align-items: center;
  min-height: 180px;
  padding: 30px 58px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(243,248,251,.98), rgba(255,255,255,.88)),
    #eef6f8;
}

.pe-services-closing h2 {
  margin: 0 0 12px;
  color: var(--pe-navy);
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1.45;
}

.pe-services-closing p {
  margin: 0;
  color: var(--pe-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}

.pe-services-closing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
}

.pe-services-closing .pe-button,
.pe-services-closing .pe-outline-button {
  width: auto;
  min-width: 190px;
  min-height: 48px;
  margin-top: 0;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 14px;
}

.pe-services-closing .pe-button {
  min-width: 300px;
}

.pe-services-closing__visual {
  align-self: stretch;
  min-height: 138px;
  background: url("assets/social-issues-people.svg") right bottom / contain no-repeat;
}

@media (max-width: 1100px) {
  .pe-header__inner {
    width: min(100% - 40px, 1280px);
    min-height: 86px;
  }

  .pe-logo-mark {
    width: 54px;
    height: 54px;
  }

  .pe-brand__text span {
    font-size: 14px;
  }

  .pe-brand__text strong {
    font-size: 26px;
  }

  .pe-nav {
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: 13px;
  }

  .pe-nav a {
    min-height: 86px;
  }

  .pe-header-join {
    min-width: 126px;
    min-height: 46px;
    padding: 11px 14px;
    font-size: 13px;
  }

  .pe-services-item {
    grid-template-columns: minmax(260px, 38%) 1fr;
  }

  .pe-services-item__body {
    padding: 26px 24px 24px 28px;
  }

  .pe-services-item__text,
  .pe-services-features,
  .pe-services-points {
    margin-left: 0;
  }

  .pe-services-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pe-services-closing__inner {
    grid-template-columns: 1fr;
  }

  .pe-intro__grid,
  .pe-issues__grid,
  .pe-flow__grid,
  .pe-members__grid {
    grid-template-columns: 1fr;
  }

  .pe-values__grid,
  .pe-domain-grid,
  .pe-activity-grid {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
  }

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

  .pe-service-community {
    grid-template-columns: 82px 1fr;
  }

  .pe-service-community__visual {
    grid-column: 1 / -1;
    min-height: 96px;
  }

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

  .pe-flow__steps li:nth-child(2)::after {
    display: none;
  }

  .pe-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .pe-about-two-col,
  .pe-about-details__grid,
  .pe-about-history__grid,
  .pe-join-guidance__grid,
  .pe-contact-form-grid,
  .pe-contact-about__inner {
    grid-template-columns: 1fr;
  }

  .pe-contact-type-grid {
    grid-template-columns: repeat(3, minmax(190px, 1fr));
  }

  .pe-join-discord {
    grid-template-columns: 78px 1fr;
  }

  .pe-join-discord .pe-button {
    grid-column: 1 / -1;
    width: 100%;
  }

}

@media (max-width: 760px) {
  .pe-container,
  .pe-header__inner {
    width: min(100% - 32px, 1180px);
  }

  .pe-header {
    position: static;
  }

  .pe-header__inner {
    display: grid;
    gap: 12px;
    padding: 14px 0 0;
  }

  .pe-nav {
    justify-content: flex-start;
    min-width: 0;
    border-top: 1px solid rgba(216,225,228,.7);
  }

  .pe-nav a {
    min-height: 48px;
  }

  .pe-nav a::after {
    bottom: 0;
  }

  .pe-header-join {
    justify-content: center;
    width: 100%;
  }

  .pe-services-breadcrumb {
    padding-top: 18px;
  }

  .pe-services-hero {
    padding-top: 18px;
  }

  .pe-services-hero h1 {
    font-size: 40px;
  }

  .pe-services-item {
    grid-template-columns: 1fr;
  }

  .pe-services-item__image {
    min-height: 210px;
  }

  .pe-services-item__number {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }

  .pe-services-item__member-badge {
    right: 18px;
    bottom: 18px;
    width: 122px;
    height: 122px;
    font-size: 12px;
  }

  .pe-services-item__member-badge strong {
    font-size: 30px;
  }

  .pe-services-item__body {
    padding: 24px 20px 26px;
  }

  .pe-services-item__heading {
    grid-template-columns: 58px 1fr;
    gap: 16px;
  }

  .pe-services-item__icon {
    width: 56px;
    height: 56px;
  }

  .pe-services-item__icon svg {
    width: 30px;
    height: 30px;
  }

  .pe-services-item__heading h2 {
    font-size: 20px;
  }

  .pe-services-item__heading p {
    font-size: 14px;
  }

  .pe-services-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .pe-services-points {
    font-size: 14px;
  }

  .pe-services-closing__inner {
    padding: 28px 24px;
  }

  .pe-services-closing__actions,
  .pe-services-closing .pe-button,
  .pe-services-closing .pe-outline-button {
    width: 100%;
  }

  .pe-services-closing__visual {
    min-height: 116px;
  }

  .pe-hero,
  .pe-hero__content {
    min-height: 560px;
  }

  .pe-hero__content {
    padding: 52px 0 92px;
  }

  .pe-hero__lead {
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.55;
  }

  .pe-hero__copy {
    font-size: 15px;
  }

  .pe-hero__actions,
  .pe-button--primary,
  .pe-button--accent,
  .pe-outline-button {
    width: 100%;
    min-width: 0;
  }

  .pe-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .pe-hero .pe-button--accent {
    width: 100%;
  }

  .pe-hero__sub-link {
    width: fit-content;
  }

  .pe-hero__symbol {
    top: 100px;
    right: -60px;
    width: 260px;
  }

  .pe-section,
  .pe-members,
  .pe-news {
    padding: 58px 0;
  }

  .pe-values__grid,
  .pe-service-grid,
  .pe-domain-grid,
  .pe-activity-grid,
  .pe-member-types {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .pe-issues__list article {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .pe-issues__list span {
    grid-row: auto;
    margin-bottom: 8px;
  }

  .pe-flow__steps {
    grid-template-columns: 1fr;
  }

  .pe-flow__steps li:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -16px;
    transform: translateX(50%) rotate(135deg);
  }

  .pe-flow__steps li:nth-child(2)::after {
    display: block;
  }

  .pe-cta {
    padding: 48px 0;
  }

  .pe-cta .pe-button {
    width: 100%;
  }

  .pe-value-card {
    min-height: auto;
  }

  .pe-service-card h3 {
    min-height: 0;
  }

  .pe-service-card {
    min-height: auto;
  }

  .pe-centered-heading__lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .pe-service-community {
    grid-template-columns: 1fr;
    padding: 26px;
    text-align: center;
  }

  .pe-service-community__visual {
    display: none;
  }

  .pe-course-banner {
    padding: 34px 26px;
  }

  .pe-news__grid,
  .pe-news-item,
  .pe-footer__inner {
    grid-template-columns: 1fr;
  }

  .pe-news__button {
    grid-column: 1 / 2;
    grid-row: auto;
    order: 3;
    width: 100%;
  }

  .pe-news-item {
    gap: 8px;
    padding: 18px 0;
  }

  .pe-news-item span {
    width: fit-content;
  }

  .pe-footer__inner,
  .pe-footer__nav {
    text-align: left;
  }

  .pe-footer__nav nav {
    justify-content: flex-start;
  }

  .pe-about-hero {
    min-height: auto;
  }

  .pe-about-hero__inner {
    padding: 54px 0 78px;
  }

  .pe-about-principles article,
  .pe-about-person,
  .pe-about-activities article,
  .pe-about-community,
  .pe-about-timeline li {
    grid-template-columns: 1fr;
  }

  .pe-about-principles article {
    gap: 12px;
    padding: 24px;
  }

  .pe-about-table th,
  .pe-about-table td {
    display: block;
    width: 100%;
    padding: 14px 16px;
  }

  .pe-about-person__photo {
    width: min(160px, 100%);
  }

  .pe-about-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .pe-about-cta .pe-button {
    width: 100%;
  }

  .pe-join-hero__inner {
    padding: 52px 0 64px;
  }

  .pe-join-hero__bg {
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 58%, rgba(255,255,255,.62) 100%),
      linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.45) 100%),
      var(--pe-join-hero-image) 58% center / cover no-repeat;
  }

  .pe-join-hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .pe-join-steps,
  .pe-join-discord,
  .pe-join-fee,
  .pe-join-security__inner {
    grid-template-columns: 1fr;
  }

  .pe-join-steps {
    gap: 34px;
  }

  .pe-join-steps article:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -20px;
    width: 2px;
    height: 18px;
    border-top: 0;
    border-left: 2px dotted var(--pe-green);
  }

  .pe-join-discord,
  .pe-join-card,
  .pe-join-security__inner {
    padding: 26px 24px;
  }

  .pe-join-card {
    min-height: auto;
  }

  .pe-join-card h2 {
    max-width: none;
    padding-right: 0;
  }

  .pe-join-card > p:first-of-type {
    max-width: none;
    min-height: 0;
  }

  .pe-join-card > i {
    position: static;
    margin-bottom: 18px;
  }

  .pe-contact-hero__inner {
    padding: 52px 0 64px;
  }

  .pe-contact-hero__bg {
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 56%, rgba(255,255,255,.66) 100%),
      linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.55) 100%),
      var(--pe-contact-hero-image) 64% center / cover no-repeat;
  }

  .pe-contact-type-grid {
    grid-template-columns: 1fr;
  }

  .pe-contact-form-grid,
  .pe-contact-about__inner {
    padding: 26px 22px;
  }

  .pe-contact-side section {
    padding: 24px;
  }

  .pe-contact-side i {
    position: static;
    margin-bottom: 10px;
  }

  .pe-contact-form .wpcf7-radio {
    display: grid;
    gap: 10px;
  }

  .pe-contact-about .pe-button {
    width: 100%;
  }
}
