.hp2-first30 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(circle at 8% 18%, rgba(244, 200, 74, 0.2), transparent 26%), radial-gradient(circle at 90% 82%, rgba(8, 124, 66, 0.15), transparent 30%), #f7f3ea;
}

.hp2-first30::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(7, 51, 35, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 51, 35, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(180deg, #000, transparent 88%);
}

.hp2-first30__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
}

.hp2-first30__card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #d8e4de;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 55px rgba(7, 51, 35, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hp2-first30__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(7, 51, 35, 0.13);
}

.hp2-first30__card--field {
  border-color: #0d6744;
  background: linear-gradient(145deg, #073323, #08623f);
  color: #fff;
}

.hp2-first30__flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
  align-items: center;
  min-height: 138px;
  padding: 20px;
  border-radius: 20px;
  background: #edf7f1;
}

.hp2-first30__card--field .hp2-first30__flow {
  background: rgba(255, 255, 255, 0.1);
}

.hp2-first30__flow span {
  display: grid;
  place-items: center;
  min-height: 62px;
  padding: 8px;
  border: 1px solid #bad5c7;
  border-radius: 14px;
  background: #fff;
  color: #073323;
  font-size: 0.7rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
}

.hp2-first30__flow i {
  position: relative;
  height: 2px;
  background: #8abca2;
}

.hp2-first30__flow i::after {
  position: absolute;
  top: 50%;
  right: -1px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #087c42;
  border-right: 2px solid #087c42;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.hp2-first30__card > small {
  margin-top: 26px;
  color: #087c42;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.hp2-first30__card--field > small { color: #8fe0b3; }

.hp2-first30__card h3 {
  margin: 12px 0 0;
  color: #073323;
  font-size: clamp(1.65rem, 2vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.hp2-first30__card--field h3 { color: #fff; }

.hp2-first30__card p {
  margin: 14px 0 24px;
  color: #5d746a;
  line-height: 1.65;
}

.hp2-first30__card--field p { color: #cce2d8; }

.hp2-first30__outcome {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: auto;
  padding: 9px 12px;
  border-radius: 999px;
  background: #e4f3ea;
  color: #075b37;
  font-size: 0.72rem;
  font-weight: 850;
}

.hp2-first30__outcome::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0b9550;
  box-shadow: 0 0 0 5px rgba(11, 149, 80, 0.12);
  content: "";
}

.hp2-first30__card--field .hp2-first30__outcome {
  background: #f4c84a;
  color: #073323;
}

.hp2-final__trial-note {
  max-width: 260px;
  margin: -2px 0 0 !important;
  color: #d7e9e0 !important;
  font-size: 0.72rem !important;
  font-weight: 700;
  line-height: 1.45 !important;
  text-align: center;
}

.hp2-final__actions .landing-btn-light {
  min-height: 56px;
  padding: 14px 22px;
  border-color: #fff;
  background: #fff;
  color: #073323;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.16);
}

.hp2-final__actions .landing-btn-light span {
  color: #073323;
}

@media (max-width: 900px) {
  .hp2-first30__grid { grid-template-columns: 1fr; }
  .hp2-first30__card { min-height: 0; }
}

@media (max-width: 620px) {
  .hp2-first30__grid { margin-top: 38px; }
  .hp2-first30__card { padding: 22px; border-radius: 23px; }
  .hp2-first30__flow { grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr); min-height: 116px; padding: 13px; }
  .hp2-first30__flow span { min-height: 56px; padding: 6px 3px; font-size: 0.63rem; }
  .hp2-final__trial-note { max-width: none; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .hp2-first30__card { transition: none; }
}
