/* Trade-show landing experience for Issue #92.
   Presentation only: no independent recommendation or vendor authority logic. */

:root {
  --showcase-deep: #071827;
  --showcase-navy: #0b2a41;
  --showcase-cyan: #36d7dc;
  --showcase-mint: #8ff4df;
  --showcase-violet: #8f87ff;
  --showcase-electric: #45a8ff;
  --showcase-glass: rgba(13, 39, 58, .72);
}

.tradeshow-hero {
  position: relative;
  width: 100%;
  min-height: clamp(44rem, 76vh, 54rem);
  margin-top: 0;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 18% 14%, rgba(69, 168, 255, .18), transparent 30%),
    radial-gradient(circle at 82% 28%, rgba(143, 135, 255, .22), transparent 32%),
    linear-gradient(135deg, #06131f 0%, #0a2438 44%, #0b3448 72%, #0d5660 140%);
}

.tradeshow-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 12rem;
  background: linear-gradient(transparent, rgba(5, 18, 29, .44));
  pointer-events: none;
  z-index: -1;
}

.py-xl-6 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.hero-ambient,
.hero-grid,
.hero-orb {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-grid {
  opacity: .21;
  background-image:
    linear-gradient(rgba(143, 228, 230, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 228, 230, .08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .95), transparent 86%);
  animation: showcase-grid-drift 24s linear infinite;
}

.hero-orb {
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .24;
}

.hero-orb-one {
  inset: -12rem auto auto -8rem;
  background: var(--showcase-electric);
  animation: showcase-orb-one 15s ease-in-out infinite alternate;
}

.hero-orb-two {
  inset: 4rem -10rem auto auto;
  background: var(--showcase-violet);
  animation: showcase-orb-two 18s ease-in-out infinite alternate;
}

.hero-orb-three {
  inset: auto 22% -13rem auto;
  background: var(--showcase-cyan);
  animation: showcase-orb-three 21s ease-in-out infinite alternate;
}

.event-pill,
.concierge-mode,
.truth-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(143, 244, 223, .26);
  border-radius: 999px;
  color: #d9fffa;
  background: rgba(9, 38, 54, .58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
}

.event-pill {
  padding: .52rem .85rem;
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .04em;
}

.event-pill-muted {
  color: rgba(255, 255, 255, .74);
  border-color: rgba(255, 255, 255, .14);
}

.hero-kicker,
.intelligence-eyebrow,
.closing-kicker {
  color: var(--showcase-mint);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-display {
  max-width: 12ch;
  font-size: clamp(3.35rem, 5.1vw, 5.8rem);
  font-weight: 760;
  line-height: .98;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.hero-display span {
  color: transparent;
  background: linear-gradient(90deg, #fff 5%, #9ff9e8 42%, #6bd5ff 72%, #b3acff 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lead {
  max-width: 43rem;
  color: rgba(238, 249, 252, .76);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.65;
}

.btn-ai-primary,
.btn-ai-secondary {
  --bs-btn-border-width: 1px;
  border-radius: .85rem;
  font-weight: 730;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn-ai-primary {
  --bs-btn-color: #05252d;
  --bs-btn-bg: #9ff9e8;
  --bs-btn-border-color: #9ff9e8;
  --bs-btn-hover-color: #05252d;
  --bs-btn-hover-bg: #c2fff3;
  --bs-btn-hover-border-color: #c2fff3;
  box-shadow: 0 14px 34px rgba(54, 215, 220, .2), 0 0 0 1px rgba(255, 255, 255, .08);
}

.btn-ai-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(255, 255, 255, .06);
  --bs-btn-border-color: rgba(255, 255, 255, .28);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(255, 255, 255, .12);
  --bs-btn-hover-border-color: rgba(255, 255, 255, .44);
  backdrop-filter: blur(8px);
}

.btn-ai-primary:hover,
.btn-ai-secondary:hover {
  transform: translateY(-2px);
}

.hero-links a {
  color: rgba(232, 249, 252, .76);
  font-size: .92rem;
  font-weight: 650;
  text-decoration: none;
}

.hero-links a:hover {
  color: #fff;
}

.hero-truth {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  max-width: 42rem;
  color: rgba(232, 249, 252, .68);
  font-size: .87rem;
}

.hero-truth i {
  margin-top: .08rem;
  color: var(--showcase-mint);
}

.hero-truth strong {
  color: #fff;
}

.concierge-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(153, 242, 233, .27);
  border-radius: 1.65rem;
  background: linear-gradient(155deg, rgba(13, 43, 62, .88), rgba(5, 22, 35, .76));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, .34),
    0 0 0 1px rgba(255, 255, 255, .04),
    0 0 80px rgba(54, 215, 220, .08);
  backdrop-filter: blur(18px);
  animation: showcase-console-float 8s ease-in-out infinite;
}

.concierge-shell::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, rgba(159, 249, 232, .46), transparent 34%, rgba(143, 135, 255, .35) 68%, transparent);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.concierge-header {
  padding: 1rem 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .03);
}

.concierge-title {
  color: #eefcff;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .09em;
}

.concierge-subtitle {
  color: rgba(220, 243, 248, .47);
  font-size: .68rem;
}

.live-dot {
  position: relative;
  width: .65rem;
  height: .65rem;
  border-radius: 50%;
  background: #73f0c9;
  box-shadow: 0 0 0 5px rgba(115, 240, 201, .08), 0 0 18px rgba(115, 240, 201, .8);
  animation: showcase-live-pulse 2.2s ease-out infinite;
}

.concierge-mode {
  padding: .35rem .6rem;
  color: rgba(225, 255, 249, .78);
  font-size: .64rem;
  letter-spacing: .03em;
}

.concierge-body {
  padding: 1.3rem;
}

.concierge-prompt {
  margin-bottom: .75rem;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 720;
  letter-spacing: -.025em;
}

.role-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-bottom: 1rem;
}

.role-chips a {
  border-radius: 999px;
}

.role-chips span {
  display: inline-flex;
  gap: .38rem;
  align-items: center;
  padding: .38rem .58rem;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 999px;
  color: rgba(236, 250, 252, .64);
  background: rgba(255, 255, 255, .035);
  font-size: .72rem;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.role-chips a:hover span,
.role-chips a:focus-visible span {
  color: #fff;
  border-color: rgba(159, 249, 232, .36);
  background: rgba(54, 215, 220, .09);
}

.attract-stage {
  position: relative;
  min-height: 22rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at 90% 0%, rgba(143, 135, 255, .09), transparent 30%),
    rgba(4, 18, 29, .54);
  overflow: hidden;
}

.attract-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .15;
  background-image: radial-gradient(rgba(159, 249, 232, .5) .6px, transparent .6px);
  background-size: 15px 15px;
}

.attract-scene {
  position: absolute;
  inset: 1rem;
  z-index: 1;
}

.attract-scene-buyer {
  animation: showcase-buyer-scene 24s ease-in-out infinite;
}

.attract-scene-vendor {
  opacity: 0;
  animation: showcase-vendor-scene 24s ease-in-out infinite;
}

.demo-user-bubble {
  width: min(92%, 31rem);
  margin-left: auto;
  padding: .85rem 1rem;
  border: 1px solid rgba(121, 213, 255, .22);
  border-radius: 1rem 1rem .25rem 1rem;
  color: #eaf9ff;
  background: linear-gradient(135deg, rgba(41, 123, 170, .28), rgba(86, 92, 190, .16));
  box-shadow: 0 14px 32px rgba(0, 0, 0, .16);
  font-size: .9rem;
  line-height: 1.45;
}

.demo-system-line {
  display: flex;
  gap: .7rem;
  align-items: center;
  margin: 1rem 0;
  color: rgba(233, 250, 251, .76);
  font-size: .8rem;
}

.demo-avatar,
.result-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: .7rem;
  color: #041e26;
  background: linear-gradient(135deg, var(--showcase-mint), #78d7ff);
  box-shadow: 0 8px 24px rgba(54, 215, 220, .18);
}

.demo-avatar {
  width: 2.1rem;
  height: 2.1rem;
}

.status-trail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
  margin-bottom: 1rem;
}

.status-step {
  position: relative;
  overflow: hidden;
  padding: .6rem .7rem .6rem 1.6rem;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: .75rem;
  color: rgba(235, 249, 252, .57);
  background: rgba(255, 255, 255, .025);
  font-size: .7rem;
  font-weight: 690;
  letter-spacing: .025em;
  animation: showcase-status-scan 6s ease-in-out infinite;
}

.status-step::before {
  content: "";
  position: absolute;
  top: 50%;
  left: .7rem;
  width: .45rem;
  height: .45rem;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #607b89;
}

.status-step-2 { animation-delay: 1.25s; }
.status-step-3 { animation-delay: 2.5s; }
.status-step-4 { animation-delay: 3.75s; }

.demo-result-card {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .85rem;
  border: 1px solid rgba(143, 244, 223, .19);
  border-radius: .9rem;
  color: #e9fffb;
  background: linear-gradient(120deg, rgba(46, 169, 158, .15), rgba(80, 119, 192, .08));
}

.demo-result-card small {
  color: rgba(225, 247, 246, .55);
}

.result-icon {
  width: 2.55rem;
  height: 2.55rem;
}

.decision-flow {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin-top: 1rem;
}

.flow-node {
  display: flex;
  flex: 0 0 auto;
  gap: .35rem;
  align-items: center;
  color: rgba(226, 249, 250, .62);
  font-size: .66rem;
  font-weight: 660;
}

.flow-node i {
  color: var(--showcase-mint);
}

.flow-connector {
  position: relative;
  flex: 1 1 1rem;
  min-width: .65rem;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, .11);
}

.flow-connector::after {
  content: "";
  position: absolute;
  top: 0;
  left: -55%;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--showcase-cyan), transparent);
  animation: showcase-flow-pulse 3s linear infinite;
}

.audience-section {
  scroll-margin-top: 5rem;
}

.section-intro {
  max-width: 48rem;
}

.audience-card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--moas-border);
  border-radius: 1.35rem;
  background: #fff;
  box-shadow: 0 18px 48px rgba(26, 54, 71, .07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.audience-card::before {
  content: "";
  position: absolute;
  top: -6rem;
  right: -5rem;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  opacity: .09;
  background: var(--moas-teal);
  filter: blur(2px);
}

.audience-card-vendor::before {
  background: var(--showcase-violet);
}

.audience-card:hover {
  transform: translateY(-5px);
  border-color: #abdfe1;
  box-shadow: 0 24px 58px rgba(26, 74, 87, .12);
}

.audience-card-explore {
  min-height: 100%;
  color: inherit;
  background: linear-gradient(165deg, #f7fbfc, #edf6f7);
}

.audience-icon {
  display: grid;
  width: 3.35rem;
  height: 3.35rem;
  place-items: center;
  border: 1px solid #c9e6e7;
  border-radius: 1rem;
  color: var(--moas-teal-dark);
  background: var(--moas-soft);
  font-size: 1.4rem;
}

.audience-card-vendor .audience-icon {
  color: #5d53c5;
  border-color: #d9d5ff;
  background: #f2f0ff;
}

.audience-label {
  color: var(--moas-teal-dark);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.audience-card-vendor .audience-label {
  color: #6259c7;
}

.audience-proof {
  display: flex;
  gap: .55rem;
  align-items: flex-start;
  color: #486674;
  font-size: .84rem;
}

.audience-proof i {
  color: var(--moas-teal-dark);
}

.explore-arrow {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--moas-navy);
}

#for-vendors {
  scroll-margin-top: 6rem;
}

.intelligence-band {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  color: #fff;
  background:
    radial-gradient(circle at 85% 0%, rgba(143, 135, 255, .21), transparent 28%),
    linear-gradient(135deg, #0b263a, #0c3f4f 72%, #0e5961 135%);
  box-shadow: 0 24px 70px rgba(15, 47, 70, .16);
}

.intelligence-band::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 42px 42px;
}

.intelligence-band > * {
  position: relative;
  z-index: 1;
}

.truth-chip {
  padding: .5rem .75rem;
  font-size: .73rem;
  font-weight: 720;
}

.intelligence-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: .65rem;
}

.intelligence-step {
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .055);
  backdrop-filter: blur(8px);
}

.intelligence-step i {
  display: block;
  margin: .65rem 0 .9rem;
  color: var(--showcase-mint);
  font-size: 1.45rem;
}

.intelligence-step h3 {
  margin-bottom: .35rem;
  font-size: 1rem;
}

.intelligence-step p {
  margin: 0;
  color: rgba(235, 250, 252, .58);
  font-size: .78rem;
  line-height: 1.5;
}

.step-number {
  color: rgba(159, 249, 232, .62);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.step-link {
  position: relative;
  align-self: center;
  width: 1.7rem;
  height: 1px;
  overflow: hidden;
  background: rgba(159, 249, 232, .2);
}

.step-link::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -100%;
  width: 75%;
  background: linear-gradient(90deg, transparent, #9ff9e8, transparent);
  animation: showcase-step-flow 3.5s linear infinite;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--moas-border);
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 14px 40px rgba(36, 55, 70, .06);
}

.trust-item {
  display: flex;
  gap: .75rem;
  align-items: center;
  min-width: 0;
  padding: 1.1rem;
  border-right: 1px solid var(--moas-border);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item i {
  flex: 0 0 auto;
  color: var(--moas-teal-dark);
  font-size: 1.25rem;
}

.trust-item span {
  min-width: 0;
}

.trust-item strong,
.trust-item small {
  display: block;
}

.trust-item strong {
  color: var(--moas-navy);
  font-size: .82rem;
}

.trust-item small {
  margin-top: .1rem;
  color: #72848f;
  font-size: .7rem;
}

.closing-cta {
  position: relative;
  overflow: hidden;
  border-radius: 1.4rem;
  color: #fff;
  background:
    radial-gradient(circle at 85% 30%, rgba(143, 135, 255, .25), transparent 28%),
    linear-gradient(125deg, #0d2c42, #0b4650 78%, #0f8991 150%);
}

.closing-cta::before {
  content: "";
  position: absolute;
  top: -8rem;
  right: -5rem;
  width: 20rem;
  height: 20rem;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
}

.closing-cta > * {
  position: relative;
  z-index: 1;
}

@keyframes showcase-grid-drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(54px, 54px, 0); }
}

@keyframes showcase-orb-one {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(7rem, 4rem, 0) scale(1.18); }
}

@keyframes showcase-orb-two {
  from { transform: translate3d(0, 0, 0) scale(1.08); }
  to { transform: translate3d(-8rem, 5rem, 0) scale(.9); }
}

@keyframes showcase-orb-three {
  from { transform: translate3d(0, 0, 0) scale(.88); }
  to { transform: translate3d(5rem, -5rem, 0) scale(1.16); }
}

@keyframes showcase-console-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -7px, 0); }
}

@keyframes showcase-live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(115, 240, 201, .36), 0 0 18px rgba(115, 240, 201, .7); }
  70% { box-shadow: 0 0 0 9px rgba(115, 240, 201, 0), 0 0 18px rgba(115, 240, 201, .7); }
  100% { box-shadow: 0 0 0 0 rgba(115, 240, 201, 0), 0 0 18px rgba(115, 240, 201, .7); }
}

@keyframes showcase-buyer-scene {
  0%, 3% { opacity: 0; transform: translateY(9px); }
  7%, 43% { opacity: 1; transform: translateY(0); }
  48%, 100% { opacity: 0; transform: translateY(-7px); }
}

@keyframes showcase-vendor-scene {
  0%, 49% { opacity: 0; transform: translateY(9px); }
  53%, 92% { opacity: 1; transform: translateY(0); }
  97%, 100% { opacity: 0; transform: translateY(-7px); }
}

@keyframes showcase-status-scan {
  0%, 18%, 100% {
    color: rgba(235, 249, 252, .48);
    border-color: rgba(255, 255, 255, .07);
    background: rgba(255, 255, 255, .025);
  }
  28%, 56% {
    color: #eafffb;
    border-color: rgba(143, 244, 223, .31);
    background: rgba(54, 215, 220, .085);
    box-shadow: inset 0 0 0 1px rgba(159, 249, 232, .025), 0 0 22px rgba(54, 215, 220, .045);
  }
}

@keyframes showcase-flow-pulse {
  from { transform: translateX(0); }
  to { transform: translateX(350%); }
}

@keyframes showcase-step-flow {
  from { transform: translateX(0); }
  to { transform: translateX(270%); }
}

@media (min-width: 1600px) {
  .tradeshow-hero .container {
    max-width: 1500px;
  }

  .concierge-shell {
    transform-origin: center;
  }

  .concierge-body {
    padding: 1.55rem;
  }

  .attract-stage {
    min-height: 23.5rem;
  }
}

@media (max-width: 1199.98px) {
  .tradeshow-hero {
    min-height: auto;
  }

  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .hero-display {
    max-width: 14ch;
  }

  .concierge-shell {
    max-width: 48rem;
    margin-inline: auto;
  }

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

  .step-link {
    display: none;
  }

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

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--moas-border);
  }
}

@media (max-width: 767.98px) {
  .tradeshow-hero {
    margin-top: 0;
  }

  .py-xl-6 {
    padding-top: 2.8rem !important;
    padding-bottom: 3rem !important;
  }

  .hero-display {
    font-size: clamp(2.75rem, 12vw, 4.2rem);
  }

  .event-pill-muted {
    display: none;
  }

  .concierge-shell {
    border-radius: 1.2rem;
  }

  .concierge-header {
    align-items: flex-start !important;
  }

  .concierge-mode {
    display: none;
  }

  .concierge-body {
    padding: .9rem;
  }

  .attract-stage {
    min-height: 33rem;
    padding: .7rem;
  }

  .attract-scene {
    inset: .7rem;
  }

  .status-trail {
    grid-template-columns: 1fr;
    gap: .4rem;
  }

  .decision-flow {
    gap: .3rem;
  }

  .flow-node span {
    display: none;
  }

  .audience-card {
    border-radius: 1.1rem;
  }

  .intelligence-band {
    border-radius: 1.15rem;
  }

  .intelligence-steps,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-item,
  .trust-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--moas-border);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .closing-cta {
    border-radius: 1.15rem;
  }
}

@media (max-width: 430px) {
  .role-chips span {
    font-size: .64rem;
  }

  .demo-user-bubble {
    width: 100%;
    font-size: .82rem;
  }

  .demo-system-line {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-grid,
  .hero-orb,
  .concierge-shell,
  .live-dot,
  .status-step,
  .flow-connector::after,
  .step-link::after,
  .attract-scene {
    animation: none !important;
    transform: none !important;
  }

  .attract-scene-buyer {
    position: absolute;
    opacity: 1;
  }

  .attract-scene-vendor {
    display: none;
  }

  .btn-ai-primary:hover,
  .btn-ai-secondary:hover,
  .audience-card:hover {
    transform: none;
  }
}
