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

.life-page {
  overflow-x: clip;
  color: #111628;
  background: #fff;
}

.life-page em {
  color: #ed1022;
  font-style: normal;
}

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

.life-hero {
  padding: 14px 0 34px;
  background:
    radial-gradient(circle at 18% 35%, rgba(27, 105, 57, .05), transparent 22%),
    linear-gradient(145deg, #fff, #f9fafb);
}

.life-hero-grid {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 480px;
  align-items: center;
}

.life-hero-copy {
  position: relative;
  z-index: 2;
  padding: 40px 20px 34px 5px;
}

.life-script {
  margin: 0;
  color: #e3182b;
  font-family: Georgia, cursive;
  font-size: 56px;
  font-style: italic;
  line-height: .9;
}

.life-hero h1 {
  margin: 8px 0 12px;
  text-transform: uppercase;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1;
  letter-spacing: .01em;
}

.life-green-line,
.red-line {
  display: block;
  height: 4px;
  border-radius: 99px;
}

.life-green-line {
  width: 91px;
  margin-bottom: 21px;
  background: #176633;
}

.life-hero h2 {
  margin: 0 0 17px;
  font-size: 24px;
  line-height: 1.45;
}

.life-hero-copy > p:last-of-type {
  max-width: 500px;
  margin: 0;
  color: #515a6d;
  font-size: 14px;
  line-height: 1.75;
}

.life-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 25px;
}

.life-actions a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 13px 23px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
}

.life-primary {
  color: #fff;
  background: #ed1022;
  box-shadow: 0 12px 27px rgba(237, 16, 34, .18);
}

.life-secondary {
  color: #20283c;
  border: 1px solid #dfe3ea;
  background: #fff;
}

.play-dot {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid #ed1022;
  border-radius: 50%;
  color: #ed1022;
  font-size: 8px;
}

.life-hero-media {
  min-width: 0;
  margin: 0;
}

.life-hero-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  image-rendering: auto;
}

.life-stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: -18px;
  padding: 24px 20px;
  border: 1px solid #e4e7ee;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(16, 22, 41, .1);
}

.life-stats article {
  min-width: 0;
  display: grid;
  grid-template-columns: 57px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 0 20px;
  border-right: 1px solid #dfe3ea;
}

.life-stats article:last-child {
  border-right: 0;
}

.life-stats article > span,
.benefit-grid article > span,
.value-grid article > span {
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ed1022;
  background: #fff0f2;
}

.life-stats article > span {
  width: 54px;
  height: 54px;
}

.life-stats article > span.green,
.benefit-grid article > span.green,
.value-grid article > span.green {
  color: #176633;
  background: #eff7ef;
}

.life-stats img {
  width: 31px;
  height: 31px;
  filter: invert(18%) sepia(99%) saturate(5504%) hue-rotate(347deg) brightness(99%);
}

.life-stats .green img,
.benefit-grid .green img,
.value-grid .green img {
  filter: invert(30%) sepia(37%) saturate(1120%) hue-rotate(91deg) brightness(88%);
}

.life-stats strong {
  display: block;
  font-size: 27px;
  line-height: 1;
}

.life-stats small {
  display: block;
  margin-top: 6px;
  color: #363f53;
  font-size: 11px;
  line-height: 1.45;
}

.culture-section {
  display: grid;
  grid-template-columns: 31% 69%;
  gap: 33px;
  align-items: center;
  padding: 38px 0 30px;
}

.life-eyebrow {
  margin: 0 0 12px;
  color: #176633;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.culture-copy h2 {
  margin: 0;
  font-size: 33px;
  line-height: 1.25;
}

.red-line {
  width: 49px;
  margin: 18px 0 16px;
  background: #ed1022;
}

.culture-copy > p:not(.life-eyebrow) {
  margin: 0;
  color: #596276;
  font-size: 12px;
  line-height: 1.7;
}

.culture-copy ul {
  display: grid;
  gap: 12px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.culture-copy li {
  position: relative;
  padding-left: 28px;
  color: #263047;
  font-size: 12px;
}

.culture-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #23713c;
  font-size: 10px;
}

.culture-copy > a {
  color: #ed1022;
  font-size: 12px;
  font-weight: 800;
}

.culture-copy > a span {
  margin-left: 10px;
}

.culture-section figure {
  min-width: 0;
  margin: 0;
}

.culture-section figure img {
  width: 100%;
  display: block;
  border-radius: 9px;
}

.life-moments {
  padding: 14px 0 20px;
}

.life-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 13px;
}

.life-section-title h2 {
  margin: 0;
  font-size: 23px;
}

.life-section-title h2::after {
  content: "";
  width: 37px;
  height: 2px;
  display: block;
  margin-top: 8px;
  background: #ed1022;
}

.life-section-title > a {
  padding: 10px 17px;
  border: 1px solid #ed1022;
  border-radius: 6px;
  color: #ed1022;
  font-size: 11px;
  font-weight: 800;
}

.moments-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.moments-grid article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e2e5ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(16, 22, 41, .06);
}

.moments-grid img {
  width: 100%;
  height: 168px;
  display: block;
  object-fit: cover;
}

.moments-grid h3 {
  margin: 0;
  padding: 11px 12px;
  font-size: 11px;
}

.moment-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
}

.moment-dots span,
.moment-dots b {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dfe3eb;
}

.moment-dots b {
  background: #ed1022;
}

.life-benefits {
  padding: 10px 0 20px;
}

.life-section-title.compact {
  justify-content: flex-start;
}

.life-section-title.compact h2::after {
  background: #176633;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.benefit-grid article {
  min-width: 0;
  min-height: 176px;
  padding: 17px 12px;
  border: 1px solid #e3e6ed;
  border-radius: 9px;
  background: #fff;
  text-align: center;
  box-shadow: 0 8px 22px rgba(16, 22, 41, .06);
}

.benefit-grid article > span {
  width: 51px;
  height: 51px;
  margin: 0 auto 12px;
}

.benefit-grid img {
  width: 29px;
  height: 29px;
  filter: invert(18%) sepia(99%) saturate(5504%) hue-rotate(347deg) brightness(99%);
}

.benefit-grid h3 {
  margin: 0 0 8px;
  font-size: 12px;
}

.benefit-grid p {
  margin: 0;
  color: #596276;
  font-size: 10px;
  line-height: 1.55;
}

.values-testimonial {
  display: grid;
  grid-template-columns: 66% 34%;
  gap: 18px;
  align-items: stretch;
  padding: 8px 0 20px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.value-grid article {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 9px;
  padding-right: 12px;
}

.value-grid article > span {
  width: 40px;
  height: 40px;
}

.value-grid img {
  width: 23px;
  height: 23px;
  filter: invert(18%) sepia(99%) saturate(5504%) hue-rotate(347deg) brightness(99%);
}

.value-grid h3 {
  margin: 0 0 4px;
  font-size: 10px;
}

.value-grid p {
  margin: 0;
  color: #4f596d;
  font-size: 8px;
  line-height: 1.5;
}

.employee-quote {
  position: relative;
  margin: 0;
  padding: 24px 26px 20px 68px;
  border: 1px solid #e3e6ed;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 22, 41, .08);
}

.employee-quote > b {
  position: absolute;
  left: 25px;
  top: 20px;
  color: #6d9a63;
  font-family: Georgia, serif;
  font-size: 52px;
  line-height: .8;
}

.employee-quote > p {
  margin: 0;
  color: #253047;
  font-size: 12px;
  line-height: 1.6;
}

.employee-quote footer {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 11px;
  margin-top: 14px;
}

.employee-quote footer img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.employee-quote footer strong {
  display: block;
  color: #ed1022;
  font-size: 11px;
}

.employee-quote footer small {
  display: block;
  font-size: 9px;
}

.life-cta {
  min-height: 94px;
  display: grid;
  grid-template-columns: 66px 1fr auto;
  align-items: center;
  gap: 21px;
  margin-bottom: 22px;
  padding: 17px 30px;
  border-radius: 10px;
  color: #fff;
  background:
    radial-gradient(circle at 95% 50%, rgba(255, 255, 255, .18) 1px, transparent 2px) 0 0 / 12px 12px,
    linear-gradient(100deg, #071733 0%, #18152e 62%, #c90d20 100%);
}

.life-cta > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ed1022;
  background: #fff;
}

.life-cta > span img {
  width: 31px;
  height: 31px;
  filter: invert(18%) sepia(99%) saturate(5504%) hue-rotate(347deg) brightness(99%);
}

.life-cta h2 {
  margin: 0 0 4px;
  font-size: 22px;
}

.life-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 11px;
}

.life-cta > a {
  min-width: 245px;
  display: inline-flex;
  justify-content: center;
  gap: 22px;
  padding: 15px 22px;
  border-radius: 7px;
  color: #fff;
  background: #ed1022;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 1050px) {
  .life-container {
    width: min(930px, calc(100% - 48px));
  }

  .life-stats article {
    padding: 0 12px;
  }

  .culture-section {
    grid-template-columns: 34% 66%;
  }

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

  .values-testimonial {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .life-hero-grid,
  .culture-section {
    grid-template-columns: 1fr;
  }

  .life-hero-copy {
    padding: 30px 0 20px;
  }

  .life-hero-media {
    max-width: 650px;
    margin-inline: auto;
  }

  .life-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 22px;
  }

  .life-stats article:nth-child(2),
  .life-stats article:nth-child(4) {
    border-right: 0;
  }

  .culture-section {
    gap: 24px;
  }

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

  .moments-grid article:last-child {
    grid-column: 1 / -1;
  }

  .value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 18px;
  }

  .life-cta {
    grid-template-columns: 58px 1fr;
  }

  .life-cta > a {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .life-container {
    width: calc(100% - 30px);
  }

  .life-script {
    font-size: 46px;
  }

  .life-hero h1 {
    font-size: 43px;
  }

  .life-hero h2 {
    font-size: 20px;
  }

  .life-actions {
    display: grid;
  }

  .life-stats,
  .benefit-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .life-stats article,
  .life-stats article:nth-child(2),
  .life-stats article:nth-child(4) {
    padding: 11px 4px;
    border-right: 0;
    border-bottom: 1px solid #dfe3ea;
  }

  .life-stats article:last-child {
    border-bottom: 0;
  }

  .culture-copy h2 {
    font-size: 29px;
  }

  .life-section-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .moments-grid {
    grid-template-columns: 1fr;
  }

  .moments-grid article:last-child {
    grid-column: auto;
  }

  .moments-grid img {
    height: 220px;
  }

  .benefit-grid article {
    min-height: 0;
  }

  .employee-quote {
    padding-left: 61px;
  }

  .life-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .life-cta > span {
    margin-inline: auto;
  }
}
