/* SPM Services — Process page */

body.spm-process {
  background: #fff;
  padding-top: 0 !important;
}

body.spm-process img {
  max-width: 100%;
  height: auto;
}

.spm-header {
  background: rgb(20 26 24 / 43%);
}

body.spm-process .spm-header.is-sticky {
  position: fixed;
  background: #0b141c;
  box-shadow: none;
}

/* Banner */
.proc-hero {
  position: relative;
  min-height: 272px;
  padding: calc(var(--spm-header-h) + 18px) 0 52px;
  background-color: #0b141c;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}

.proc-hero .spm-wrap {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

.proc-crumb {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
}

.proc-crumb a {
  color: rgba(255, 255, 255, 0.72);
}

.proc-crumb a:hover {
  color: #fff;
}

.proc-crumb span {
  color: #86c881;
}

.proc-hero h1 {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(40px, 5vw, 46px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #fff;
}

/* Intro / roadmap */
.proc-intro {
  padding: 88px 0 80px;
}

.proc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px 64px;
  align-items: center;
  margin-bottom: 88px;
}



.proc-row:last-child {
  margin-bottom: 0;
}

.proc-copy h2,
.proc-copy h3 {
  margin: 0 0 18px;
  font-family: var(--font-head);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.03em;
  color: #131233;
}

.proc-copy h3 {
  font-size: clamp(28px, 3vw, 46px);
}

.proc-copy h3 span {
  color: #86c881;
  margin-right: 8px;
}


.proc-copy h3.is-green span {
  color: #86c881;
}

.proc-copy p {
  margin: 0 0 16px;
  color: #75738e;
  font-size: 18px;
  line-height: 1.7;
}

.proc-copy p:last-child {
  margin-bottom: 0;
}

.proc-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

.proc-media:not(.proc-media-art) img {
  aspect-ratio: 4 / 3;
}

.proc-media-art img {
  border-radius: 0;
  background: #e7f6e4;
}

/* Discovery */
.proc-discovery {
  padding: 80px 0 96px;
  background-color: #FAFAFC;
}

.proc-discovery-head {
 
  margin: 0 auto 72px;
  text-align: center;
}

.proc-discovery-head h2 {
  margin: 0 0 18px;
  font-family: var(--font-head);
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: #131233;
}

.proc-discovery-head p {
  margin: 0;
  color: #75738e;
  font-size: 18px;
  line-height: 1.7;
}

.proc-checks {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.proc-checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 6px 0;
  color: #75738e;
  font-size: 18px;
  line-height: 1.55;
}

.proc-checks i {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  border-radius: 50%;
  background: #86c881;
  color: #fff;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.proc-row-build {
  align-items: start;
  gap: 48px 56px;
}

.proc-row-build .proc-copy h3 {
  font-weight: 700;
  margin-bottom: 16px;
}

.proc-row-build .proc-media img {
  aspect-ratio: auto;
  border-radius: 8px;
}

.proc-benefits-title {
  margin: 6px 0 10px;
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #131233;
}

.proc-benefits {
  list-style: none;
  margin: 22px 0 0;
  padding: 28px 32px 26px;
  background: #fff;
  border-radius: 18px;
}

.proc-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 0 0 18px;
  color: #75738e;
  font-size: 18px;
  line-height: 1.65;
}

.proc-benefits li span {
  min-width: 0;
  flex: 1;
}

.proc-benefits li:last-child {
  padding-bottom: 0;
}

.proc-benefits li::before {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 10px;
  background: #86c881;
  clip-path: polygon(50% 0%, 65% 35%, 100% 50%, 65% 65%, 50% 100%, 35% 65%, 0% 50%, 35% 35%);
}

.proc-benefits strong {
  color: #131233;
  font-weight: 700;
}

@media (max-width: 991px) {
  .proc-row,
  .proc-row-reverse {
    grid-template-columns: 1fr;
  }

  .proc-row-reverse .proc-media {
    order: -1;
  }

  .proc-row {
    gap: 28px;
    margin-bottom: 56px;
  }

  .proc-intro,
  .proc-discovery {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .proc-discovery-head {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .proc-hero {
    min-height: 170px;
    padding: calc(var(--spm-header-h) + 10px) 0 32px;
    background-size: cover;
  }

  .proc-copy h2,
  .proc-copy h3,
  .proc-discovery-head h2 {
    font-size: 28px;
  }

  .proc-copy p,
  .proc-discovery-head p,
  .proc-checks li,
  .proc-benefits li,
  .proc-benefits-title {
    font-size: 16px;
  }

  .proc-benefits {
    padding: 22px 20px;
  }
}
