body>.topbar-wrapper,
body>.topbar {
  display: none !important;
}

.main {
  min-height: 0;
}

.mjj-home {
  --mjj-black: #0f0f12;
  --mjj-ink: #1a1c1c;
  --mjj-muted: #4c4354;
  --mjj-purple: #8300d5;
  --mjj-purple-deep: #26005c;
  --mjj-gold: #d9a84f;
  --mjj-gold-light: #f5cf85;
  --mjj-up: #00b2ac;
  --mjj-down: #e600c7;
  --mjj-container: 1250px;
  background: #fff;
  color: var(--mjj-ink);
  font-family: "OPPOSans", "HarmonyOS Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
  overflow: hidden;
}

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

.mjj-page-header,
.mjj-page-header *,
.mjj-header-wrapper,
.mjj-header-wrapper *,
.mjj-ticker,
.mjj-ticker *,
.footer,
.footer * {
  box-sizing: border-box;
}

.mjj-home img {
  display: block;
  max-width: 100%;
}

.mjj-home a {
  color: inherit;
  text-decoration: none;
}

.mjj-home button {
  font: inherit;
  cursor: pointer;
}

.mjj-container {
  width: min(var(--mjj-container), calc(100% - 64px));
  margin: 0 auto;
}

.mjj-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 44px;
  padding: 0 26px;
  border-radius: 62px;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.mjj-btn:hover {
  transform: translateY(-1px);
}

.mjj-btn-dark {
  background: #000;
  color: #fff !important;
}

.mjj-btn-ghost {
  border: 1px solid #000;
  color: #000;
}

.mjj-btn-gold {
  min-width: 176px;
  background: linear-gradient(180deg, var(--mjj-gold-light), #c89547);
  color: #fff !important;
  box-shadow: 0 14px 34px rgba(122, 75, 0, 0.22);
  font-size: 20px;
}

.mjj-btn-outline-light {
  min-width: 176px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
}

.mjj-section-title {
  text-align: center;
}

.mjj-section-title span {
  color: var(--mjj-purple);
}

.mjj-section-title>span {
  display: block;
  margin-bottom: 16px;
  color: var(--mjj-gold-light);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.mjj-section-title h2 {
  margin: 0;
  color: var(--mjj-ink);
  font-size: clamp(36px, 3.4vw, 64px);
  font-weight: 800;
  line-height: 1.15;
}

.mjj-section-title p {
  margin: 18px auto 0;
  color: #D0C5AF;
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.mjj-section-title.is-dark h2 {
  color: #fff;
}

.mjj-ticker {
  height: 60px;
  overflow: hidden;
  background: #1c1b1b;
  color: rgba(255, 255, 255, 0.6);
}

.mjj-ticker-track {
  width: min(1362px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 48px);
  white-space: nowrap;
}

.mjj-ticker span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mjj-ticker b {
  font-size: 12px;
  font-weight: 400;
}

.mjj-ticker strong {
  font-size: 16px;
  /* font-weight: 800; */
}

.mjj-ticker em {
  font-style: normal;
  font-size: 10px;
}

.mjj-ticker .is-up {
  color: var(--mjj-up);
}

.mjj-ticker .is-down {
  color: var(--mjj-down);
}

.mjj-hero {
  position: relative;
  overflow: hidden;
  min-height: 893px;
  padding: 45px 40px 44px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(102, 0, 176, 0.04), rgba(102, 0, 176, 0.1)),
    url("../images/mjjyk-home/hero-bg.png") center top / cover no-repeat;
}

.mjj-page-header {
  --mjj-purple: #8300d5;
  position: absolute;
  top: 105px;
  left: 40px;
  right: 40px;
  z-index: 1200;
  overflow: visible;
  padding: 0;
  color: #000;
  background: transparent;
}

/* Sub-page standalone header (not inside .mjj-hero) */
.main > .mjj-page-header {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  padding: 45px 40px 0;
  background:
    linear-gradient(180deg, rgba(102, 0, 176, 0.04), rgba(102, 0, 176, 0.1)),
    linear-gradient(135deg, #1a0033 0%, #0d001a 50%, #050510 100%);
}

/* Ensure ticker CSS vars work outside .mjj-home wrapper */
.mjj-ticker {
  --mjj-up: #00b2ac;
  --mjj-down: #e600c7;
}

.mjj-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 3;
  height: 5px;
  background: linear-gradient(90deg, #050505, #1b1b1b 52%, #050505);
  pointer-events: none;
}

.mjj-hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.mjj-hero-slide {
  position: absolute;
  inset: 0;
  display: block;
  background: var(--mjj-hero-bg) center top / cover no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: opacity 520ms ease;
}

.mjj-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.mjj-header,
.mjj-hero-inner,
.mjj-hero-arrows {
  position: relative;
  z-index: 2;
}

.mjj-hero-inner {
  transition: opacity 260ms ease, transform 260ms ease;
}

.mjj-hero.is-empty-slide .mjj-hero-inner {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.mjj-header-wrapper {
  min-height: 66px;
  position: relative;
  z-index: 50;
}

.mjj-header {
  width: min(1575px, 100%);
  min-height: 66px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 32px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  box-shadow: 0 4px 2px rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 50;
}

.mjj-brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 300px;
  color: #000;
}

.mjj-brand img {
  display: block;
  width: auto;
  max-width: 138px;
  height: 42px;
  border-radius: 0;
  object-fit: contain;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.mjj-brand-license {
  display: block;
  color: #000000;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.45;
  white-space: nowrap;
  letter-spacing: 1px;
}

.mjj-nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.2vw, 38px);
  color: #4B5563;
  font-size: 16px;
  font-weight: 500;
}

.mjj-nav a {
  padding: 4px 0;
  color: #4B5563;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.mjj-nav a:hover,
.mjj-nav a.active,
.mjj-nav-item.active>a {
  color: var(--mjj-purple) !important;
}

.mjj-nav-toggle {
  display: none;
}

/* Custom Navigation Dropdowns */
.mjj-nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.mjj-nav-item>a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mjj-nav-arrow {
  font-size: 9px;
  color: #9CA3AF;
  transition: transform 0.3s ease, color 0.3s ease;
  display: inline-block;
  margin-left: 2px;
}

.mjj-nav-item:hover .mjj-nav-arrow {
  transform: rotate(180deg);
  color: var(--mjj-purple);
}

.mjj-nav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 6px 0;
  min-width: 140px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1400;
  display: flex;
  flex-direction: column;
}

.mjj-nav-dropdown::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}

.mjj-nav-item:hover .mjj-nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.mjj-nav-dropdown a {
  display: block;
  padding: 8px 16px;
  color: #4B5563 !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
  text-align: center;
}

.mjj-nav-dropdown a:hover {
  color: var(--mjj-purple) !important;
  background-color: rgba(110, 0, 193, 0.05);
}

.mjj-nav-dropdown a.active {
  color: var(--mjj-purple) !important;
  font-weight: 600;
  background-color: rgba(110, 0, 193, 0.08);
}

.mjj-header-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.mjj-header-actions span {
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 1px;
}

.mjj-hero-inner {
  width: min(1200px, calc(100% - 64px));
  margin: 104px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 86px;
}

.mjj-license-pill {
  width: fit-content;
  max-width: 100%;
  min-height: 40px;
  margin-bottom: 26px;
  padding: 8px 34px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.mjj-hero h1 {
  margin: 0;
  font-size: clamp(62px, 4.9vw, 96px);
  font-weight: bold;
  line-height: 1.08;
}

.mjj-hero h1 span {
  color: #f5c20b;
  background: linear-gradient(to right, #f5c20b 0%, #fce8ca 99%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mjj-hero-copy {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  height: 528px;
  display: flex;
  flex-direction: column;
  transition: opacity 300ms ease, transform 300ms ease;
}

.mjj-hero-copy.slide-1-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mjj-hero-copy.slide-2-content {
  grid-column: 1 / span 2;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}

/* Active states based on active slide classes on parent .mjj-hero */
.mjj-hero.slide-1-active .mjj-hero-copy.slide-1-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mjj-hero.slide-1-active .mjj-hero-copy.slide-2-content {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}

.mjj-hero.slide-2-active .mjj-hero-copy.slide-1-content {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}

.mjj-hero.slide-2-active .mjj-hero-copy.slide-2-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.slide-2-title {
  font-size: 64px !important;
  line-height: 1.12 !important;
  margin-bottom: 38px !important;
}

.slide-2-title .title-top {
  background: linear-gradient(to bottom, #ffffff 79%, #B48DEE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide-2-title .title-bottom {
  background: linear-gradient(to left, #f5c20b 0%, #fce8ca 99%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide-2-promo-pill {
  /* 布局与尺寸 */
  width: fit-content;
  max-width: 100%;
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 12px 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 3px solid transparent;
  border-radius: 86px;
  background-image: 
    linear-gradient(rgba(81, 0, 244, 0.7), rgba(81, 0, 244, 0.7)), 
    linear-gradient(to right, #4F3DF3, #2E238D);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 500;
  letter-spacing: 1px;
}

.slide-2-promo-pill .highlight {
  color: #f5c20b;
  font-weight: 700;
}

.slide-2-promo-pill .highlight-large {
  font-size: clamp(20px, 2.2vw, 30px);
  margin: 0 2px;
}

.mjj-hero-copy p {
  max-width: 610px;
  margin: 24px 0 32px;
  color: #fff;
  font-size: 16px;
  line-height: 1.95;
  overflow-wrap: anywhere;
  letter-spacing: 1px;
}

.mjj-hero-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.mjj-qr-panel {
  grid-column: 2;
  grid-row: 1;
  width: min(430px, 100%);
  min-height: 528px;
  justify-self: center;
  padding: 50px 50px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  text-align: center;
  transition: opacity 300ms ease, transform 300ms ease;
}

/* QR panel active states based on slide active index */
.mjj-hero.slide-1-active .mjj-qr-panel {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.mjj-hero.slide-2-active .mjj-qr-panel {
  opacity: 0;
  transform: translateX(12px);
  pointer-events: none;
}

.mjj-qr {
  width: 224px;
  height: 224px;
  padding: 20px;
  border-radius: 22px;
  background: #fff;
  object-fit: contain;
}

.mjj-qr-panel h2 {
  margin: 26px 0 8px;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.25;
}

.mjj-qr-panel p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.mjj-qr-panel strong {
  margin-top: 30px;
  font-size: 20px;
  font-weight: normal;
}

.mjj-hero-arrows {
  width: fit-content;
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 43px);
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.mjj-hero-arrow {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  appearance: none;
}

.mjj-hero-arrow:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}

.mjj-hero-arrow::before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background: center / 43px 43px no-repeat;
}

.mjj-hero-arrow:first-child::before {
  background-image: url("../images/mjjyk-home/hero-arrow-prev.svg");
}

.mjj-hero-arrow:last-child::before {
  background-image: url("../images/mjjyk-home/hero-arrow-next.svg");
}

.mjj-platform {
  padding: 76px 0 88px;
  background:
    radial-gradient(circle at 50% 0, rgba(80, 80, 80, 0.2), transparent 36%),
    linear-gradient(90deg, #050505, #1b1b1b 52%, #050505);
  color: #fff;
}

.mjj-platform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px;
  text-align: center;
}

.mjj-platform article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mjj-platform img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.mjj-platform h2 {
  margin: 22px 0 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
}

.mjj-platform p {
  max-width: 220px;
  margin: 0;
  color: #777777;
  font-size: 14px;
  line-height: 1.7;
}

.mjj-products {
  padding: 106px 0 116px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(102, 0, 193, 0.38), transparent 30%),
    radial-gradient(circle at 84% 34%, rgba(123, 63, 255, 0.2), transparent 36%),
    linear-gradient(180deg, #140028 0%, #07071b 58%, #021024 100%);
  color: #fff;
}

.mjj-products .mjj-section-title>span {
  display: block;
  margin-bottom: 16px;
  color: #f2ca50;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
}

.mjj-products .mjj-section-title h2 {
  color: #fff;
  font-size: clamp(40px, 3.4vw, 64px);
  font-weight: 500;
  line-height: 0.9;
}

.mjj-products .mjj-section-title p {
  margin-top: 28px;
  color: #d0c5af;
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
}

.mjj-product-grid {
  margin: 68px auto 86px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.mjj-product-card {
  --mjj-product-border: rgba(242, 202, 80, 0.3);
  --mjj-product-metal: rgba(242, 202, 80, 0.1);
  --mjj-product-price: #f2ca50;
  position: relative;
  min-height: 517px;
  padding: 33px;
  border: 1px solid var(--mjj-product-border);
  border-top-width: 2px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.mjj-product-card.is-silver {
  --mjj-product-border: rgba(255, 255, 255, 0.3);
  --mjj-product-metal: rgba(255, 255, 255, 0.05);
  --mjj-product-price: #fff;
}

.mjj-product-card.is-copper {
  --mjj-product-border: rgba(227, 194, 255, 0.3);
  --mjj-product-metal: rgba(227, 194, 255, 0.1);
  --mjj-product-price: #e3c2ff;
}

.mjj-hot {
  width: 44px;
  height: 57px;
  margin: -50px 0 -7px -43px;
}

.mjj-product-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 65px;
}

.mjj-product-head h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 36.4px;
}

.mjj-product-head b {
  color: #f2ca50;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.mjj-product-visual {
  width: 142px;
  height: 118px;
  display: grid;
  place-items: center;
}

.mjj-product-visual::before,
.mjj-product-visual img {
  grid-area: 1 / 1;
}

.mjj-product-visual::before {
  content: attr(data-metal);
  color: var(--mjj-product-metal);
  font-size: 96px;
  font-weight: 900;
  line-height: 96px;
  font-style: italic;
  position: relative;
  transform: translateX(-96px);
}

.mjj-product-visual img {
  width: 121px;
  height: 118px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.mjj-product-card p {
  max-width: 235px;
  margin: 32px 0 0;
  padding: 12px 0 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #9970bc;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.mjj-product-card dl {
  margin: 16px 0 0;
  border-top: 0;
}

.mjj-product-card div,
.mjj-product-card dl {
  position: relative;
  z-index: 1;
}

.mjj-product-card dt,
.mjj-product-card dd {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.mjj-product-card dt {
  color: #d0c5af;
}

.mjj-product-card dd {
  color: #fff;
  text-align: right;
}

.mjj-product-card dd:last-child {
  font-weight: 700;
}

.mjj-product-card dl {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.mjj-product-card dt,
.mjj-product-card dd {
  padding: 12px 0 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mjj-product-card>a {
  margin-top: 32px;
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.mjj-product-card>a span {
  display: block;
}

.mjj-product-card>a strong {
  color: var(--mjj-product-price);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.mjj-product-card>a strong.is-up,
.mjj-product-card>a strong.is-down {
  color: var(--mjj-product-price);
}

.mjj-product-card>a img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.mjj-download-card {
  max-width: 1230px;
  min-height: 402px;
  margin: 0 auto;
  padding: 52px 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: center;
  gap: 60px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  background: url("../images/mjjyk-home/app-download-card-bg.png?v=1") center / cover no-repeat;
}

.mjj-download-card h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.25;
}

.mjj-download-card h2 span {
  color: #f5c20b;
  background: linear-gradient(to left, #f5c20b 0%, #fce8ca 99%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mjj-download-card p {
  max-width: 640px;
  margin: 26px 0 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.85;
}

.mjj-store-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.mjj-store-row a {
  min-width: 210px;
  min-height: 76px;
  padding: 13px 24px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.mjj-store-row a:hover,
.mjj-store-row a:active {
  transform: translateY(-2px);
  border: unset;
}

.mjj-store-row a.mjj-btn-ios:hover,
.mjj-store-row a.mjj-btn-ios:active {
  background: linear-gradient(to right, #E600C7 0%, #FF89EF 100%);
  box-shadow: 0 8px 24px rgba(230, 0, 199, 0.4);
}

.mjj-store-row a.mjj-btn-android:hover,
.mjj-store-row a.mjj-btn-android:active {
  background: linear-gradient(to right, #6E00C1 0%, #C06BFF 100%);
  box-shadow: 0 8px 24px rgba(110, 0, 193, 0.4);
}

.mjj-store-row img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.mjj-store-row span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.2;
}

.mjj-store-row strong {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
}

.mjj-download-qr {
  width: 254px;
  height: 254px;
  justify-self: center;
  padding: 18px;
  border-radius: 34px;
  background: #fff;
  object-fit: contain;
}

.mjj-products-cta {
  margin-top: 72px;
  text-align: center;
}

.mjj-why {
  padding: 94px 0 102px;
  background: linear-gradient(180deg, #fff 0%, #fff 72%, #faf5ff 100%);
}

.mjj-why-grid {
  margin-top: 66px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px 32px;
}

.mjj-why article {
  min-height: 160px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.mjj-why img {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.mjj-why h3 {
  margin: 0 0 12px;
  color: var(--mjj-ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.mjj-why p {
  margin: 0;
  color: var(--mjj-muted);
  font-size: 16px;
  line-height: 1.8;
}

.mjj-opening {
  padding: 96px 0 108px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02)),
    url("../images/mjjyk-home/opening-bg.png") center / cover no-repeat;
}

.mjj-opening .mjj-section-title h2 {
  color: #1a1c1c;
}

.mjj-opening .mjj-section-title h2 span {
  color: #8300d5;
  background: linear-gradient(to left, #8300d5 0%, #af59ff 99%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mjj-opening .mjj-section-title p {
  color: #4c4354;
}

.mjj-opening-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: minmax(300px, 470px) minmax(420px, 1fr);
  justify-content: center;
  align-items: center;
  gap: 112px;
}

.mjj-phone-wrapper {
  position: relative;
  width: min(100%, 390px);
  aspect-ratio: 509 / 882;
  justify-self: center;
  display: grid;
  grid-template-areas: "stack";
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.2));
}

.mjj-phone {
  grid-area: stack;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: 30% 90%;
  pointer-events: none;
  opacity: 0;
  transform: rotate(-25deg) translate(-80px, 30px) scale(0.92);
  transition: opacity 600ms cubic-bezier(0.25, 1, 0.35, 1), transform 600ms cubic-bezier(0.25, 1, 0.35, 1);
}

.mjj-phone.active {
  opacity: 1;
  transform: rotate(0deg) translate(0) scale(1);
  pointer-events: auto;
  z-index: 2;
}

.mjj-phone.leaving {
  opacity: 0 !important;
  transform: rotate(-25deg) translate(-80px, 30px) scale(0.92) !important;
  z-index: 1;
  transition: opacity 500ms cubic-bezier(0.25, 1, 0.35, 1), transform 500ms cubic-bezier(0.25, 1, 0.35, 1);
}

.mjj-phone.entering {
  opacity: 1 !important;
  transform: rotate(0deg) translate(0) scale(1) !important;
  z-index: 2;
}

.mjj-steps {
  display: grid;
  gap: 26px;
}

.mjj-steps article {
  min-height: 94px;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  border-radius: 18px;
  background: #fff;
  color: var(--mjj-ink);
  box-shadow: 0 14px 34px rgba(109, 69, 179, 0.08);
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease, color 160ms ease;
}

.mjj-steps article.active {
  background: linear-gradient(90deg, #8d00d5, #360070);
  color: #fff;
}

.mjj-steps article:hover,
.mjj-steps article:focus-visible {
  box-shadow: 0 18px 42px rgba(109, 69, 179, 0.16);
  transform: translateY(-2px);
  outline: 0;
}

.mjj-steps b {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--mjj-purple);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.mjj-steps article.active b {
  background: #fff;
  color: var(--mjj-purple);
}

.mjj-steps h3 {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
}

.mjj-steps p {
  margin: 0;
  color: var(--mjj-muted);
  font-size: 16px;
  line-height: 1.5;
}

.mjj-steps article.active p {
  color: rgba(255, 255, 255, 0.84);
}

.mjj-steps .mjj-btn {
  width: 100%;
  height: 68px;
  margin-top: 8px;
  font-size: 20px;
}

.mjj-insights {
  padding: 96px 0 104px;
  background: linear-gradient(180deg, #fff 0%, #fff 54%, #dfdbf8 100%);
}

.mjj-insights .mjj-section-title h2 {
  color: #1a1c1c;
}

.mjj-insights .mjj-section-title h2 span {
  color: #8300d5;
  background: linear-gradient(to right, #8300d5 0%, #af59ff 99%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mjj-insights .mjj-section-title p {
  color: #4c4354;
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
}

.mjj-article-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.mjj-article-grid article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mjj-article-grid article>img {
  width: 100%;
  aspect-ratio: 379 / 213;
  object-fit: cover;
  border-radius: 16px;
  background: #e8e8e8;
}

.mjj-article-grid span {
  margin-top: 22px;
  padding: 2px 8px;
  border-radius: 4px;
  background: rgba(110, 0, 193, 0.1);
  color: #6e00c1;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.6px;
}

.mjj-article-grid article:nth-child(2) span {
  background: rgba(115, 92, 0, 0.1);
  color: #735c00;
}

.mjj-article-grid article:nth-child(3) span {
  background: rgba(79, 72, 92, 0.1);
  color: #4f485c;
}

.mjj-article-grid h3 {
  margin: 20px 0;
  color: #1a1c1c;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.mjj-article-grid p {
  margin: 0;
  color: #4c4354;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
}

.mjj-article-grid a {
  margin-top: auto;
  padding-top: 36px;
  color: #6e00c1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.footer {
  --mjj-purple: #8300d5;
  height: auto;
  padding: 97px 0 0;
  background: #181818;
  color: #fff;
  font-family: "OPPOSans", "HarmonyOS Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  opacity: 1 !important;
  animation: none !important;
}

.footer .footer-inner {
  position: static;
  width: min(1200px, calc(100% - 64px));
  height: auto;
  margin: 0 auto;
}

.footer .footer-top {
  display: grid;
  grid-template-columns: minmax(300px, 1.4fr) repeat(3, minmax(118px, 0.45fr));
  gap: 58px;
  align-items: start;
  padding-left: 0;
}

.footer .footer-brand p {
  max-width: 430px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
}

.footer .footer-logo-row img {
  width: auto;
  min-width: 0;
  max-width: 220px;
  height: 52px;
  min-height: 0;
  object-fit: contain;
  filter: none;
}

.footer .socials {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.footer .socials a,
.footer .socials button {
  width: auto;
  height: auto;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.footer .socials img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.footer .footer-col h3 {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.footer .footer-col {
  display: block;
}

.footer .footer-col a {
  display: block;
  margin-bottom: 16px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.footer .footer-col a:hover {
  color: #fff;
}

.footer .footer-cta {
  position: static;
  margin-top: 58px;
  padding: 34px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footer .footer-cta strong,
.footer .footer-cta span {
  display: block;
}

.footer .footer-cta strong {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.footer .footer-cta span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.4;
}

.footer .phone-form {
  position: static;
  width: min(100%, 390px);
  min-height: 50px;
  padding: 3px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.footer .sr-only {
  display: none;
}

.footer .phone-form input {
  min-width: 0;
  flex: 1 1 auto;
  height: 40px;
  padding: 0 14px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
}

.footer .phone-form input::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

.footer .phone-form button {
  position: static;
  flex: 0 0 auto;
  height: 40px;
  width: auto;
  padding: 0 22px;
  border: 0;
  border-radius: 9px;
  background: #E600C7;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.footer .footer-legal {
  margin: 22px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
}

.footer .footer-legal a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  transition: color 180ms ease;
}

.footer .footer-legal a:hover {
  color: #fff;
}

.footer .footer-bottom {
  position: static;
  min-height: 0;
  padding: 40.5px 0 175.5px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
  border-top: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  line-height: 1.85;
  text-align: left;
}

.footer .footer-bottom p {
  max-width: 720px;
  margin: 0;
}

.footer .footer-bottom strong {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.footer .footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 22px;
}

.footer .footer-bottom a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1400px) {
  .mjj-header {
    gap: 20px;
    padding: 0 24px;
  }

  .mjj-brand {
    min-width: 245px;
  }

  .mjj-header-actions span {
    display: none;
  }

  .mjj-nav {
    gap: 20px;
    font-size: 15px;
  }

  .mjj-hero-inner {
    gap: 48px;
  }
}

@media (min-width: 1081px) and (max-width: 1400px) {
  .mjj-ticker-track {
    width: calc(100% - 32px);
    gap: clamp(18px, 1.8vw, 28px);
    justify-content: space-between;
  }

  .mjj-ticker b {
    font-size: 11px;
  }

  .mjj-ticker strong {
    font-size: 15px;
  }

  .mjj-ticker em {
    font-size: 9px;
  }
}

@media (min-width: 1081px) and (max-width: 1200px) {
  .mjj-header {
    gap: 16px;
    padding: 0 20px;
  }

  .mjj-brand {
    min-width: 0;
    gap: 8px;
  }

  .mjj-brand-license {
    display: block;
    max-width: 150px;
    font-size: 8px;
    line-height: 1.25;
    letter-spacing: 0;
    white-space: normal;
  }

  .mjj-brand img {
    max-width: 112px;
    height: 36px;
    max-height: 36px;
  }

  .mjj-nav {
    gap: 14px;
    font-size: 14px;
  }

  .mjj-header-actions {
    gap: 12px;
  }

  .mjj-header-actions .mjj-btn {
    min-width: 96px;
    padding: 0 20px;
    font-size: 14px;
  }

  .mjj-ticker-track {
    gap: 12px;
  }

  .mjj-ticker b {
    font-size: 10px;
  }

  .mjj-ticker strong {
    font-size: 14px;
  }
}

@media (max-width: 1080px) {

  .mjj-page-header,
  .mjj-header-wrapper {
    width: 100%;
    max-width: 100vw;
  }

  .mjj-container,
  .mjj-hero-inner {
    width: min(var(--mjj-container), calc(100% - 32px));
  }

  .footer .footer-inner {
    width: min(100%, calc(100% - 32px));
  }

  .mjj-ticker {
    height: 48px;
  }

  .mjj-ticker-track {
    width: max-content;
    min-width: 100%;
    padding: 0 16px;
    animation: mjjTickerScroll 28s linear infinite;
  }

  .mjj-hero {
    min-height: auto;
    padding: 22px 16px 58px;
  }

  .mjj-page-header {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 30;
    padding: 22px 16px 0;
    margin-bottom: 0;
    background: transparent;
  }

  .main > .mjj-page-header {
    padding: 22px 16px 0;
    margin-bottom: 0;
  }

  .mjj-header {
    width: 100%;
    max-width: 100%;
    min-height: 58px;
    padding: 8px 14px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    column-gap: 8px;
    row-gap: 0;
    border-radius: 28px;
  }

  .mjj-header.is-menu-open {
    row-gap: 8px;
    max-height: calc(100vh - 86px);
    max-height: calc(100dvh - 86px);
    align-items: start;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .mjj-brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    height: 42px;
    gap: 6px;
    align-self: center;
  }

  .mjj-brand img {
    max-width: 118px;
    height: 34px;
    max-height: 34px;
  }

  .mjj-brand-license {
    display: block;
    max-width: clamp(96px, 18vw, 150px);
    font-size: 7px;
    line-height: 1.25;
    letter-spacing: 0;
    white-space: normal;
    overflow: hidden;
  }

  .mjj-header-actions {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
  }

  .mjj-header-actions span,
  .mjj-header-actions .mjj-btn-ghost {
    display: none;
  }

  .mjj-header-actions .mjj-btn {
    min-width: 0;
    height: 38px;
    padding: 0 14px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 700;
  }

  .mjj-header-actions .mjj-btn-ghost {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.14);
  }

  .mjj-header-actions .mjj-btn-dark {
    min-width: 78px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  }

  .mjj-nav-toggle {
    appearance: none;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    align-self: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 14px;
    background: #fff;
    color: #111827;
  }

  .mjj-nav-toggle span {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .mjj-header.is-menu-open .mjj-nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mjj-header.is-menu-open .mjj-nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .mjj-header.is-menu-open .mjj-nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mjj-nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 0;
    padding: 0;
    align-items: start;
    gap: 8px;
    overflow: hidden;
    border-top: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    font-size: 13px;
    transition: max-height 240ms ease, padding 200ms ease, opacity 160ms ease, transform 200ms ease;
  }

  .mjj-header.is-menu-open .mjj-nav {
    max-height: none;
    padding: 12px 0 4px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    overflow: visible;
  }

  .mjj-header.is-menu-open .mjj-header-actions {
    grid-column: 1 / -1;
    grid-row: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0 0 8px;
  }

  .mjj-header.is-menu-open .mjj-header-actions .mjj-btn-ghost {
    display: inline-flex;
  }

  .mjj-header.is-menu-open .mjj-header-actions .mjj-btn {
    width: 100%;
    min-width: 0;
    height: 42px;
    font-size: 14px;
  }

  .mjj-nav a,
  .mjj-nav-item>a {
    padding: 8px 4px;
    text-align: center;
  }

  .mjj-nav-item {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  .mjj-nav-dropdown {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    min-width: 0;
    max-height: 0;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    transform: none;
    border: 0;
    border-radius: 12px;
    background: rgba(249, 247, 255, 0.9);
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transition: max-height 220ms ease, margin 180ms ease, padding 180ms ease, opacity 160ms ease;
  }

  .mjj-nav-item>a {
    width: 100%;
    justify-content: center;
  }

  .mjj-nav-dropdown::before {
    display: none;
  }

  .mjj-nav-item:hover .mjj-nav-arrow {
    transform: none;
    color: #9CA3AF;
  }

  .mjj-nav-item:hover .mjj-nav-dropdown {
    transform: none;
    opacity: 0;
    visibility: hidden;
  }

  .mjj-nav-item.is-submenu-open .mjj-nav-arrow {
    transform: rotate(180deg);
    color: var(--mjj-purple);
  }

  .mjj-nav-item.is-submenu-open .mjj-nav-dropdown {
    max-height: none;
    margin-top: 4px;
    padding: 6px;
    overflow: visible;
    opacity: 1;
    visibility: visible;
  }

  .mjj-nav-dropdown a {
    width: 100%;
    padding: 8px 10px;
    font-size: 12px;
    white-space: normal;
    border-radius: 8px;
  }

  .mjj-hero-inner {
    margin-top: clamp(34px, 8vw, 56px);
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mjj-hero-copy {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding-bottom: 0;
  }

  .mjj-license-pill {
    font-size: 15px;
  }

  .mjj-hero h1 {
    font-size: clamp(48px, 13vw, 72px);
  }

  .slide-2-title {
    font-size: clamp(40px, 9vw, 64px) !important;
    margin-bottom: 22px !important;
  }

  .slide-2-promo-pill {
    padding: 10px 22px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    border-width: 2px;
    font-size: clamp(15px, 3.8vw, 20px);
    line-height: 1.35;
    text-align: center;
  }

  .mjj-hero-copy p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.8;
    word-break: break-all;
  }

  .mjj-hero-actions {
    position: static;
    margin-top: 24px;
  }

  .mjj-qr-panel {
    display: none;
  }

  .mjj-platform-grid,
  .mjj-product-grid,
  .mjj-why-grid,
  .mjj-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mjj-download-card,
  .mjj-opening-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mjj-download-card {
    padding: 40px 28px;
  }

  .mjj-download-qr {
    justify-self: start;
  }

  .mjj-opening-grid {
    margin-top: 54px;
  }

  .footer .footer-top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 32px;
  }

  .footer .footer-brand {
    grid-column: 1 / -1;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .footer .footer-logo-row {
    justify-content: center !important;
  }

  .footer .footer-brand p {
    margin: 16px auto !important;
    max-width: 580px !important;
    text-align: center !important;
  }

  .footer .socials {
    justify-content: center !important;
  }

  .footer .footer-col {
    text-align: center !important;
  }

  .footer .footer-col a {
    text-align: center !important;
    display: block !important;
  }

  .footer .footer-cta {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 20px;
  }

  .footer .footer-cta>div {
    text-align: center !important;
  }

  .footer .footer-cta .phone-form {
    width: 100% !important;
    max-width: 390px !important;
    margin: 0 auto !important;
  }

  .footer .footer-legal {
    justify-content: center;
    text-align: center;
  }

  .footer .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .footer .footer-bottom div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .mjj-brand {
    gap: 5px;
  }

  .mjj-brand img {
    max-width: 92px;
    height: 30px;
    max-height: 30px;
  }

  .mjj-brand-license {
    max-width: clamp(74px, calc(100vw - 270px), 102px);
    font-size: 6.5px;
    line-height: 1.2;
  }

  .mjj-header-actions .mjj-btn,
  .mjj-header-actions .mjj-btn-dark {
    min-width: 70px;
    padding: 0 10px;
    font-size: 12px;
  }
}

@media (max-width: 720px) {
  .mjj-section-title h2 {
    font-size: 34px;
  }

  .mjj-section-title p {
    font-size: 16px;
  }

  .mjj-hero {
    background-position: 55% top;
    padding-bottom: 44px;
  }

  .mjj-hero h1 {
    font-size: clamp(44px, 12vw, 58px);
  }

  .slide-2-title {
    font-size: clamp(34px, 10vw, 46px) !important;
  }

  .slide-2-promo-pill {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 16px;
  }

  .mjj-hero-copy {
    text-align: center;
  }

  .mjj-license-pill {
    margin-left: auto;
    margin-right: auto;
  }

  .mjj-hero-actions {
    gap: 14px;
    flex-direction: column;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .mjj-hero-copy p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .mjj-btn,
  .mjj-btn-gold,
  .mjj-btn-outline-light {
    min-width: 0;
    width: 100%;
  }

  .mjj-platform,
  .mjj-products,
  .mjj-why,
  .mjj-opening,
  .mjj-insights {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .mjj-platform-grid,
  .mjj-product-grid,
  .mjj-why-grid,
  .mjj-article-grid {
    grid-template-columns: 1fr;
  }

  .mjj-platform-grid {
    gap: 38px;
  }

  .mjj-product-grid {
    margin: 52px auto 64px;
  }

  .mjj-product-card {
    min-height: auto;
    padding: 28px 24px;
    border-radius: 24px;
  }

  .mjj-product-head h3 {
    font-size: 30px;
  }

  .mjj-product-visual {
    width: 112px;
    height: 104px;
  }

  .mjj-product-visual::before {
    font-size: 78px;
    line-height: 78px;
    transform: translateX(-26px);
  }

  .mjj-product-visual img {
    width: 92px;
    height: 92px;
  }

  .mjj-download-card h2 {
    font-size: 32px;
  }

  .mjj-store-row a {
    width: 100%;
  }

  .mjj-download-qr {
    display: none !important;
  }

  .mjj-phone-wrapper {
    display: none !important;
  }

  .mjj-why article {
    min-height: auto;
  }

  .mjj-why img {
    width: 78px;
    height: 78px;
  }

  .mjj-why h3 {
    font-size: 21px;
  }

  .mjj-steps article {
    padding: 18px;
    gap: 16px;
  }

  .mjj-steps b {
    width: 48px;
    height: 48px;
  }

  .mjj-steps h3 {
    font-size: 23px;
  }

  .footer {
    padding-top: 56px;
  }

  .footer .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 36px 20px !important;
  }

  @media (min-width: 480px) {
    .footer .footer-top {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  }

  .footer .footer-brand {
    grid-column: 1 / -1 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .footer .footer-logo-row img {
    height: 46px;
  }

  .footer .footer-brand p {
    margin-top: 18px;
    font-size: 13px;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 90% !important;
  }

  .footer .socials {
    justify-content: center !important;
    width: 100% !important;
    margin-top: 20px !important;
  }

  .footer .footer-col {
    text-align: center !important;
  }

  .footer .footer-col h3 {
    margin-bottom: 14px;
    font-size: 17px;
  }

  .footer .footer-col a {
    text-align: center !important;
    display: block !important;
  }

  .footer .footer-cta {
    margin-top: 40px;
    padding: 28px 0;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  .footer .footer-cta div {
    text-align: center !important;
  }

  .footer .footer-cta strong {
    font-size: 22px;
  }

  .footer .phone-form {
    display: flex !important;
    width: 100% !important;
    max-width: 390px !important;
    height: 50px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border-radius: 12px !important;
    padding: 5px !important;
    box-sizing: border-box !important;
    margin: 20px auto 0 !important;
  }

  .footer .phone-form input,
  .footer .phone-form #footer-phone {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: block !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    width: auto !important;
    height: 40px !important;
    padding: 0 14px !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 14px !important;
    outline: none !important;
    box-sizing: border-box !important;
    transition: none !important;
  }

  .footer .phone-form input:focus,
  .footer .phone-form #footer-phone:focus {
    border: none !important;
    background: transparent !important;
  }

  .footer .phone-form input::placeholder,
  .footer .phone-form #footer-phone::placeholder {
    color: rgba(255, 255, 255, 0.46) !important;
  }

  .footer .phone-form button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: static !important;
    flex: 0 0 auto !important;
    width: auto !important;
    height: 40px !important;
    padding: 0 20px !important;
    border-radius: 8px !important;
    background: var(--mjj-purple) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: none !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    margin-top: 0 !important;
    white-space: nowrap !important;
  }

  .footer .footer-bottom {
    gap: 22px;
    padding-bottom: 32px;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  .footer .footer-bottom p {
    text-align: center !important;
  }

  .footer .footer-bottom div {
    justify-content: center !important;
    flex-wrap: wrap !important;
    width: 100% !important;
  }
}

@keyframes mjjTickerScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-45%);
  }
}

/* Sticky Navigation Bar Stylings */
@media (max-width: 1080px) {
  .mjj-header-wrapper {
    min-height: 58px !important;
  }
}

@keyframes stickyHeaderSlideDown {
  from {
    transform: translate(-50%, -100%) scale(0.96);
    opacity: 0;
  }

  to {
    transform: translate(-50%, 0) scale(0.96);
    opacity: 1;
  }
}

@keyframes stickyHeaderSlideUp {
  from {
    transform: translate(-50%, 0) scale(0.96);
    opacity: 1;
  }

  to {
    transform: translate(-50%, -100%) scale(0.96);
    opacity: 0;
  }
}

@media (min-width: 1081px) {
  .mjj-header.is-sticky {
    position: fixed;
    top: 10px;
    left: 50%;
    width: min(1575px, calc(100% - 80px));
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    z-index: 1000 !important;
    animation: stickyHeaderSlideDown 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .mjj-header.is-sticky-leaving {
    position: fixed;
    top: 10px;
    left: 50%;
    width: min(1575px, calc(100% - 80px));
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    z-index: 1000 !important;
    animation: stickyHeaderSlideUp 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
  }
}

@media (max-width: 1080px) {
  .mjj-header.is-sticky,
  .mjj-header.is-sticky-leaving {
    position: fixed;
    top: 12px;
    left: 16px;
    right: 16px;
    width: auto !important;
    z-index: 1000 !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
  }
}

/* Optimize grid balance on tablet view (width 721px to 1080px) for 3-item lists */
@media (max-width: 1080px) and (min-width: 721px) {

  .mjj-product-grid .mjj-product-card:last-child,
  .mjj-article-grid article:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
    max-width: calc(50% - 16px);
  }
}
