.lh-sales-team {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(76px, 7vw, 116px) 0 clamp(82px, 7.5vw, 124px);
  color: #f5f9ff;
  background: #07131f;
}
.lh-sales-team__ambient {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 18%, rgba(21,132,217,.22), transparent 29%),
    radial-gradient(circle at 91% 76%, rgba(17,93,153,.18), transparent 26%),
    linear-gradient(120deg, transparent 0 47%, rgba(83,180,240,.055) 47.1% 47.25%, transparent 47.35% 100%);
}
.lh-sales-team__heading {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 1120px;
  gap: 0;
  margin: 0 auto clamp(38px, 4vw, 62px);
  padding-bottom: 25px;
  text-align: center;
}
.lh-sales-team__heading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 76px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, #54c5ff, transparent);
  transform: translateX(-50%);
}
.lh-sales-team .lh-kicker { color: #56bffc; }
.lh-sales-team__heading h2 {
  max-width: 1120px;
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(38px, 4.4vw, 68px);
  line-height: .98;
  letter-spacing: -.047em;
  white-space: nowrap;
}
.lh-sales-team__heading > p {
  max-width: 700px;
  margin: 22px auto 0;
  color: #adbdcb;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.7;
}
.lh-sales-team__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 18px);
}
.lh-sales-card,
.lh-sales-help {
  position: relative;
  min-width: 0;
  min-height: 330px;
  border: 1px solid rgba(150,196,225,.19);
  background: linear-gradient(160deg, rgba(20,42,59,.96), rgba(9,25,38,.96));
}
.lh-sales-card {
  padding: clamp(22px, 1.8vw, 30px) 10px 28px;
  overflow: hidden;
  text-align: center;
  transition: transform .42s cubic-bezier(.2,.75,.25,1), border-color .35s, box-shadow .35s;
}
.lh-sales-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transition: transform .42s cubic-bezier(.2,.75,.25,1);
}
.lh-sales-card::before {
  position: absolute;
  top: 0;
  left: -80%;
  width: 52%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, #6bcaff, transparent);
  transition: left .65s ease;
}
.lh-sales-card__glow {
  position: absolute;
  top: 34px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  opacity: .42;
  background: #158bd3;
  filter: blur(30px);
  transition: opacity .35s, transform .42s;
}
.lh-sales-card__portrait {
  position: relative;
  width: clamp(92px, 8.2vw, 126px);
  aspect-ratio: 1;
  margin: 0 0 15px;
  padding: 4px;
  border: 1px solid rgba(111,204,255,.72);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(99,203,255,.34), rgba(5,21,34,.85));
  box-shadow: 0 0 0 7px rgba(62,171,231,.07), 0 18px 35px rgba(0,0,0,.3);
}
.lh-sales-card__portrait img,
.lh-sales-card__initial {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  border-radius: 50%;
  object-fit: cover;
}
.lh-sales-card__initial { background: #102d42; font-size: 34px; font-weight: 800; }
.lh-sales-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.15;
  letter-spacing: -.025em;
}
.lh-sales-card__label,
.lh-sales-card__value { margin: 0; }
.lh-sales-card__label {
  color: #83a7bd;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.lh-sales-card__value {
  margin: 3px 0 10px;
  color: #eef7fc;
  font-size: clamp(11px, .9vw, 14px);
  line-height: 1.25;
  white-space: nowrap;
}
.lh-sales-card__value--email {
  max-width: 100%;
  overflow: visible;
  font-size: clamp(8.5px, .67vw, 10.5px);
  letter-spacing: -.01em;
  text-overflow: clip;
}
.lh-sales-card__cta {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 12px;
  left: 14px;
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 18px;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(151,222,255,.5);
  border-radius: 6px;
  opacity: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .075em;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.13), transparent 48%),
    linear-gradient(105deg, #0877b7, #0a9ddd 56%, #0877b7);
  background-size: 100% 100%, 180% 100%;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 13px 28px rgba(7,119,181,.32);
  transform: translateY(68px);
  transition: opacity .32s, transform .48s cubic-bezier(.16,.82,.24,1), box-shadow .3s, border-color .3s, background-position .4s;
}
.lh-sales-card__cta::before {
  position: absolute;
  top: -80%;
  left: -48%;
  width: 28%;
  height: 260%;
  content: "";
  opacity: .65;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent);
  pointer-events: none;
  transform: rotate(18deg);
  transition: left .72s cubic-bezier(.2,.7,.2,1);
}
.lh-sales-card__cta span { position: relative; z-index: 1; }
.lh-sales-card__cta,
.lh-sales-card__cta span { white-space: nowrap; }
.lh-sales-card__cta:hover,
.lh-sales-card__cta:focus-visible {
  border-color: rgba(198,238,255,.9);
  background-position: 0 0, 100% 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 16px 34px rgba(7,119,181,.5), 0 0 22px rgba(60,190,255,.18);
}
.lh-sales-card__cta:hover::before,
.lh-sales-card__cta:focus-visible::before { left: 125%; }
.lh-sales-card:hover,
.lh-sales-card:focus-within {
  z-index: 2;
  border-color: rgba(91,195,255,.7);
  box-shadow: 0 24px 58px rgba(0,0,0,.33), 0 0 35px rgba(17,135,206,.12);
  transform: translateY(-9px);
}
.lh-sales-card:hover::before,
.lh-sales-card:focus-within::before { left: 120%; }
.lh-sales-card:hover .lh-sales-card__glow,
.lh-sales-card:focus-within .lh-sales-card__glow { opacity: .7; transform: scale(1.12); }
.lh-sales-card:hover .lh-sales-card__content,
.lh-sales-card:focus-within .lh-sales-card__content { transform: translateY(-15px); }
.lh-sales-card:hover .lh-sales-card__cta,
.lh-sales-card:focus-within .lh-sales-card__cta { opacity: 1; transform: translateY(0); }
.lh-sales-card:hover .lh-sales-card__portrait img,
.lh-sales-card:focus-within .lh-sales-card__portrait img { transform: scale(1.035); }
.lh-sales-card__portrait img { transition: transform .42s cubic-bezier(.2,.75,.25,1); }
.lh-sales-help {
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  overflow: hidden;
  background: linear-gradient(145deg, #128bd0, #075589);
}
.lh-sales-help::after {
  position: absolute;
  width: 190px;
  height: 190px;
  top: -92px;
  right: -72px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 28px rgba(255,255,255,.04), 0 0 0 57px rgba(255,255,255,.025);
}
.lh-sales-help__signal { display: flex; gap: 5px; margin-bottom: auto; }
.lh-sales-help__signal i { width: 6px; height: 6px; border-radius: 50%; background: #fff; animation: lh-sales-pulse 1.8s ease-in-out infinite; }
.lh-sales-help__signal i:nth-child(2) { animation-delay: .2s; }
.lh-sales-help__signal i:nth-child(3) { animation-delay: .4s; }
.lh-sales-help p { margin: 0 0 8px; font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.lh-sales-help h3 { position: relative; z-index: 1; margin: 0 0 10px; color: #fff; font-size: 22px; line-height: 1.05; }
.lh-sales-help > span:not(.lh-sales-help__signal) { color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.5; }
.lh-sales-help a { margin-top: 18px; color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }
.lh-sales-help a b { display: inline-block; margin-left: 5px; transition: transform .2s; }
.lh-sales-help a:hover b { transform: translateX(4px); }
@keyframes lh-sales-pulse { 0%,100% { opacity:.35; transform:translateY(0); } 50% { opacity:1; transform:translateY(-4px); } }
@media (max-width: 1100px) {
  .lh-sales-team__heading h2 { white-space: normal; }
  .lh-sales-team__heading > p { max-width: 680px; }
  .lh-sales-team__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
  .lh-sales-help { display: flex; }
  .lh-sales-card, .lh-sales-help { min-height: 300px; }
  .lh-sales-card__portrait { width: 126px; }
}
@media (max-width: 620px) {
  .lh-sales-team { padding: 62px 0 70px; }
  .lh-sales-team__heading { margin-bottom: 30px; }
  .lh-sales-team__heading h2 { font-size: clamp(35px, 11vw, 48px); }
  .lh-sales-team__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .lh-sales-card, .lh-sales-help { min-height: 330px; }
  .lh-sales-card {
    display: flex;
    flex-direction: column;
    padding: 22px 8px 18px;
  }
  .lh-sales-card__content { flex: 1 1 auto; width: 100%; }
  .lh-sales-card__cta {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    flex: 0 0 46px;
    width: calc(100% - 12px);
    margin: 12px 6px 0;
    opacity: 1;
    font-size: 11px;
    letter-spacing: .035em;
    transform: none;
  }
  .lh-sales-card:hover,
  .lh-sales-card:focus-within,
  .lh-sales-card:hover .lh-sales-card__content,
  .lh-sales-card:focus-within .lh-sales-card__content { transform: none; }
  .lh-sales-card__portrait { width: min(30vw, 112px); margin-bottom: 18px; }
  .lh-sales-card__value { font-size: 11px; }
  .lh-sales-card__value--email { font-size: 8.5px; }
  .lh-sales-help { padding: 20px; }
  .lh-sales-help h3 { font-size: 19px; }
  .lh-sales-help > span:not(.lh-sales-help__signal) { font-size: 12px; }
}
@media (hover: none) {
  .lh-sales-card {
    display: flex;
    flex-direction: column;
    padding-bottom: 18px;
  }
  .lh-sales-card__content { flex: 1 1 auto; width: 100%; }
  .lh-sales-card__cta {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    flex: 0 0 46px;
    width: calc(100% - 12px);
    margin: 12px 6px 0;
    opacity: 1;
    transform: none;
  }
  .lh-sales-card:hover,
  .lh-sales-card:focus-within,
  .lh-sales-card:hover .lh-sales-card__content,
  .lh-sales-card:focus-within .lh-sales-card__content { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .lh-sales-card, .lh-sales-card::before, .lh-sales-card__glow, .lh-sales-card__content, .lh-sales-card__portrait img, .lh-sales-card__cta, .lh-sales-help__signal i { animation: none; transition: none; }
}
