.lp-home-v2 {
  --lp-green-300: #5cd15c;
  --lp-green-400: #4bc047;
  --lp-green-500: #387f23;
  --lp-green-600: #2e6b1c;
  --lp-green-50: #eef7ea;
  --lp-teal-900: #00413d;
  --lp-teal-850: #00312e;
  --lp-ink-900: #040607;
  --lp-ink-700: #363839;
  --lp-ink-500: #686a6a;
  --lp-ink-300: #cdcdcd;
  --lp-ink-200: #e6e6e6;
  --lp-ink-050: #f5f5f5;
  --lp-white: #fff;
  --lp-font: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --lp-radius: 8px;
  --lp-shadow-card: 0 4px 24px rgba(0, 65, 61, 0.06);
  --lp-shadow-pop: 0 20px 44px rgba(0, 65, 61, 0.16);
  --lp-ease: cubic-bezier(0.16, 1, 0.3, 1);
  color: var(--lp-teal-900);
  font-family: var(--lp-font);
  line-height: 1.55;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  background: var(--lp-white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.lp-home-v2 *,
.lp-home-v2 *::before,
.lp-home-v2 *::after {
  box-sizing: border-box;
}

.lp-home-v2 :where(h1, h2, h3, h4, p) {
  margin-top: 0;
}

.lp-home-v2 :where(a) {
  color: inherit;
}

.lp-container {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.lp-eyebrow {
  color: var(--lp-green-500);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.3;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.lp-section {
  padding: 96px 0;
}

.lp-section--white {
  background: var(--lp-white);
}

.lp-section--pattern {
  background:
    linear-gradient(45deg, rgba(0, 65, 61, 0.03) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(0, 65, 61, 0.03) 25%, transparent 25%),
    var(--lp-ink-050);
  background-size: 8px 8px;
}

.lp-section-heading {
  max-width: 760px;
}

.lp-section-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lp-section-heading h2,
.lp-copy h2,
.lp-industries h2,
.lp-contact h2 {
  color: var(--lp-teal-900);
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.14;
  margin-bottom: 18px;
}

.lp-section-heading p:not(.lp-eyebrow),
.lp-copy p,
.lp-industries p,
.lp-contact p {
  color: var(--lp-ink-500);
  font-size: 17px;
  line-height: 1.62;
  margin-bottom: 0;
}

.lp-hero {
  align-items: center;
  background-image: linear-gradient(90deg, rgba(0, 55, 52, 0.94) 0%, rgba(0, 55, 52, 0.78) 46%, rgba(0, 55, 52, 0.52) 100%), var(--lp-hero-image);
  background-position: center right;
  background-size: cover;
  color: var(--lp-white);
  display: flex;
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.lp-hero::after {
  background: radial-gradient(circle at 80% 50%, rgba(92, 209, 92, 0.1), transparent 52%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

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

.lp-hero__content {
  max-width: 680px;
  padding-top: 74px;
}

.lp-hero .lp-eyebrow,
.lp-promise .lp-eyebrow,
.lp-industries .lp-eyebrow,
.lp-contact .lp-eyebrow {
  color: var(--lp-green-300);
}

.lp-hero h1 {
  color: var(--lp-white);
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.07;
  margin-bottom: 26px;
}

.lp-hero__lead {
  color: #c9d9d6;
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 34px;
  max-width: 560px;
}

.lp-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.lp-button {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 1.2;
  min-height: 48px;
  padding: 14px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms var(--lp-ease), border-color 160ms var(--lp-ease), color 160ms var(--lp-ease), transform 160ms var(--lp-ease);
}

.lp-button:hover,
.lp-button:focus-visible {
  transform: translateY(-2px);
}

.lp-button--primary {
  background: var(--lp-green-500);
  color: var(--lp-white);
  box-shadow: 0 6px 18px rgba(0, 65, 61, 0.28);
}

.lp-button--primary:hover,
.lp-button--primary:focus-visible {
  background: var(--lp-green-600);
  color: var(--lp-white);
}

.lp-button--ghost {
  background: transparent;
  border: 1.5px solid var(--lp-green-300);
  color: var(--lp-white);
}

.lp-button--ghost:hover,
.lp-button--ghost:focus-visible {
  background: var(--lp-green-300);
  color: var(--lp-teal-900);
}

.lp-button--outline {
  background: transparent;
  border: 1.5px solid var(--lp-green-500);
  color: var(--lp-green-500);
}

.lp-button--outline:hover,
.lp-button--outline:focus-visible {
  background: var(--lp-green-500);
  color: var(--lp-white);
}

.lp-stats {
  background: var(--lp-teal-850);
  border-top: 1px solid rgba(92, 209, 92, 0.18);
  color: var(--lp-white);
}

.lp-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.lp-stat {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 34px 20px;
  text-align: center;
}

.lp-stat:last-child {
  border-right: 0;
}

.lp-stat strong {
  color: var(--lp-green-300);
  display: block;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
}

.lp-stat span {
  color: #9fb3b0;
  display: block;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 8px;
}

.lp-card-grid {
  display: grid;
  gap: 24px;
  margin-top: 48px;
}

.lp-card-grid--three {
  grid-template-columns: repeat(3, 1fr);
}

.lp-card,
.lp-program-card {
  background: var(--lp-ink-050);
  border: 1px solid var(--lp-ink-200);
  border-radius: var(--lp-radius);
}

.lp-card {
  padding: 34px 30px;
}

.lp-card__icon {
  align-items: center;
  background: var(--lp-green-50);
  border-radius: var(--lp-radius);
  color: var(--lp-green-500);
  display: flex;
  height: 52px;
  justify-content: center;
  margin-bottom: 22px;
  width: 52px;
}

.lp-card__icon svg,
.lp-contact-card__icon svg,
.lp-diamond svg {
  height: 28px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 28px;
}

.lp-card h3,
.lp-program-card h3 {
  color: var(--lp-teal-900);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 12px;
}

.lp-card p,
.lp-program-card p {
  color: var(--lp-ink-500);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

.lp-split {
  align-items: center;
  display: grid;
  gap: 68px;
  grid-template-columns: 1fr 1fr;
}

.lp-media {
  aspect-ratio: 4 / 3;
  background-image: var(--lp-media-image);
  background-position: center;
  background-size: cover;
  border-radius: 6px;
  box-shadow: var(--lp-shadow-pop);
  min-height: 320px;
}

.lp-copy {
  max-width: 560px;
}

.lp-copy .lp-button {
  margin-top: 24px;
}

.lp-check-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.lp-check-list li {
  color: var(--lp-ink-700);
  font-size: 16px;
  line-height: 1.56;
  padding-left: 32px;
  position: relative;
}

.lp-check-list li::before {
  border-bottom: 3px solid var(--lp-green-500);
  border-right: 3px solid var(--lp-green-500);
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 8px;
}

.lp-check-list strong {
  color: var(--lp-teal-900);
}

.lp-process__grid {
  display: grid;
  gap: 76px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
  margin-top: 72px;
}

.lp-process-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.lp-diamond {
  align-items: center;
  background: linear-gradient(135deg, var(--lp-green-400), var(--lp-green-500));
  box-shadow: 0 10px 26px rgba(0, 65, 61, 0.16);
  color: var(--lp-white);
  display: flex;
  height: 188px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transform: rotate(45deg);
  transition: transform 220ms var(--lp-ease);
  width: 188px;
}

.lp-diamond::before {
  background: repeating-conic-gradient(from 225deg at 50% 100%, rgba(255, 255, 255, 0.07) 0deg 6deg, transparent 6deg 12deg);
  content: "";
  inset: 0;
  position: absolute;
}

.lp-process-step:hover .lp-diamond {
  transform: rotate(45deg) scale(1.045);
}

.lp-diamond__inner {
  align-items: center;
  color: var(--lp-white);
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  position: relative;
  text-align: center;
  transform: rotate(-45deg);
  width: 132px;
}

.lp-diamond__inner span {
  color: var(--lp-white);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
}

.lp-process-step p {
  color: var(--lp-ink-500);
  font-size: 14px;
  line-height: 1.58;
  margin: 52px 0 0;
  max-width: 230px;
}

.lp-promise {
  background-image: linear-gradient(rgba(0, 55, 52, 0.9), rgba(0, 55, 52, 0.93)), var(--lp-promise-image);
  background-position: center;
  background-size: cover;
  color: var(--lp-white);
  padding: 104px 0 100px;
  text-align: center;
}

.lp-promise h2 {
  color: var(--lp-white);
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 auto 24px;
  max-width: 880px;
}

.lp-promise p:not(.lp-eyebrow) {
  color: #c2d4d1;
  font-size: 18px;
  line-height: 1.7;
  margin: 0 auto 34px;
  max-width: 780px;
}

.lp-program-card {
  background: var(--lp-white);
  box-shadow: var(--lp-shadow-card);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 0 28px 28px;
  position: relative;
}

.lp-program-card--featured {
  border-color: var(--lp-green-500);
  box-shadow: 0 14px 34px rgba(0, 65, 61, 0.12);
}

.lp-program-card__bar {
  background: linear-gradient(90deg, var(--lp-green-400), var(--lp-green-500));
  height: 5px;
  margin: 0 -28px 27px;
}

.lp-program-card__kicker {
  color: var(--lp-green-500) !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  margin-bottom: 8px !important;
  text-transform: uppercase;
}

.lp-program-card > div:last-child {
  border-top: 1px solid var(--lp-ink-200);
  color: var(--lp-ink-700);
  font-size: 13px;
  line-height: 1.55;
  margin-top: auto;
  padding-top: 16px;
}

.lp-program-card > p {
  margin-bottom: 20px;
}

.lp-program-card strong {
  color: var(--lp-teal-900);
}

.lp-badge {
  background: var(--lp-green-500);
  border-radius: 3px;
  color: var(--lp-white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  position: absolute;
  right: 18px;
  text-transform: uppercase;
  top: 18px;
}

.lp-industries {
  background-image: linear-gradient(rgba(8, 18, 17, 0.9), rgba(8, 18, 17, 0.93)), var(--lp-industries-image);
  background-position: center;
  background-size: cover;
  color: var(--lp-white);
  padding: 96px 0;
}

.lp-industries h2 {
  color: var(--lp-white);
  max-width: 760px;
}

.lp-industries p:not(.lp-eyebrow) {
  color: #b8c9c7;
  max-width: 680px;
}

.lp-carousel-head {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 34px;
}

.lp-carousel-controls {
  display: flex;
  gap: 10px;
}

.lp-carousel-btn {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--lp-white);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--lp-font);
  font-size: 18px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  line-height: 1;
  transition: background 160ms var(--lp-ease), border-color 160ms var(--lp-ease), opacity 160ms var(--lp-ease), transform 160ms var(--lp-ease);
  width: 42px;
}

.lp-carousel-btn:hover,
.lp-carousel-btn:focus-visible {
  background: var(--lp-green-500);
  border-color: var(--lp-green-300);
  transform: translateY(-1px);
}

.lp-carousel-btn:disabled {
  cursor: default;
  opacity: 0.38;
  transform: none;
}

.lp-industry-carousel {
  margin-top: 16px;
}

.lp-industry-track {
  display: grid;
  gap: 18px;
  grid-auto-columns: calc((100% - 72px) / 5);
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 2px 2px 16px;
  scroll-padding-left: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(92, 209, 92, 0.65) rgba(255, 255, 255, 0.12);
  scrollbar-width: thin;
}

.lp-industry-card {
  aspect-ratio: 3 / 4;
  background-image: linear-gradient(rgba(0, 40, 38, 0.15), rgba(0, 40, 38, 0.78)), var(--lp-card-image);
  background-position: center;
  background-size: cover;
  border-radius: var(--lp-radius);
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  transition: transform 220ms var(--lp-ease);
}

.lp-industry-card:hover {
  transform: translateY(-4px);
}

.lp-industry-card h3 {
  bottom: 0;
  color: var(--lp-white);
  font-size: 16px;
  font-weight: 700;
  left: 0;
  line-height: 1.25;
  margin: 0;
  padding: 18px 16px;
  position: absolute;
  right: 0;
}

.lp-mark {
  display: block;
  height: 54px;
  margin-bottom: 18px;
  width: auto;
}

.lp-logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}

.lp-logo-row span {
  align-items: center;
  background: #fafafa;
  border: 1px solid var(--lp-ink-200);
  border-radius: 5px;
  color: var(--lp-ink-500);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: 60px;
  justify-content: center;
  letter-spacing: 0.04em;
  padding: 0 18px;
  text-align: center;
}

.lp-contact {
  background: var(--lp-teal-900);
  padding: 84px 0;
}

.lp-contact h2 {
  color: var(--lp-white);
  font-size: 38px;
  margin-bottom: 16px;
}

.lp-contact p:not(.lp-eyebrow) {
  color: #a9c0bc;
}

.lp-contact-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 44px;
}

.lp-contact-card {
  align-items: center;
  background: var(--lp-white);
  border-radius: 6px;
  box-shadow: 0 4px 24px rgba(0, 65, 61, 0.14);
  color: var(--lp-teal-900);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 178px;
  padding: 34px 20px;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 220ms var(--lp-ease), transform 220ms var(--lp-ease);
}

.lp-contact-card:hover,
.lp-contact-card:focus-visible {
  box-shadow: 0 18px 34px rgba(0, 65, 61, 0.22);
  color: var(--lp-teal-900);
  transform: translateY(-3px);
}

.lp-contact-card__icon {
  align-items: center;
  border: 1.5px solid var(--lp-green-500);
  border-radius: 50%;
  color: var(--lp-green-500);
  display: flex;
  height: 72px;
  justify-content: center;
  width: 72px;
}

.lp-contact-card > span:last-child {
  color: var(--lp-teal-900);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 1024px) {
  .lp-section {
    padding: 80px 0;
  }

  .lp-hero {
    min-height: 620px;
  }

  .lp-hero h1 {
    font-size: 46px;
  }

  .lp-card-grid--three,
  .lp-split,
  .lp-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-stat:nth-child(2) {
    border-right: 0;
  }

  .lp-stat:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .lp-process__grid {
    gap: 54px;
  }

  .lp-industry-track {
    grid-auto-columns: calc((100% - 36px) / 3);
  }
}

@media (max-width: 720px) {
  .lp-home-v2 {
    width: 100%;
    left: auto;
    margin-left: 0;
  }

  .lp-container {
    width: min(100% - 40px, 1160px);
  }

  .lp-section {
    padding: 64px 0;
  }

  .lp-section-heading h2,
  .lp-copy h2,
  .lp-industries h2 {
    font-size: 32px;
    line-height: 1.16;
  }

  .lp-section-heading p:not(.lp-eyebrow),
  .lp-copy p,
  .lp-industries p,
  .lp-contact p {
    font-size: 16px;
  }

  .lp-hero {
    background-image: linear-gradient(90deg, rgba(0, 55, 52, 0.96), rgba(0, 55, 52, 0.76)), var(--lp-hero-image);
    background-position: 62% center;
    min-height: 640px;
  }

  .lp-hero__content {
    padding-top: 86px;
  }

  .lp-hero h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .lp-hero__lead {
    font-size: 16px;
  }

  .lp-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 320px;
  }

  .lp-button {
    width: 100%;
  }

  .lp-stats__grid,
  .lp-card-grid--three,
  .lp-split,
  .lp-process__grid,
  .lp-contact-grid {
    grid-template-columns: 1fr;
  }

  .lp-stat {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 0;
  }

  .lp-stat:last-child {
    border-bottom: 0;
  }

  .lp-media {
    min-height: 260px;
    order: -1;
  }

  .lp-process__grid {
    gap: 48px;
    margin-top: 54px;
  }

  .lp-diamond {
    height: 152px;
    width: 152px;
  }

  .lp-process-step p {
    margin-top: 42px;
  }

  .lp-promise {
    padding: 76px 0;
  }

  .lp-promise h2,
  .lp-contact h2 {
    font-size: 32px;
  }

  .lp-promise p:not(.lp-eyebrow) {
    font-size: 16px;
  }

  .lp-program-card {
    padding-left: 22px;
    padding-right: 22px;
  }

  .lp-program-card__bar {
    margin-left: -22px;
    margin-right: -22px;
  }

  .lp-industry-track {
    grid-auto-columns: calc((100% - 18px) / 2);
  }

  .lp-industry-card {
    aspect-ratio: 4 / 5;
  }

  .lp-logo-row span {
    flex: 1 1 130px;
  }
}

@media (max-width: 430px) {
  .lp-container {
    width: min(100% - 32px, 1160px);
  }

  .lp-hero h1 {
    font-size: 34px;
  }

  .lp-eyebrow {
    font-size: 12px;
  }

  .lp-card,
  .lp-program-card {
    border-radius: 6px;
  }

  .lp-card {
    padding: 28px 22px;
  }

  .lp-industry-track {
    grid-auto-columns: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-home-v2 *,
  .lp-home-v2 *::before,
  .lp-home-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0ms !important;
  }
}
