.WPV6lX2WT2gTSC8srsgL {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* Agent Card Container */
.mJ6Evd49jaPK3RhO6L7E {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 400px;
  background-color: var(--_theme---background-2);
  background-image: var(--agent-bg-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              border-color 200ms ease;
  border-top-style: solid;
  border-top-width: var(--border-width--main);
  border-right-style: solid;
  border-right-width: var(--border-width--main);
  border-bottom-style: solid;
  border-bottom-width: var(--border-width--main);
  border-left-style: solid;
  border-left-width: var(--border-width--main);
  border-top-color: color-mix(in srgb, transparent calc(100% * var(--_trigger---on)), var(--_theme---text) calc(100% * var(--_trigger---off)));
  border-right-color: color-mix(in srgb, transparent calc(100% * var(--_trigger---on)), var(--_theme---text) calc(100% * var(--_trigger---off)));
  border-bottom-color: color-mix(in srgb, transparent calc(100% * var(--_trigger---on)), var(--_theme---text) calc(100% * var(--_trigger---off)));
  border-left-color: color-mix(in srgb, transparent calc(100% * var(--_trigger---on)), var(--_theme---text) calc(100% * var(--_trigger---off)));
}

.WPV6lX2WT2gTSC8srsgL:hover .mJ6Evd49jaPK3RhO6L7E {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* Dark Overlay for Text Readability */
.i6XmcL7264Oev7RtH1sl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.5) 70%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 1;
  transition: opacity 0.4s ease;
}

.WPV6lX2WT2gTSC8srsgL:hover .mJ6Evd49jaPK3RhO6L7E .i6XmcL7264Oev7RtH1sl {
  opacity: 0.8;
}

/* Content Section */
.HxBhHOPNh9CdvrpvrcQG {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: var(--_spacing---space--5);
  gap: var(--_spacing---space--3);
  flex: 1;
  justify-content: flex-end;
  min-height: 400px;
}

/* Name */
.M6ZaVc_qLavqXV0yfLM_ {
  font-family: var(--_typography---font--heading-family);
  font-size: var(--_typography---font-size--h3);
  font-weight: var(--_typography---font--primary-bold);
  line-height: var(--_typography---line-height--small);
  color: #ffffff;
  letter-spacing: var(--_typography---letter-spacing--normal);
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.M6ZaVc_qLavqXV0yfLM_.EptGwNN5O_sQac3GHDE2 {
  opacity: 1;
  transform: translateY(0);
}

/* Title */
.YKxKpoSpXNRNYd_g58iD {
  font-size: var(--_typography---font-size--text-main);
  line-height: var(--_typography---line-height--large);
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  font-weight: var(--_typography---font--primary-medium);
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.YKxKpoSpXNRNYd_g58iD.EptGwNN5O_sQac3GHDE2 {
  opacity: 1;
  transform: translateY(0);
}

/* Description */
.wRRZPELeER1r947gZGyX {
  font-size: var(--_typography---font-size--text-main);
  line-height: var(--_typography---line-height--large);
  color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.wRRZPELeER1r947gZGyX.EptGwNN5O_sQac3GHDE2 {
  opacity: 1;
  transform: translateY(0);
}

/* Expand Arrow */
.yUrbNUhse5fkni_psrIw {
  position: absolute;
  bottom: var(--_spacing---space--5);
  right: var(--_spacing---space--5);
  z-index: 3;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0.8);
}

.mJ6Evd49jaPK3RhO6L7E:hover .yUrbNUhse5fkni_psrIw,
.mJ6Evd49jaPK3RhO6L7E[role="button"]:focus .yUrbNUhse5fkni_psrIw {
  opacity: 1;
  transform: scale(1);
  background-color: rgba(255, 255, 255, 0.25);
}

.yUrbNUhse5fkni_psrIw svg {
  width: 20px;
  height: 20px;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .HxBhHOPNh9CdvrpvrcQG {
    padding: var(--_spacing---space--4);
  }

  .M6ZaVc_qLavqXV0yfLM_ {
    font-size: var(--_typography---font-size--h4);
  }

  .yUrbNUhse5fkni_psrIw {
    bottom: var(--_spacing---space--4);
    right: var(--_spacing---space--4);
    width: 36px;
    height: 36px;
  }

  .yUrbNUhse5fkni_psrIw svg {
    width: 18px;
    height: 18px;
  }
}

