.mclotr-mobile-download-view .site-content,
.mclotr-mobile-download-view .content-wrap,
.mclotr-mobile-download-view .container,
.mclotr-mobile-download-view .container-fluid {
  max-width: none;
}

.mclotr-mobile-download-view .entry-content,
.mclotr-mobile-download-view article,
.mclotr-mobile-download-view .article-content {
  padding: 0;
}

body.mclotr-mobile-download-view {
  padding-top: 0 !important;
  background: #080b0d !important;
}

body.mclotr-mobile-download-view .header.header-layout-1,
body.mclotr-mobile-download-view .mobile-header,
body.mclotr-mobile-download-view .footer {
  display: none !important;
}

body.mclotr-mobile-download-view main.container,
body.mclotr-mobile-download-view .content-wrap,
body.mclotr-mobile-download-view .content-layout,
body.mclotr-mobile-download-view article.page-article,
body.mclotr-mobile-download-view .wp-posts-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mclotr-mobile-download-view main.container,
body.mclotr-mobile-download-view .content-wrap,
body.mclotr-mobile-download-view .content-layout,
body.mclotr-mobile-download-view article.page-article {
  left: auto !important;
  right: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.mcmd-page {
  --mcmd-bg: #080b0d;
  --mcmd-panel: #101719;
  --mcmd-panel-2: #151d20;
  --mcmd-text: #f6eddc;
  --mcmd-muted: #c8bfa9;
  --mcmd-dim: #8c938c;
  --mcmd-gold: #d6a64a;
  --mcmd-gold-2: #f3d48a;
  --mcmd-gold-3: #ffde7a;
  --mcmd-moss: #52775a;
  --mcmd-crimson: #aa3d2d;
  --mcmd-stone: #91a09a;
  --mcmd-line: rgba(246, 237, 220, .16);
  --mcmd-shadow: 0 22px 70px rgba(0, 0, 0, .36);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  color: var(--mcmd-text);
  background:
    linear-gradient(180deg, #080b0d 0%, #0c1113 42%, #0f1513 68%, #080b0d 100%);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
  overflow: hidden;
}

.mcmd-page *,
.mcmd-page *::before,
.mcmd-page *::after {
  box-sizing: border-box;
}

.mcmd-page a {
  color: inherit;
  text-decoration: none;
}

.mcmd-page button {
  font: inherit;
}

.mcmd-hero {
  position: relative;
  min-height: 90svh;
  padding: calc(18px + env(safe-area-inset-top)) 18px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
}

.mcmd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 70% 32%, rgba(214, 166, 74, .16), transparent 31%),
    linear-gradient(90deg, rgba(8, 11, 13, .98) 0%, rgba(8, 11, 13, .82) 40%, rgba(8, 11, 13, .32) 70%, rgba(8, 11, 13, .72) 100%),
    linear-gradient(180deg, rgba(8, 11, 13, .24) 0%, rgba(8, 11, 13, .1) 42%, rgba(8, 11, 13, .94) 100%);
}

.mcmd-hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #0b1012;
}

.mcmd-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(1.12) contrast(1.08) brightness(.9);
}

.mcmd-nav {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mcmd-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mcmd-brand__mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  color: #10100c;
  background: linear-gradient(135deg, var(--mcmd-gold-2), var(--mcmd-gold));
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 8px;
  font-weight: 900;
}

.mcmd-brand strong,
.mcmd-brand small {
  display: block;
}

.mcmd-brand strong {
  font-size: 15px;
  line-height: 1.1;
}

.mcmd-brand small {
  margin-top: 3px;
  color: var(--mcmd-muted);
  font-size: 11px;
}

.mcmd-nav__link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(246, 237, 220, .18);
  border-radius: 8px;
  color: var(--mcmd-muted);
  background: rgba(8, 11, 13, .34);
  backdrop-filter: blur(14px);
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.mcmd-nav__link:hover,
.mcmd-nav__link:focus-visible {
  color: var(--mcmd-text);
  border-color: rgba(214, 166, 74, .55);
  background: rgba(8, 11, 13, .52);
  outline: none;
}

.mcmd-hero__content {
  width: min(1180px, 100%);
  margin: 64px auto 0;
  padding-bottom: 24px;
}

.mcmd-eyebrow {
  margin: 0 0 12px;
  color: var(--mcmd-gold-2);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.mcmd-hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--mcmd-text);
  font-size: 56px;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 8px 34px rgba(0, 0, 0, .55);
}

.mcmd-hero__lead {
  max-width: 620px;
  margin: 20px 0 0;
  color: #e5dcc9;
  font-size: 18px;
  line-height: 1.8;
}

.mcmd-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 620px;
  margin-top: 18px;
}

.mcmd-hero__chips span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  color: #ffe7a2;
  border: 1px solid rgba(214, 166, 74, .34);
  border-radius: 8px;
  background: rgba(13, 16, 15, .58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 800;
}

.mcmd-hero {
  min-height: 100svh;
  padding: clamp(18px, 3vw, 34px) 18px clamp(34px, 5vw, 64px);
  display: grid;
  place-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
}

.mcmd-hero::before {
  background:
    linear-gradient(90deg, rgba(3, 5, 5, .92) 0%, rgba(5, 7, 7, .42) 43%, rgba(7, 7, 5, .2) 58%, rgba(4, 5, 4, .92) 100%),
    linear-gradient(180deg, rgba(3, 4, 4, .56) 0%, rgba(3, 4, 4, .12) 38%, rgba(3, 4, 4, .9) 100%);
}

.mcmd-hero__image img {
  object-position: center center;
  filter: saturate(1.18) contrast(1.08) brightness(.62) blur(2px);
  transform: scale(1.04);
}

.mcmd-hero__glow {
  position: absolute;
  inset: -10%;
  z-index: -1;
  background:
    radial-gradient(ellipse at 50% 35%, rgba(255, 210, 91, .32), rgba(214, 166, 74, .08) 28%, transparent 54%),
    linear-gradient(180deg, transparent 0%, rgba(4, 5, 5, .78) 84%);
  pointer-events: none;
}

.mcmd-phone-stage {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  min-height: calc(100svh - 56px);
  display: grid;
  place-items: center;
}

.mcmd-phone-copy,
.mcmd-phone-actions {
  display: none !important;
}

.mcmd-phone-copy {
  position: absolute;
  left: 0;
  top: 50%;
  width: min(330px, 28vw);
  transform: translateY(-50%);
  padding: 18px;
  border: 1px solid rgba(246, 237, 220, .14);
  border-radius: 8px;
  background: rgba(7, 10, 10, .42);
  box-shadow: 0 18px 58px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
}

.mcmd-phone-copy h1 {
  margin: 0;
  color: var(--mcmd-text);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.16;
  letter-spacing: 0;
}

.mcmd-phone-copy p:last-child {
  margin: 14px 0 0;
  color: #e8deca;
  font-size: 15px;
  line-height: 1.72;
}

.mcmd-phone {
  position: relative;
  width: min(430px, 90vw);
  height: min(860px, calc(100svh - 54px));
  min-height: 720px;
  filter: drop-shadow(0 38px 80px rgba(0, 0, 0, .72));
}

.mcmd-phone__hardware {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12px;
  border: 2px solid rgba(255, 246, 221, .34);
  border-radius: 54px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0) 16%, rgba(0, 0, 0, .72) 44%, rgba(255, 255, 255, .1)),
    #050607;
  box-shadow:
    inset 0 0 0 2px rgba(0, 0, 0, .88),
    inset 0 0 0 5px rgba(255, 255, 255, .07),
    0 0 0 1px rgba(0, 0, 0, .86),
    0 0 72px rgba(255, 200, 78, .2);
}

.mcmd-phone__hardware::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 46px;
  pointer-events: none;
}

.mcmd-phone__speaker {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 3;
  width: 86px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(0, 0, 0, .78);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .12), 0 1px 0 rgba(255, 255, 255, .08);
}

.mcmd-phone__speaker::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 22px;
  right: 22px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
}

.mcmd-phone__rail {
  position: absolute;
  z-index: 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .32), rgba(0, 0, 0, .86));
}

.mcmd-phone__rail--left {
  left: -3px;
  top: 142px;
  height: 122px;
}

.mcmd-phone__rail--right {
  right: -3px;
  top: 190px;
  height: 86px;
}

.mcmd-phone__screen {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  border-radius: 42px;
  border: 1px solid rgba(246, 237, 220, .11);
  background:
    linear-gradient(180deg, rgba(7, 10, 10, .18), rgba(7, 10, 10, .96) 48%, #050707 100%),
    #070a0a;
}

.mcmd-phone__screen::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .13), transparent 23%, transparent 64%, rgba(255, 226, 150, .08)),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .2) 72%, rgba(0, 0, 0, .74) 100%);
  pointer-events: none;
}

.mcmd-phone__scene {
  position: relative;
  min-height: 250px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .06) 0%, rgba(0, 0, 0, .08) 42%, rgba(0, 0, 0, .72) 100%),
    url("../img/mclotr-design-concept-03-fast-download.png") 50% 18% / 178% auto no-repeat,
    #0b1110;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.mcmd-phone__status,
.mcmd-phone__brand,
.mcmd-phone__title,
.mcmd-phone__release,
.mcmd-phone__gallery,
.mcmd-phone__feature-row,
.mcmd-phone__install,
.mcmd-phone__download {
  position: relative;
  z-index: 2;
}

.mcmd-phone__status {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 239, 190, .88);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}

.mcmd-phone__brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 100%;
}

.mcmd-phone__brand .mcmd-brand__mark {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
}

.mcmd-phone__brand strong,
.mcmd-phone__brand small {
  display: block;
}

.mcmd-phone__brand strong {
  color: #fff3d2;
  font-size: 14px;
  line-height: 1.1;
}

.mcmd-phone__brand small {
  margin-top: 3px;
  color: rgba(246, 237, 220, .68);
  font-size: 10px;
  line-height: 1.1;
}

.mcmd-phone__title p {
  margin: 0 0 5px;
  color: var(--mcmd-gold-2);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
}

.mcmd-phone__title h2 {
  margin: 0;
  color: #fff4d4;
  font-size: clamp(26px, 6.2vw, 34px);
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 8px 30px rgba(0, 0, 0, .64);
}

.mcmd-phone__title span {
  display: block;
  margin-top: 8px;
  color: rgba(246, 237, 220, .8);
  font-size: 12px;
  line-height: 1.3;
}

.mcmd-phone__release {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mcmd-phone__release div,
.mcmd-phone__feature-row span,
.mcmd-phone__install {
  min-width: 0;
  border: 1px solid rgba(246, 237, 220, .12);
  border-radius: 12px;
  background: rgba(10, 14, 14, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  backdrop-filter: blur(14px);
}

.mcmd-phone__release div {
  padding: 10px 11px;
}

.mcmd-phone__release span {
  display: block;
  margin-bottom: 4px;
  color: rgba(246, 237, 220, .58);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
}

.mcmd-phone__release strong {
  display: block;
  color: #fff3d2;
  font-size: 13px;
  line-height: 1.24;
  overflow-wrap: anywhere;
}

.mcmd-phone__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.mcmd-phone__gallery span {
  min-height: 74px;
  border: 1px solid rgba(246, 237, 220, .12);
  border-radius: 12px;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .36)),
    url("../img/mclotr-design-concept-02-codex-map.png") 44% 25% / 180% auto no-repeat;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.mcmd-phone__gallery span:nth-child(2) {
  background-image:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .36)),
    url("../img/mclotr-design-concept-03-fast-download.png");
  background-position: 48% 32%;
  background-size: 185% auto;
  filter: hue-rotate(16deg) brightness(.9);
}

.mcmd-phone__gallery span:nth-child(3) {
  background-image:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .36)),
    url("../img/mclotr-mobile-beta-hero.png");
  background-position: 58% 42%;
  background-size: 180% auto;
  filter: saturate(1.16) brightness(1.04);
}

.mcmd-phone__feature-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.mcmd-phone__feature-row span {
  min-height: 82px;
  padding: 11px 7px;
  display: grid;
  place-items: center;
  gap: 7px;
  text-align: center;
}

.mcmd-phone__feature-row svg {
  width: 22px;
  height: 22px;
  color: var(--mcmd-gold-2);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mcmd-phone__feature-row strong {
  color: rgba(246, 237, 220, .86);
  font-size: 10px;
  line-height: 1.22;
}

.mcmd-phone__install {
  padding: 12px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
}

.mcmd-phone__install > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #161006;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--mcmd-gold-2), var(--mcmd-gold));
  font-size: 12px;
  font-weight: 900;
}

.mcmd-phone__install strong {
  display: block;
  color: #fff0c4;
  font-size: 14px;
  line-height: 1.25;
}

.mcmd-phone__install p {
  margin: 4px 0 0;
  color: rgba(246, 237, 220, .64);
  font-size: 11px;
  line-height: 1.45;
}

.mcmd-phone__download {
  min-height: 58px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  border: 1px solid rgba(255, 236, 170, .62);
  border-radius: 14px;
  color: #171006;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #ffe18a, #d6a64a 58%, #a96f24);
  box-shadow: 0 18px 52px rgba(214, 166, 74, .36), inset 0 1px 0 rgba(255, 255, 255, .46);
  cursor: pointer;
  font-size: 16px;
  font-weight: 950;
  transition: transform .2s ease, box-shadow .2s ease;
}

.mcmd-phone__download svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mcmd-phone__download:hover,
.mcmd-phone__download:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 24px 64px rgba(214, 166, 74, .44), inset 0 1px 0 rgba(255, 255, 255, .5);
  outline: none;
}

.mcmd-phone-actions {
  position: absolute;
  right: 0;
  bottom: clamp(28px, 8svh, 88px);
  width: min(280px, 25vw);
  display: grid;
  gap: 10px;
}

.mcmd-phone-actions .mcmd-btn {
  width: 100%;
  justify-content: center;
}

.mcmd-hero__actions,
.mcmd-download-actions,
.mcmd-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.mcmd-btn {
  min-height: 52px;
  min-width: 152px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.mcmd-btn svg,
.mcmd-text-link svg,
.mcmd-sticky-cta svg,
.mcmd-feature svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mcmd-btn--primary {
  color: #160f08;
  border-color: rgba(255, 231, 156, .34);
  background: linear-gradient(135deg, var(--mcmd-gold-3), var(--mcmd-gold) 58%, #b97d2e);
  box-shadow: 0 18px 42px rgba(214, 166, 74, .28), inset 0 1px 0 rgba(255, 255, 255, .38);
  font-weight: 900;
}

.mcmd-btn--quiet {
  color: var(--mcmd-text);
  border-color: rgba(246, 237, 220, .18);
  background: rgba(8, 11, 13, .45);
  backdrop-filter: blur(16px);
}

.mcmd-btn:hover,
.mcmd-btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.mcmd-btn--primary:hover,
.mcmd-btn--primary:focus-visible {
  box-shadow: 0 22px 54px rgba(214, 166, 74, .28);
}

.mcmd-btn--quiet:hover,
.mcmd-btn--quiet:focus-visible {
  border-color: rgba(214, 166, 74, .48);
  background: rgba(15, 20, 18, .68);
}

.mcmd-btn:disabled,
.mcmd-sticky-cta button:disabled {
  cursor: not-allowed;
  opacity: .58;
  transform: none;
}

.mcmd-btn.is-busy,
.mcmd-sticky-cta button.is-busy {
  cursor: wait;
}

.mcmd-release {
  width: min(920px, 100%);
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(142px, 1fr));
  border: 1px solid rgba(246, 237, 220, .16);
  background: rgba(8, 11, 13, .66);
  backdrop-filter: blur(18px);
  box-shadow: var(--mcmd-shadow);
  border-radius: 8px;
  overflow: hidden;
}

.mcmd-release div {
  min-width: 0;
  padding: 16px;
  border-right: 1px solid rgba(246, 237, 220, .12);
}

.mcmd-release div:last-child {
  border-right: 0;
}

.mcmd-release span,
.mcmd-section-head p {
  display: block;
  margin: 0 0 7px;
  color: var(--mcmd-muted);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
}

.mcmd-release strong {
  display: block;
  color: var(--mcmd-text);
  font-size: 16px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.mcmd-main {
  position: relative;
  z-index: 1;
}

.mcmd-band {
  padding: 72px 18px;
  border-top: 1px solid rgba(246, 237, 220, .09);
}

.mcmd-band--intro {
  background: linear-gradient(180deg, rgba(16, 23, 25, .92), rgba(10, 14, 15, .96));
}

.mcmd-band--download {
  background:
    linear-gradient(135deg, rgba(82, 119, 90, .18), rgba(8, 11, 13, 0) 48%),
    linear-gradient(180deg, #0a0f10, #111817);
}

.mcmd-band--final {
  padding-bottom: 110px;
  background:
    linear-gradient(135deg, rgba(170, 61, 45, .2), rgba(8, 11, 13, 0) 42%),
    #090d0e;
}

.mcmd-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.mcmd-section-head {
  max-width: 720px;
  margin-bottom: 28px;
}

.mcmd-section-head h2 {
  margin: 0;
  color: var(--mcmd-text);
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: 0;
  text-wrap: balance;
}

.mcmd-about {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 44px;
  align-items: start;
}

.mcmd-about__copy {
  color: #e0d7c5;
  font-size: 17px;
  line-height: 1.9;
}

.mcmd-about__copy p {
  margin: 0 0 18px;
}

.mcmd-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.mcmd-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  color: var(--mcmd-gold-2);
  border: 1px solid rgba(214, 166, 74, .28);
  border-radius: 8px;
  background: rgba(214, 166, 74, .08);
  cursor: pointer;
}

.mcmd-text-link:hover,
.mcmd-text-link:focus-visible {
  color: #fff7df;
  border-color: rgba(214, 166, 74, .58);
  outline: none;
}

.mcmd-feature-grid,
.mcmd-note-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mcmd-feature,
.mcmd-note {
  min-width: 0;
  border: 1px solid rgba(246, 237, 220, .13);
  border-radius: 8px;
  background: rgba(18, 26, 28, .78);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .2);
}

.mcmd-feature {
  min-height: 248px;
  padding: 22px;
}

.mcmd-feature svg {
  width: 28px;
  height: 28px;
  margin-bottom: 18px;
  color: var(--mcmd-gold-2);
}

.mcmd-feature h3,
.mcmd-step h3,
.mcmd-note strong {
  margin: 0;
  color: var(--mcmd-text);
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0;
}

.mcmd-feature p,
.mcmd-step p,
.mcmd-note p,
.mcmd-download-copy > p,
.mcmd-final p {
  margin: 10px 0 0;
  color: var(--mcmd-muted);
  font-size: 15px;
  line-height: 1.75;
}

.mcmd-download-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 34px;
  align-items: start;
}

.mcmd-download-copy {
  position: sticky;
  top: 96px;
}

.mcmd-step-list {
  display: grid;
  gap: 12px;
}

.mcmd-step {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid rgba(246, 237, 220, .13);
  border-radius: 8px;
  background: rgba(14, 20, 22, .88);
}

.mcmd-step > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #15100a;
  background: linear-gradient(135deg, var(--mcmd-gold-2), var(--mcmd-gold));
  border-radius: 8px;
  font-weight: 900;
}

.mcmd-inline-copy {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  margin: 0 3px;
  padding: 0 9px;
  color: #fff4d6;
  border: 1px solid rgba(214, 166, 74, .36);
  border-radius: 6px;
  background: rgba(214, 166, 74, .11);
  cursor: pointer;
}

.mcmd-note-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mcmd-note {
  min-height: 168px;
  padding: 22px;
}

.mcmd-final {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(246, 237, 220, .13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(214, 166, 74, .16), rgba(82, 119, 90, .09)),
    rgba(14, 19, 20, .9);
}

.mcmd-final h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0;
}

.mcmd-sticky-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 50;
  display: none;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(246, 237, 220, .18);
  border-radius: 8px;
  background: rgba(8, 11, 13, .86);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .42);
  backdrop-filter: blur(18px);
}

.mcmd-sticky-cta button,
.mcmd-sticky-cta a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
}

.mcmd-sticky-cta__download {
  color: #15100a;
  background: linear-gradient(135deg, var(--mcmd-gold-2), var(--mcmd-gold));
  font-weight: 900;
}

.mcmd-sticky-cta__guide {
  padding: 0 13px;
  color: var(--mcmd-text);
  border: 1px solid rgba(246, 237, 220, .16);
  background: rgba(255, 255, 255, .08);
}

.mcmd-toast {
  position: fixed;
  left: 50%;
  bottom: calc(82px + env(safe-area-inset-bottom));
  z-index: 70;
  max-width: min(420px, calc(100vw - 32px));
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  color: var(--mcmd-text);
  border: 1px solid rgba(246, 237, 220, .18);
  border-radius: 8px;
  background: rgba(12, 17, 18, .94);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .38);
  opacity: 0;
  transform: translate(-50%, 16px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}

.mcmd-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.mcmd-toast[data-tone="success"] {
  border-color: rgba(82, 119, 90, .72);
}

.mcmd-toast[data-tone="warning"] {
  border-color: rgba(170, 61, 45, .72);
}

.mcmd-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .42s ease, transform .42s ease;
}

.mcmd-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .mcmd-phone-stage {
    min-height: auto;
    gap: 18px;
    padding-top: 4px;
  }

  .mcmd-phone-copy,
  .mcmd-phone-actions {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: min(430px, 90vw);
    transform: none;
  }

  .mcmd-phone-copy {
    text-align: center;
  }

  .mcmd-phone-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mcmd-phone-actions .mcmd-btn {
    width: auto;
  }
}

@media (max-width: 900px) {
  .mcmd-hero {
    min-height: 100svh;
  }

  .mcmd-hero::before {
    background:
      radial-gradient(circle at 74% 20%, rgba(214, 166, 74, .18), transparent 28%),
      linear-gradient(180deg, rgba(8, 11, 13, .92) 0%, rgba(8, 11, 13, .7) 39%, rgba(8, 11, 13, .92) 100%),
      linear-gradient(90deg, rgba(8, 11, 13, .92), rgba(8, 11, 13, .28));
  }

  .mcmd-hero__image img {
    object-position: 57% center;
  }

  .mcmd-hero__content {
    margin-top: 48px;
  }

  .mcmd-hero h1 {
    max-width: 520px;
    font-size: 42px;
  }

  .mcmd-hero__lead {
    max-width: 540px;
    font-size: 16px;
  }

  .mcmd-about,
  .mcmd-download-layout,
  .mcmd-final {
    grid-template-columns: 1fr;
  }

  .mcmd-download-copy {
    position: static;
  }

  .mcmd-feature-grid,
  .mcmd-note-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .mcmd-page {
    padding-bottom: 0;
  }

  .mcmd-hero {
    min-height: 100svh;
    padding: 14px 12px 30px;
  }

  .mcmd-phone-copy {
    padding: 14px;
  }

  .mcmd-phone-copy h1 {
    font-size: 26px;
  }

  .mcmd-phone-copy p:last-child {
    font-size: 13px;
    line-height: 1.62;
  }

  .mcmd-phone {
    width: min(372px, 96vw);
    height: auto;
    min-height: 0;
    aspect-ratio: 390 / 780;
  }

  .mcmd-phone__hardware {
    padding: 9px;
    border-radius: 44px;
  }

  .mcmd-phone__hardware::before {
    inset: 6px;
    border-radius: 38px;
  }

  .mcmd-phone__screen {
    gap: 9px;
    padding: 13px;
    border-radius: 34px;
  }

  .mcmd-phone__scene {
    min-height: 210px;
    padding: 13px;
    border-radius: 24px;
  }

  .mcmd-phone__title h2 {
    font-size: 27px;
  }

  .mcmd-phone__release div {
    padding: 8px;
  }

  .mcmd-phone__release strong {
    font-size: 12px;
  }

  .mcmd-phone__gallery span {
    min-height: 58px;
  }

  .mcmd-phone__feature-row {
    gap: 6px;
  }

  .mcmd-phone__feature-row span {
    min-height: 65px;
    padding: 8px 5px;
  }

  .mcmd-phone__feature-row strong {
    font-size: 9px;
  }

  .mcmd-phone__install {
    padding: 10px;
  }

  .mcmd-phone__download {
    min-height: 52px;
    font-size: 15px;
  }

  .mcmd-phone-actions {
    width: min(372px, 96vw);
  }

  .mcmd-brand small,
  .mcmd-nav__link {
    display: none;
  }

  .mcmd-hero__content {
    margin-top: 40px;
  }

  .mcmd-hero h1 {
    font-size: 36px;
  }

  .mcmd-hero__chips span {
    min-height: 32px;
    font-size: 12px;
  }

  .mcmd-hero__actions,
  .mcmd-download-actions,
  .mcmd-final__actions {
    flex-direction: column;
  }

  .mcmd-btn {
    width: 100%;
  }

  .mcmd-release {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
  }

  .mcmd-release div {
    padding: 13px;
  }

  .mcmd-band {
    padding: 54px 16px;
  }

  .mcmd-band--final {
    padding-bottom: 72px;
  }

  .mcmd-section-head h2,
  .mcmd-final h2 {
    font-size: 28px;
  }

  .mcmd-about__copy {
    font-size: 16px;
  }

  .mcmd-feature-grid,
  .mcmd-note-grid {
    grid-template-columns: 1fr;
  }

  .mcmd-feature {
    min-height: 0;
  }

  .mcmd-step {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .mcmd-step > span {
    width: 42px;
    height: 42px;
  }

  .mcmd-final {
    padding: 22px;
  }

  .mcmd-sticky-cta {
    display: none !important;
  }
}

.mcmd-sticky-cta {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .mcmd-btn,
  .mcmd-nav__link,
  .mcmd-toast,
  .mcmd-reveal {
    transition: none;
  }

  .mcmd-btn:hover,
  .mcmd-btn:focus-visible {
    transform: none;
  }
}
