/* JobGara homepage — professional public landing */

.jg-home-page {
  --jg-home-max: 1440px;
}

.jg-home-page .container {
  max-width: var(--jg-home-max);
  width: 100%;
  overflow: visible;
}

@media (min-width: 1600px) {
  .jg-home-page {
    --jg-home-max: 1560px;
  }
}

/* ---------- Hero ---------- */
.jg-pro-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: clamp(2.4rem, 5vw, 4.4rem) 0 5.5rem;
  background:
    radial-gradient(ellipse 90% 70% at 8% 12%, rgba(245, 179, 1, 0.2), transparent 52%),
    radial-gradient(ellipse 60% 50% at 92% 0%, rgba(59, 130, 246, 0.38), transparent 48%),
    radial-gradient(ellipse 50% 40% at 70% 90%, rgba(21, 94, 239, 0.28), transparent 50%),
    linear-gradient(155deg, #060a14 0%, #0c1b3d 42%, #1238a0 100%);
}

.jg-pro-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 20%, transparent 75%);
  pointer-events: none;
}

.jg-pro-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  pointer-events: none;
  animation: jg-float 14s ease-in-out infinite;
}

.jg-pro-orb-a {
  width: 280px;
  height: 280px;
  top: -80px;
  right: 8%;
  background: rgba(245, 179, 1, 0.16);
}

.jg-pro-orb-b {
  width: 220px;
  height: 220px;
  bottom: 10%;
  left: -60px;
  background: rgba(56, 189, 248, 0.12);
  animation-delay: -5s;
}

@keyframes jg-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(12px, -18px, 0); }
}

.jg-pro-hero .container {
  position: relative;
  z-index: 1;
}

.jg-pro-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: center;
}

.jg-pro-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
  color: rgba(255, 255, 255, 0.92);
}

.jg-pro-kicker i {
  color: var(--jg-accent, #f5b301);
  font-size: 1rem;
}

.jg-pro-hero h1 {
  color: #fff !important;
  font-size: clamp(2.15rem, 5.2vw, 3.55rem);
  font-weight: 800;
  letter-spacing: -0.048em;
  line-height: 1.05;
  margin: 0 0 0.9rem;
  max-width: none;
}

.jg-pro-hero h1 span {
  color: var(--jg-accent, #f5b301);
}

.jg-pro-hero .lead {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 2vw, 1.14rem);
  max-width: 38rem;
  margin: 0 0 1rem;
  line-height: 1.6;
}

.jg-pro-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
}

.jg-pro-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 650;
}

.jg-pro-trust i {
  color: #86efac;
  font-size: 1rem;
}

.jg-pro-search {
  background: #fff;
  border-radius: 18px;
  padding: 0.45rem;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0;
  align-items: stretch;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  max-width: none;
  width: 100%;
}

.jg-pro-field {
  display: flex;
  align-items: flex-end;
  gap: 0.55rem;
  min-width: 0;
  padding: 0.4rem 0.85rem 0.45rem;
  min-height: 58px;
}

.jg-pro-field > span {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}

.jg-pro-field small {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #98a2b3;
  line-height: 1;
  margin-bottom: 0.15rem;
}

.jg-pro-field + .jg-pro-field {
  border-left: 1px solid #e8edf5;
}

.jg-pro-field i {
  color: #98a2b3;
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-bottom: 0.35rem;
}

.jg-pro-search .form-control {
  border: none !important;
  box-shadow: none !important;
  min-height: 42px !important;
  padding: 0 !important;
  font-size: 0.95rem !important;
  background: transparent !important;
  color: var(--jg-text) !important;
}

.jg-pro-search .form-control::placeholder {
  color: #98a2b3;
}

.jg-pro-search .jg-btn {
  min-height: 54px;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  border-radius: 14px !important;
  white-space: nowrap;
  font-weight: 700;
}

.jg-pro-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
}

.jg-pro-chips > span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
  font-weight: 600;
  margin-right: 0.15rem;
}

.jg-pro-chips a {
  color: rgba(255, 255, 255, 0.92) !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.32rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.jg-pro-chips a:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff !important;
}

.jg-pro-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.jg-pro-hero-actions .jg-btn-outline {
  border-color: rgba(255, 255, 255, 0.35);
}

/* Aside preview */
.jg-pro-aside {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: 1.15rem 1.15rem 1.05rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.jg-pro-aside-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
}

.jg-pro-aside-head strong {
  font-size: 0.92rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.jg-pro-live {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.22);
  animation: jg-live 1.6s ease-in-out infinite;
}

@keyframes jg-live {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0.7; }
}

.jg-pro-aside-head a {
  color: var(--jg-accent, #f5b301) !important;
  font-size: 0.78rem;
  font-weight: 700;
}

.jg-pro-mini {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  color: var(--jg-text);
  border-radius: 14px;
  padding: 0.7rem 0.8rem;
  text-decoration: none !important;
  margin-bottom: 0.55rem;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.jg-pro-mini:last-child {
  margin-bottom: 0;
}

.jg-pro-mini:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  color: var(--jg-text, #101828);
}

.jg-pro-mini:hover strong {
  color: var(--jg-primary, #155eef);
}

.jg-pro-mini img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  object-fit: cover;
  background: #f4f7fb;
  border: 1px solid #e8edf5;
  flex-shrink: 0;
}

.jg-pro-mini strong {
  display: block;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--jg-text, #101828);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jg-pro-mini em {
  display: block;
  font-style: normal;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--jg-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jg-pro-mini-copy {
  min-width: 0;
  flex: 1;
}

.jg-pro-aside-empty {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  margin: 0;
  padding: 0.5rem 0.15rem 0.2rem;
}

/* ---------- Overlapping stats ---------- */
.jg-pro-stats {
  position: relative;
  z-index: 2;
  margin-top: -2.6rem;
  margin-bottom: 0.5rem;
}

.jg-pro-stats-card {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.1);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.jg-pro-stat {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.15rem 1.2rem;
}

.jg-pro-stat + .jg-pro-stat {
  border-left: 1px solid #eef2f7;
}

.jg-pro-stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.25rem;
}

.jg-pro-stat-icon.blue { background: #eef4ff; color: var(--jg-primary); }
.jg-pro-stat-icon.gold { background: #fff7e0; color: #b54708; }
.jg-pro-stat-icon.green { background: #ecfdf3; color: #067647; }
.jg-pro-stat-icon.sky { background: #eff8ff; color: #026aa2; }

.jg-pro-stat strong {
  display: block;
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.jg-pro-stat span {
  color: var(--jg-text-muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.jg-pro-values {
  padding: 0.35rem 0 0.5rem;
}

.jg-pro-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.jg-pro-values-grid article {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 16px;
  padding: 1.05rem 1.1rem;
  box-shadow: var(--jg-shadow);
}

.jg-pro-value-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.25rem;
}

.jg-pro-value-icon.blue { background: #eef4ff; color: var(--jg-primary); }
.jg-pro-value-icon.gold { background: #fff7e0; color: #b54708; }
.jg-pro-value-icon.green { background: #ecfdf3; color: #067647; }

.jg-pro-values-grid strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.2rem;
}

.jg-pro-values-grid p {
  margin: 0;
  color: var(--jg-text-muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

/* ---------- Shared sections ---------- */
.jg-home-page .jg-home-section {
  padding: clamp(2.4rem, 5vw, 3.8rem) 0;
}

.jg-home-page .jg-home-section.alt {
  background: #fff;
  border-top: 1px solid var(--jg-border);
  border-bottom: 1px solid var(--jg-border);
}

.jg-home-page .jg-home-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.45rem;
}

.jg-home-page .jg-home-head h2 {
  margin: 0 0 0.28rem;
  font-size: clamp(1.35rem, 3vw, 1.72rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.jg-home-page .jg-home-head p {
  margin: 0;
  color: var(--jg-text-muted);
}

.jg-home-page .jg-section-eyebrow {
  display: inline-flex;
  margin: 0 0 0.4rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: var(--jg-primary-light);
  color: var(--jg-primary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Locations */
.jg-pro-locs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.jg-pro-loc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 14px;
  padding: 0.85rem 1rem;
  text-decoration: none !important;
  color: inherit;
  min-height: 64px;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.jg-pro-loc:hover {
  transform: translateY(-2px);
  border-color: rgba(21, 94, 239, 0.28);
  box-shadow: 0 12px 26px rgba(16, 24, 40, 0.08);
  color: inherit;
}

.jg-pro-loc span {
  min-width: 0;
}

.jg-pro-loc strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jg-pro-loc em {
  display: block;
  font-style: normal;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--jg-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jg-pro-loc i.mdi-map-marker {
  color: var(--jg-primary);
  font-size: 1.25rem;
}

/* Job tabs */
.jg-pro-tabs {
  display: inline-flex;
  background: #eef2f7;
  border-radius: 12px;
  padding: 0.22rem;
  gap: 0.15rem;
}

.jg-pro-tabs button {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--jg-text-muted);
  font-family: inherit;
  font-weight: 700;
  font-size: 0.86rem;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  cursor: pointer;
  min-height: 40px;
}

.jg-pro-tabs button.is-active {
  background: #fff;
  color: var(--jg-text);
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.08);
}

.jg-pro-panel[hidden] {
  display: none !important;
}

/* How it works */
.jg-pro-how {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.jg-pro-how-card {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 20px;
  padding: 1.45rem 1.4rem 1.25rem;
  box-shadow: var(--jg-shadow);
}

.jg-pro-how-card h3 {
  font-size: 1.12rem;
  font-weight: 800;
  margin: 0 0 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.jg-pro-how-card h3 i {
  color: var(--jg-primary);
}

.jg-pro-how-tag {
  display: inline-flex;
  margin: 0 0 0.65rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: var(--jg-primary-light);
  color: var(--jg-primary);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.jg-pro-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jg-pro-steps li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 0.95rem;
}

.jg-pro-steps li:last-child {
  margin-bottom: 0;
}

.jg-pro-step-num {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--jg-primary-light);
  color: var(--jg-primary);
  font-weight: 800;
  font-size: 0.82rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.jg-pro-steps strong {
  display: block;
  font-size: 0.92rem;
  margin-bottom: 0.12rem;
}

.jg-pro-steps span {
  color: var(--jg-text-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

/* Split audience */
.jg-pro-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.jg-pro-split-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 1.7rem 1.6rem;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  box-shadow: var(--jg-shadow-md);
}

.jg-pro-split-card.seeker {
  background: linear-gradient(145deg, #0b3db8, #155eef 60%, #38bdf8);
}

.jg-pro-split-card.employer {
  background: linear-gradient(145deg, #111827, #1f2937 55%, #b54708);
}

.jg-pro-split-card h3 {
  color: #fff !important;
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 0.45rem;
}

.jg-pro-split-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.7rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.jg-pro-split-card p {
  margin: 0 0 1.2rem;
  color: rgba(255, 255, 255, 0.86);
  max-width: 32rem;
}

.jg-pro-split-card .jg-btn {
  align-self: flex-start;
}

/* FAQ */
.jg-pro-faq {
  display: grid;
  gap: 0.65rem;
}

.jg-pro-faq details {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 14px;
  padding: 0.15rem 1rem;
}

.jg-pro-faq summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.9rem 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.jg-pro-faq summary::-webkit-details-marker {
  display: none;
}

.jg-pro-faq summary::after {
  content: "+";
  color: var(--jg-primary);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.jg-pro-faq details[open] summary::after {
  content: "–";
}

.jg-pro-faq p {
  margin: 0 0 1rem;
  color: var(--jg-text-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.jg-home-page .jg-cta-band {
  background: linear-gradient(135deg, #070b16, #155eef);
  border-radius: 22px;
  padding: clamp(1.5rem, 3.2vw, 2.2rem);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  box-shadow: 0 18px 40px rgba(21, 94, 239, 0.22);
}

.jg-home-page .jg-cta-band h2 {
  color: #fff !important;
  margin: 0 0 0.35rem;
  font-size: 1.4rem;
  font-weight: 800;
}

.jg-home-page .jg-cta-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.jg-home-page .jg-cta-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.jg-home-page .jg-employer-card {
  flex: 0 0 auto;
  width: 172px;
}

/* Banner spacing */
.jg-home-page .jg-banner-slot {
  margin: 1.25rem 0;
}

@media (max-width: 991.98px) {
  .jg-pro-hero {
    padding: 1.75rem 0 calc(var(--jg-bottom-nav-height) + 0.75rem);
  }

  .jg-pro-hero-grid {
    grid-template-columns: 1fr;
  }

  .jg-pro-hero h1 {
    max-width: none;
    font-size: clamp(1.85rem, 8vw, 2.4rem);
    margin-bottom: 0.65rem;
  }

  .jg-pro-hero .lead {
    margin-bottom: 1.1rem;
    font-size: 0.95rem;
  }

  .jg-pro-kicker {
    margin-bottom: 0.75rem;
  }

  .jg-pro-aside {
    display: block;
  }

  .jg-home-page .jg-pro-hero-actions {
    display: flex !important;
  }

  .jg-pro-values-grid {
    grid-template-columns: 1fr;
  }

  .jg-pro-stats {
    margin-top: 1rem;
  }

  .jg-pro-stats-card,
  .jg-pro-locs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jg-pro-stat:nth-child(3),
  .jg-pro-stat:nth-child(4) {
    border-top: 1px solid #eef2f7;
  }

  .jg-pro-stat:nth-child(3) {
    border-left: 0;
  }

  .jg-pro-how,
  .jg-pro-split,
  .jg-pro-values-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .jg-pro-hero {
    padding: 1.4rem 0 calc(var(--jg-bottom-nav-height) + 0.5rem);
  }

  .jg-pro-hero .lead {
    font-size: 0.9rem;
    margin-bottom: 0.85rem;
    line-height: 1.45;
  }

  .jg-pro-search {
    grid-template-columns: 1fr;
    padding: 0.45rem;
    gap: 0.3rem;
  }

  .jg-pro-field + .jg-pro-field {
    border-left: 0;
    border-top: 1px solid #eef2f7;
  }

  .jg-pro-search .jg-btn {
    width: 100%;
  }

  .jg-pro-locs {
    grid-template-columns: 1fr 1fr;
  }

  .jg-pro-hero-actions .jg-btn {
    flex: 1 1 auto;
  }
}

@media (max-width: 575.98px) {
  .jg-pro-stats {
    margin-top: 0.85rem;
  }

  .jg-pro-stat {
    padding: 0.95rem 0.85rem;
    gap: 0.6rem;
  }

  .jg-pro-stat-icon {
    width: 38px;
    height: 38px;
  }

  .jg-pro-stat strong {
    font-size: 1.05rem;
  }

  .jg-pro-locs {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jg-pro-orb,
  .jg-pro-mini,
  .jg-pro-loc,
  .jg-cat-tile,
  .jg-employer-card,
  .jg-pro-live {
    animation: none !important;
    transition: none !important;
  }
}
