.pe-about-page {
  color: #142D6F;
  background: #fff;
}

.pe-about-hero {
  position: relative;
  overflow: hidden;
  padding: 132px 0 88px;
  background:
    radial-gradient(circle at 14% 18%, rgba(163, 189, 255, .24), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(255, 255, 255, .12), transparent 28%),
    linear-gradient(135deg, #142D6F 0%, #24489E 58%, #0E214F 100%);
}

.pe-about-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -180px -8%;
  height: 280px;
  border-radius: 50% 50% 0 0;
  background: #F6F4EF;
}

.pe-about-hero .container {
  position: relative;
  z-index: 1;
}

.pe-about-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 800;
}

.pe-about-breadcrumb a,
.pe-about-breadcrumb span {
  color: inherit;
}

.pe-about-breadcrumb a:hover {
  color: #fff;
}

.pe-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 56px;
  align-items: center;
}

.pe-about-kicker,
.pe-about-section-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pe-about-kicker {
  color: #DCE7FF;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
}

.pe-about-hero h1 {
  max-width: 860px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(44px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -.055em;
}

.pe-about-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 20px;
  line-height: 1.7;
}

.pe-about-actions,
.pe-about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.pe-about-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 24px;
  border-radius: 10px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .46);
  font-weight: 900;
}

.pe-about-btn-outline:hover {
  color: #142D6F;
  background: #fff;
}

.pe-about-identity {
  padding: 34px;
  border-radius: 30px;
  color: #fff;
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: 0 28px 70px rgba(2, 10, 33, .22);
  backdrop-filter: blur(14px);
}

.pe-about-identity > span {
  display: block;
  margin-bottom: 14px;
  color: #A3BDFF;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.pe-about-identity strong {
  display: block;
  margin-bottom: 24px;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
}

.pe-about-identity dl,
.pe-about-identity div {
  display: grid;
  gap: 14px;
  margin: 0;
}

.pe-about-identity div {
  gap: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.pe-about-identity dt {
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pe-about-identity dd {
  margin: 0;
  color: rgba(255, 255, 255, .94);
  font-size: 16px;
  line-height: 1.5;
}

.pe-about-proof {
  position: relative;
  z-index: 2;
  margin-top: -38px;
  background: #F6F4EF;
}

.pe-about-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(20, 45, 111, .08);
  box-shadow: 0 24px 70px rgba(20, 45, 111, .14);
}

.pe-about-proof-grid article {
  display: grid;
  gap: 8px;
  padding: 28px;
}

.pe-about-proof-grid article:not(:last-child) {
  border-right: 1px solid rgba(20, 45, 111, .08);
}

.pe-about-proof-grid i,
.pe-about-service-grid i,
.pe-about-floating-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: #A3BDFF;
  background: #142D6F;
  font-size: 24px;
}

.pe-about-proof-grid span {
  color: #6B7A99;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pe-about-proof-grid strong {
  color: #142D6F;
  font-size: 18px;
  line-height: 1.28;
}

.pe-about-story,
.pe-about-method {
  background: #F6F4EF;
}

.pe-about-photo-stack {
  position: relative;
  min-height: 610px;
}

.pe-about-photo {
  overflow: hidden;
  margin: 0;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 28px 76px rgba(20, 45, 111, .16);
}

.pe-about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pe-about-photo--main {
  width: 82%;
  height: 520px;
}

.pe-about-photo--small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 285px;
  border: 10px solid #F6F4EF;
}

.pe-about-floating-card {
  position: absolute;
  right: 28px;
  top: 46px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 260px;
  padding: 16px 18px;
  border-radius: 22px;
  color: #142D6F;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(20, 45, 111, .08);
  box-shadow: 0 18px 46px rgba(20, 45, 111, .13);
}

.pe-about-floating-card i {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  font-size: 21px;
}

.pe-about-floating-card span {
  font-weight: 900;
  line-height: 1.25;
}

.pe-about-section-kicker {
  color: #142D6F;
  background: #EAF0FF;
}

.pe-about-content h2,
.pe-about-section-head h2,
.pe-about-method-card h2,
.pe-about-cta-card h2 {
  margin: 0;
  color: #142D6F;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.pe-about-content p,
.pe-about-section-head p,
.pe-about-service-grid p,
.pe-about-steps p {
  color: #6B7A99;
  font-size: 17px;
  line-height: 1.75;
}

.pe-about-content p {
  margin: 20px 0 0;
}

.pe-about-checks {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.pe-about-checks span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #142D6F;
  font-weight: 900;
}

.pe-about-checks i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 999px;
  color: #142D6F;
  background: #A3BDFF;
}

.pe-about-services {
  background:
    radial-gradient(circle at 10% 10%, rgba(163, 189, 255, .14), transparent 30%),
    linear-gradient(180deg, #fff 0%, #F8FAFF 100%);
}

.pe-about-section-head {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.pe-about-section-head p {
  max-width: 700px;
  margin: 18px auto 0;
}

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

.pe-about-service-grid article {
  display: grid;
  gap: 16px;
  padding: 32px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(20, 45, 111, .08);
  box-shadow: 0 20px 54px rgba(20, 45, 111, .09);
  transition: transform .2s ease, box-shadow .2s ease;
}

.pe-about-service-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(20, 45, 111, .14);
}

.pe-about-service-grid h3,
.pe-about-steps h3 {
  margin: 4px 0 0;
  color: #142D6F;
  font-size: 24px;
}

.pe-about-service-grid p,
.pe-about-steps p {
  margin: 0;
}

.pe-about-service-grid a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: #142D6F;
  font-weight: 900;
}

.pe-about-service-grid a:hover {
  color: #24489E;
}

.pe-about-method-card {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 44px;
  padding: clamp(30px, 5vw, 54px);
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 8%, rgba(163, 189, 255, .24), transparent 28%),
    linear-gradient(135deg, #142D6F 0%, #0E214F 100%);
  box-shadow: 0 28px 76px rgba(20, 45, 111, .18);
}

.pe-about-method-card .pe-about-section-kicker {
  color: #DCE7FF;
  background: rgba(255, 255, 255, .12);
}

.pe-about-method-card h2 {
  color: #fff;
}

.pe-about-steps {
  display: grid;
  gap: 14px;
}

.pe-about-steps article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 8px 18px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .16);
}

.pe-about-steps span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: #142D6F;
  background: #A3BDFF;
  font-weight: 950;
}

.pe-about-steps h3 {
  color: #fff;
}

.pe-about-steps p {
  color: rgba(255, 255, 255, .78);
}

.pe-about-cta {
  padding: 0 0 96px;
  background: #F6F4EF;
}

.pe-about-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(30px, 5vw, 52px);
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(20, 45, 111, .08);
  box-shadow: 0 24px 70px rgba(20, 45, 111, .13);
}

.pe-about-cta-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: #6B7A99;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pe-about-cta-card h2 {
  max-width: 760px;
  font-size: clamp(30px, 4vw, 48px);
}

.pe-about-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 14px 22px;
  border-radius: 10px;
  color: #142D6F;
  background: #EAF0FF;
  font-weight: 950;
}

.pe-about-phone:hover {
  color: #fff;
  background: #142D6F;
}

@media (max-width: 1199px) {
  .pe-about-hero-grid,
  .pe-about-method-card {
    grid-template-columns: 1fr;
  }

  .pe-about-identity {
    max-width: 620px;
  }
}

@media (max-width: 991px) {
  .pe-about-hero {
    padding: 122px 0 78px;
  }

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

  .pe-about-proof-grid article:nth-child(2) {
    border-right: 0;
  }

  .pe-about-proof-grid article:nth-child(-n+2) {
    border-bottom: 1px solid rgba(20, 45, 111, .08);
  }

  .pe-about-photo-stack {
    min-height: 540px;
  }

  .pe-about-photo--main {
    height: 470px;
  }

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

@media (max-width: 575px) {
  .pe-about-hero {
    padding: 112px 0 66px;
  }

  .pe-about-breadcrumb {
    margin-bottom: 24px;
  }

  .pe-about-hero h1 {
    font-size: 42px;
  }

  .pe-about-hero p {
    font-size: 17px;
  }

  .pe-about-actions,
  .pe-about-cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .pe-about-actions a,
  .pe-about-cta-actions a {
    width: 100%;
  }

  .pe-about-identity,
  .pe-about-service-grid article,
  .pe-about-method-card,
  .pe-about-cta-card {
    padding: 24px;
    border-radius: 24px;
  }

  .pe-about-proof-grid,
  .pe-about-service-grid {
    grid-template-columns: 1fr;
  }

  .pe-about-proof-grid article {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(20, 45, 111, .08);
  }

  .pe-about-proof-grid article:last-child {
    border-bottom: 0;
  }

  .pe-about-photo-stack {
    min-height: auto;
  }

  .pe-about-photo--main,
  .pe-about-photo--small {
    position: static;
    width: 100%;
    height: 330px;
    border: 0;
  }

  .pe-about-photo--small {
    margin-top: 16px;
    height: 230px;
  }

  .pe-about-floating-card {
    position: static;
    max-width: none;
    margin-top: 16px;
  }

  .pe-about-steps article {
    grid-template-columns: 1fr;
  }

  .pe-about-steps span {
    grid-row: auto;
  }
}
