.lhcs {
  --lhcs-teal: var(--e-global-color-primary, #009189);
  --lhcs-teal-dark: var(--e-global-color-lhtealdk, #006d69);
  --lhcs-teal-deep: var(--e-global-color-secondary, #005956);
  --lhcs-red: var(--e-global-color-accent, #b6373b);
  --lhcs-brand-red: var(--e-global-color-lhredbrd, #d9534f);
  --lhcs-ink: var(--e-global-color-text, #303434);
  --lhcs-ink-soft: var(--e-global-color-lhmuted, #56605f);
  --lhcs-mist: var(--e-global-color-lhmist, #f4f6f6);
  position: relative;
  isolation: isolate;
  margin-top: clamp(3rem, 7vw, 5.5rem);
  padding: clamp(1.4rem, 4vw, 3.25rem);
  overflow: hidden;
  border: 1px solid rgba(0, 109, 105, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 145, 137, 0.12), transparent 28rem),
    linear-gradient(145deg, #fff 0%, #fbfdfd 58%, #f0f7f6 100%);
  box-shadow: 0 28px 70px rgba(34, 65, 63, 0.11);
  color: var(--lhcs-ink);
  font-family: inherit;
}

.lhcs,
.lhcs *,
.lhcs *::before,
.lhcs *::after {
  box-sizing: border-box;
}

.lhcs [hidden] {
  display: none !important;
}

.lhcs.lhcs--modal-open {
  z-index: 100000;
  overflow: visible;
}

.lhcs::before {
  position: absolute;
  z-index: -1;
  top: -84px;
  right: -64px;
  width: 220px;
  height: 220px;
  border: 30px solid rgba(182, 55, 59, 0.055);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.lhcs button,
.lhcs select {
  font: inherit;
}

/*
 * Component-owned button reset. Hello Elementor loads its generic
 * [type="button"] reset after this stylesheet, so every component button
 * needs a selector that wins without affecting controls outside .lhcs.
 */
.lhcs button.lhcs__secondary-button,
.lhcs button.lhcs__rail-arrow,
.lhcs button.lhcs__card,
.lhcs button.lhcs__backdrop,
.lhcs button.lhcs__close {
  max-width: none;
  appearance: none;
  font: inherit;
  letter-spacing: normal;
  text-transform: none;
  vertical-align: middle;
  white-space: normal;
}

.lhcs button:focus-visible,
.lhcs__rail:focus-visible {
  border-radius: 8px;
  outline: 3px solid #ffbf47;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(48, 52, 52, 0.95);
}

.lhcs__header {
  max-width: 800px;
  margin: 0 auto clamp(1.8rem, 4vw, 2.8rem);
  text-align: center;
}

.lhcs__kicker {
  margin: 0 0 0.7rem;
  color: var(--lhcs-red);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.lhcs__heading {
  max-width: 730px;
  margin: 0 auto 0.9rem;
  color: var(--lhcs-ink);
  font-size: clamp(1.65rem, 3.2vw, 2.45rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.lhcs__intro {
  max-width: 720px;
  margin: 0 auto;
  color: var(--lhcs-ink-soft);
  font-size: clamp(0.92rem, 1.2vw, 1.02rem);
  line-height: 1.7;
}

.lhcs__filters {
  display: grid;
  margin-bottom: 2rem;
  padding: clamp(1rem, 2vw, 1.4rem);
  align-items: end;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto auto;
  gap: 0.9rem;
  border: 1px solid rgba(0, 109, 105, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.lhcs__filter {
  display: grid;
  min-width: 0;
  gap: 0.45rem;
}

.lhcs__filter > span {
  color: var(--lhcs-teal-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.lhcs__filter select {
  width: 100%;
  min-height: 46px;
  padding: 0.65rem 2.4rem 0.65rem 0.8rem;
  border: 1px solid rgba(48, 52, 52, 0.22);
  border-radius: 10px;
  background-color: #fff;
  color: var(--lhcs-ink);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 650;
}

.lhcs__filter select:hover {
  border-color: var(--lhcs-teal-dark);
}

.lhcs__filter select:focus-visible {
  border-color: var(--lhcs-teal-dark);
  outline: 3px solid #ffbf47;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(48, 52, 52, 0.95);
}

.lhcs button.lhcs__secondary-button {
  min-height: 46px;
  padding: 0.65rem 0.95rem;
  border: 1px solid rgba(182, 55, 59, 0.4);
  border-radius: 10px;
  background: #fff;
  color: var(--lhcs-red);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.lhcs button.lhcs__secondary-button:hover {
  transform: translateY(-1px);
  background: var(--lhcs-red);
  color: #fff;
}

.lhcs__status {
  min-width: 98px;
  margin: 0;
  align-self: center;
  color: var(--lhcs-ink-soft);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}

.lhcs__loading,
.lhcs__message {
  display: grid;
  min-height: 220px;
  padding: 2rem;
  place-items: center;
  align-content: center;
  gap: 1rem;
  border: 1px solid rgba(48, 52, 52, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--lhcs-ink-soft);
  text-align: center;
}

.lhcs__loading > span {
  font-size: 0.84rem;
  font-weight: 750;
}

.lhcs__message p,
.lhcs__noscript {
  margin: 0;
}

.lhcs__skeleton {
  position: relative;
  width: min(100%, 760px);
  height: 118px;
  overflow: hidden;
  border-radius: 14px;
  background: #e7efee;
}

.lhcs__skeleton::after {
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.75), transparent);
  animation: lhcs-shimmer 1.4s infinite;
  content: "";
}

.lhcs__rail-header {
  display: flex;
  margin-bottom: 0.9rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.lhcs__rail-heading {
  margin: 0;
  color: var(--lhcs-ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.lhcs__rail-controls {
  display: flex;
  gap: 0.5rem;
}

.lhcs button.lhcs__rail-arrow {
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(0, 109, 105, 0.25);
  border-radius: 50%;
  background: #fff;
  color: var(--lhcs-teal-deep);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.lhcs button.lhcs__rail-arrow:not(:disabled):hover {
  transform: translateY(-2px);
  background: var(--lhcs-teal-deep);
  color: #fff;
}

.lhcs button.lhcs__rail-arrow:disabled {
  border-color: rgba(48, 52, 52, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: var(--lhcs-ink-soft);
  cursor: default;
  opacity: 0.5;
  transform: none;
}

.lhcs__rail {
  width: 100%;
  padding: 0.75rem 0.75rem 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 0.75rem;
  scroll-snap-type: inline mandatory;
  scrollbar-color: rgba(0, 109, 105, 0.5) rgba(0, 109, 105, 0.08);
  scrollbar-width: thin;
}

.lhcs__rail::-webkit-scrollbar {
  height: 9px;
}

.lhcs__rail::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(0, 109, 105, 0.08);
}

.lhcs__rail::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: rgba(0, 109, 105, 0.48);
  background-clip: padding-box;
}

.lhcs__track {
  display: grid;
  width: max-content;
  grid-auto-columns: minmax(286px, 318px);
  grid-auto-flow: column;
  gap: 1rem;
}

.lhcs button.lhcs__card {
  display: grid;
  min-width: 0;
  min-height: 510px;
  padding: 0;
  overflow: hidden;
  grid-template-rows: 146px 1fr;
  border: 1px solid rgba(48, 52, 52, 0.13);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(34, 65, 63, 0.08);
  color: var(--lhcs-ink);
  cursor: pointer;
  scroll-snap-align: start;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lhcs button.lhcs__card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 109, 105, 0.35);
  box-shadow: 0 20px 42px rgba(34, 65, 63, 0.14);
}

.lhcs__card-art {
  position: relative;
  display: flex;
  min-height: 146px;
  padding: 1rem;
  overflow: hidden;
  align-items: flex-end;
  background: linear-gradient(135deg, #005956, #009189);
  color: #fff;
  isolation: isolate;
}

.lhcs__card-art::after {
  position: absolute;
  z-index: -1;
  right: -30px;
  bottom: -44px;
  width: 150px;
  height: 150px;
  border: 24px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.lhcs__card-art[data-theme="1"] {
  background: linear-gradient(135deg, #7e292c, #d9534f);
}

.lhcs__card-art[data-theme="2"] {
  background: linear-gradient(135deg, #244745, #527b77);
}

.lhcs__card-art[data-theme="3"] {
  background: linear-gradient(135deg, #303434, #5c6968);
}

.lhcs__card-art[data-theme="4"] {
  background: linear-gradient(135deg, #006d69, #b6373b);
}

.lhcs__card-industry {
  position: relative;
  z-index: 2;
  max-width: 80%;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-transform: uppercase;
}

.lhcs__card-mark {
  position: absolute;
  top: -0.35rem;
  right: 0.65rem;
  color: rgba(255, 255, 255, 0.18);
  font-size: 5.4rem;
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 1;
}

.lhcs__card-body {
  display: flex;
  min-width: 0;
  padding: 1.25rem;
  flex-direction: column;
}

.lhcs__chips {
  display: flex;
  margin-bottom: 0.9rem;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.lhcs__chip {
  display: inline-flex;
  max-width: 100%;
  min-height: 25px;
  padding: 0.28rem 0.55rem;
  align-items: center;
  overflow-wrap: anywhere;
  border: 1px solid rgba(0, 109, 105, 0.2);
  border-radius: 999px;
  background: rgba(0, 145, 137, 0.08);
  color: var(--lhcs-teal-deep);
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.25;
}

.lhcs__chip--muted {
  border-color: rgba(48, 52, 52, 0.13);
  background: var(--lhcs-mist);
  color: var(--lhcs-ink-soft);
}

.lhcs__card-title {
  display: block;
  margin-bottom: 0.65rem;
  overflow-wrap: anywhere;
  color: var(--lhcs-ink);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.lhcs__card-summary {
  display: -webkit-box;
  margin-bottom: 1rem;
  overflow: hidden;
  overflow-wrap: anywhere;
  color: var(--lhcs-ink-soft);
  font-size: 0.8rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.lhcs__card-outcome {
  display: grid;
  margin: auto 0 1rem;
  padding: 0.85rem;
  overflow-wrap: anywhere;
  gap: 0.25rem;
  border-left: 3px solid var(--lhcs-red);
  border-radius: 0 9px 9px 0;
  background: rgba(182, 55, 59, 0.06);
  color: var(--lhcs-ink-soft);
  font-size: 0.72rem;
  line-height: 1.45;
}

.lhcs__card-outcome strong {
  color: var(--lhcs-red);
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.lhcs__card-outcome > span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.lhcs__card-link {
  display: block;
  margin-top: auto;
  color: var(--lhcs-teal-deep);
  font-size: 0.76rem;
  font-weight: 850;
}

.lhcs__modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  padding: clamp(0.75rem, 3vw, 2rem);
  place-items: center;
}

.lhcs button.lhcs__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(20, 31, 30, 0.74);
  cursor: default;
  backdrop-filter: blur(7px);
}

.lhcs__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 790px);
  max-height: min(88vh, 860px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 34px 100px rgba(15, 28, 27, 0.38);
}

.lhcs button.lhcs__close {
  position: sticky;
  z-index: 3;
  top: 0.85rem;
  float: right;
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin: 0.85rem 0.85rem -3.6rem 0;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(48, 52, 52, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 20px rgba(34, 65, 63, 0.1);
  color: var(--lhcs-ink);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.lhcs button.lhcs__close:hover {
  background: var(--lhcs-red);
  color: #fff;
}

.lhcs__dialog-header {
  padding: clamp(1.6rem, 4vw, 3rem);
  padding-right: clamp(4.8rem, 9vw, 6rem);
  border-bottom: 1px solid rgba(48, 52, 52, 0.12);
  background:
    radial-gradient(circle at 96% 0, rgba(0, 145, 137, 0.16), transparent 15rem),
    var(--lhcs-mist);
}

.lhcs__dialog-title {
  max-width: 650px;
  margin: 0 0 1.1rem;
  overflow-wrap: anywhere;
  color: var(--lhcs-ink);
  font-size: clamp(1.55rem, 3.5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.lhcs__dialog-header .lhcs__chips {
  margin-bottom: 0;
}

.lhcs__dialog-body {
  display: grid;
  padding: clamp(1.4rem, 4vw, 3rem);
  gap: 1rem;
}

.lhcs__dialog-section {
  display: grid;
  padding: clamp(1rem, 2vw, 1.35rem);
  grid-template-columns: minmax(120px, 0.28fr) minmax(0, 0.72fr);
  gap: 1.25rem;
  border: 1px solid rgba(48, 52, 52, 0.11);
  border-radius: 14px;
  background: #fff;
}

.lhcs__dialog-section p,
.lhcs__dialog-list {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--lhcs-ink-soft);
  font-size: 0.87rem;
  line-height: 1.65;
}

.lhcs__dialog-section .lhcs__dialog-label {
  color: var(--lhcs-teal-deep);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.lhcs__dialog-list {
  display: grid;
  padding: 0;
  gap: 0.7rem;
  list-style: none;
}

.lhcs__dialog-list li {
  position: relative;
  padding-left: 1.55rem;
  overflow-wrap: anywhere;
}

.lhcs__dialog-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--lhcs-teal-dark);
  content: "\2713";
  font-weight: 900;
}

.lhcs__quote {
  margin: 0;
  padding: clamp(1.15rem, 2.5vw, 1.65rem);
  overflow-wrap: anywhere;
  border-radius: 14px;
  background: var(--lhcs-teal-deep);
  color: #fff;
}

.lhcs__quote p {
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 700;
  line-height: 1.55;
}

.lhcs__quote-response {
  margin-top: 0.75rem;
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.5;
}

.lhcs__noscript {
  padding: 1rem;
  border: 1px solid rgba(182, 55, 59, 0.3);
  border-radius: 12px;
  background: rgba(182, 55, 59, 0.06);
  color: var(--lhcs-ink);
  text-align: center;
}

@keyframes lhcs-shimmer {
  to {
    transform: translateX(100%);
  }
}

@media (max-width: 920px) {
  .lhcs__filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lhcs__status {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .lhcs {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
    padding: 1.15rem;
    border-radius: 22px;
  }

  .lhcs__header {
    text-align: left;
  }

  .lhcs__heading,
  .lhcs__intro {
    margin-left: 0;
  }

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

  .lhcs__filter > span {
    font-size: 0.75rem;
  }

  .lhcs__filter select {
    min-height: 48px;
    font-size: 1rem;
  }

  .lhcs button.lhcs__secondary-button {
    width: 100%;
    min-height: 48px;
    font-size: 0.875rem;
    text-align: left;
  }

  .lhcs__status {
    width: 100%;
    font-size: 0.8125rem;
    text-align: left;
  }

  .lhcs__rail-controls {
    display: none;
  }

  .lhcs__rail {
    scroll-padding-inline: 0.75rem;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  .lhcs__track {
    grid-auto-columns: min(78vw, 318px);
    gap: 0.85rem;
  }

  .lhcs button.lhcs__card {
    min-height: 470px;
  }

  .lhcs__card-title {
    font-size: 1.08rem;
  }

  .lhcs__card-summary {
    font-size: 0.875rem;
  }

  .lhcs__card-outcome {
    font-size: 0.8125rem;
  }

  .lhcs__chip {
    font-size: 0.7rem;
    white-space: normal;
  }

  .lhcs__modal {
    padding: env(safe-area-inset-top) 0 0;
    place-items: end center;
  }

  .lhcs__dialog {
    width: 100%;
    max-height: 92vh;
    max-height: 92dvh;
    overflow: auto;
    overscroll-behavior: contain;
    border-radius: 22px 22px 0 0;
    -webkit-overflow-scrolling: touch;
  }

  .lhcs button.lhcs__close {
    top: max(0.75rem, calc(0.25rem + env(safe-area-inset-top)));
  }

  .lhcs__dialog-header {
    padding: max(1.5rem, calc(0.8rem + env(safe-area-inset-top))) 4.4rem 1.5rem 1.5rem;
  }

  .lhcs__dialog-body {
    padding: 1.2rem;
    padding-bottom: calc(1.2rem + env(safe-area-inset-bottom));
  }

  .lhcs__dialog-section {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .lhcs__dialog-section p,
  .lhcs__dialog-list {
    font-size: 0.9375rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lhcs *,
  .lhcs *::before,
  .lhcs *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .lhcs__rail {
    scroll-behavior: auto;
  }

  .lhcs__skeleton::after {
    transform: none;
    animation: none;
    background: transparent;
  }
}
