/*.inspiring-wrp {
  position: relative;
}
.inspiring-wrp:after {
  position: absolute;
  content: "";
  background: #151e1b;
  width: 100%;
  height: 75%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.inspiring-wrp .container {
  position: relative;
  z-index: 2;
}
.inspiring-wrp .row {
  align-items: center;
}
.inspiring-data {
  max-width: 595px;
}
.inspiring-data h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 32px;
}
.btn-link {
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #72b6af;
  margin: 45px 0 0;
}
.btn-link span {
  text-decoration-line: underline;
}
.btn-link i {
  width: 36px;
  min-width: 36px;
  height: 36px;
  background: #72b6af;
  border-radius: 100%;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 18px;
  margin: 0 0 0 16px;
  transform: rotate(-45deg);
  transition: 0.4s linear;
}
.btn-link:hover i {
  transform: rotate(0);
  background: #fff;
  color: #151e1b;
}
.btn-link:hover {
  color: #fff;
}
.inspiring-data .btn-main {
  padding: 16px 35px;
  background: #72b6af;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  display: table;
}
.inspiring-data .btn-main:hover {
  background: #fff;
  color: #151e1b;
}
.expanded-block {
  padding: 48px;
  border-radius: 24px;
  background: #ebf6f5;
}
.expanded-block h3 {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #000000;
}
.expanded-block ul li {
  margin: 0 0 18px;
  padding: 0 0 18px;
  border-bottom: 1px dashed #819997;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #000000;
}
.expanded-block ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.expanded-block ul li span {
  padding: 0 5px;
}*/

.inspiring-wrp {
  position: relative;
}

.inspiring-wrp::after {
  position: absolute;
  content: "";
  background: #151e1b;
  width: 100%;
  height: 75%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.inspiring-wrp .container {
  position: relative;
  z-index: 2;
}

.inspiring-wrp .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.inspiring-data {
  max-width: 37.1875rem; /* 595px */
}

.inspiring-data h2 {
  font-weight: 700;
  font-size: 3rem;       /* 48px */
  line-height: 3.75rem;  /* 60px */
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 2rem;      /* 32px */
}

.btn-link {
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: 500;
  font-size: 1.25rem;    /* 20px */
  line-height: 1.5rem;   /* 24px */
  letter-spacing: -0.03em;
  color: #72b6af;
  margin: 2.8125rem 0 0; /* 45px */
  text-decoration: none;
}

.btn-link:visited {
  color: #ffffff;
}

.btn-link span {
  text-decoration-line: underline;
}

.btn-link i {
  display: inline-block;
  width: 2.25rem;        /* 36px */
  min-width: 2.25rem;
  height: 2.25rem;       /* 36px */
  background: #72b6af;
  border-radius: 50%;
  text-align: center;
  line-height: 2.25rem;  /* 36px */
  color: #ffffff;
  font-size: 1.125rem;   /* 18px */
  margin-left: 1rem;     /* 16px */
  transform: rotate(-45deg);
  transition: transform 0.4s linear, background 0.4s linear, color 0.4s linear;
}

.btn-link:hover {
  color: #ffffff;
}

.btn-link:hover i {
  transform: rotate(0);
  background: #ffffff;
  color: #151e1b;
}

.inspiring-data .btn-main {
  display: table;
  padding: 1rem 2.1875rem; /* 16px 35px */
  background: #72b6af;
  border-radius: 0.25rem;  /* 4px */
  font-weight: 600;
  font-size: 1.125rem;     /* 18px */
  color: #ffffff;
  text-decoration: none;
}

.inspiring-data .btn-main:hover {
  background: #ffffff;
  color: #151e1b;
}

.expanded-block {
  padding: 3rem;          /* 48px */
  border-radius: 1.5rem;  /* 24px */
  background: #ebf6f5;
}

.expanded-block h3 {
  margin: 0 0 1rem;       /* 16px */
  font-weight: 500;
  font-size: 1.25rem;     /* 20px */
  line-height: 1.75rem;   /* 28px */
  letter-spacing: -0.02em;
  color: #000000;
}

.expanded-block ul {
  list-style: disc inside;
  margin: 0;
  padding: 0;
}

.expanded-block ul li {
  margin: 0 0 1.125rem;   /* 18px */
  padding: 0 0 1.125rem;  /* 18px */
  border-bottom: 1px dashed #819997;
  font-weight: 400;
  font-size: 1rem;        /* 16px */
  line-height: 1.625rem;  /* 26px */
  letter-spacing: -0.01em;
  color: #000000;
}

.expanded-block ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.expanded-block ul li span {
  padding: 0 0.3125rem;   /* 5px */
}

/* ----------------------------------------
   Mobile-only (.max-width: 768px) 
   overrides for .inspiring-wrp
----------------------------------------- */
@media (max-width: 48rem) {
  /* push the section down so there’s space above the heading */
  .inspiring-wrp {
    padding-top: 2rem;
  }

  /* black half-background: start at top, cover only the top half */
  .inspiring-wrp::after {
    height: 50%;
    top: 0;
    transform: none;
  }

  /* shrink the H2 under mobile */
  .inspiring-data h2 {
    font-size: 2.25rem;     /* 36px */
    line-height: 2.75rem;   /* 44px */
    margin-bottom: 1.5rem;  /* space below heading */
  }

  /* tighten up the primary button and give it bottom gap */
  .inspiring-data .btn-main {
    padding: 0.75rem 1.5rem; /* 12px 24px */
    font-size: 1rem;        /* 16px */
    margin-bottom: 1.5rem;  /* space before the link */
  }

  /* space below the link before the list */
  .inspiring-data .btn-link {
    margin-bottom: 1.5rem;
  }

  /* gutter between the two “columns” (won’t hurt when they stack) */
  .inspiring-wrp .row {
    gap: 1.5rem;
  }

  /* extra breathing room before the list block */
  .expanded-block {
    margin-top: 1.5rem;
  }
}
