:root {
  --dm-ink: #130d18;
  --dm-paper: #fff8ea;
  --dm-line: #20101d;
  --dm-muted: rgba(19, 13, 24, 0.68);
  --dm-green: #87e600;
  --dm-lime: #b9ff12;
  --dm-purple: #7d4dff;
  --dm-red: #ff3038;
  --dm-yellow: #ffca2f;
  --dm-cyan: #21d8ff;
  --dm-card: #ffffff;
  --dm-shadow: 0 18px 48px rgba(31, 11, 25, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.dm-home-body {
  margin: 0;
  min-height: 100vh;
  color: var(--dm-ink);
  background:
    linear-gradient(135deg, rgba(135, 230, 0, 0.18), transparent 26%),
    linear-gradient(220deg, rgba(125, 77, 255, 0.14), transparent 30%),
    var(--dm-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dm-home-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 2px solid rgba(32, 16, 29, 0.12);
  background: rgba(255, 248, 234, 0.94);
  backdrop-filter: blur(14px);
}

.dm-home-topbar-inner,
.dm-home-main {
  width: min(1220px, 94vw);
  margin: 0 auto;
}

.dm-home-topbar-inner {
  min-height: 68px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
}

.dm-home-brand,
.dm-home-nav a,
.dm-home-lang select,
.dm-home-collection,
.dm-home-cta,
.dm-home-button {
  border: 2px solid var(--dm-line);
  border-radius: 999px;
  box-shadow: 2px 2px 0 var(--dm-line);
  font-weight: 950;
}

.dm-home-brand {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 10px;
  padding: 6px 12px 6px 6px;
  background: #fff;
  color: var(--dm-ink);
  text-decoration: none;
}

.dm-home-brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--dm-lime), var(--dm-yellow));
  color: var(--dm-line);
  font-size: 0.78rem;
}

.dm-home-brand-text {
  display: grid;
  line-height: 0.95;
}

.dm-home-brand-text small {
  color: rgba(19, 13, 24, 0.66);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.dm-home-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.dm-home-nav a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 7px 13px;
  background: #fff;
  color: var(--dm-ink);
  text-decoration: none;
  white-space: nowrap;
}

.dm-home-lang {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--dm-muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.dm-home-lang select {
  width: 150px;
  max-width: 35vw;
  min-height: 38px;
  padding: 7px 28px 7px 12px;
  background: #fff;
  color: var(--dm-ink);
  cursor: pointer;
}

.dm-home-collection {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  background: var(--dm-green);
  color: var(--dm-line);
  text-decoration: none;
  white-space: nowrap;
}

.dm-home-hero {
  display: grid;
  grid-template-columns: minmax(460px, 0.98fr) minmax(430px, 1.02fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: stretch;
  padding: clamp(16px, 3vw, 34px) 0 20px;
}

.dm-home-hero-copy,
.dm-home-stage {
  min-height: min(640px, calc(100svh - 118px));
}

.dm-home-hero-copy {
  display: grid;
  align-content: center;
  padding: clamp(18px, 4vw, 42px);
  border: 3px solid var(--dm-line);
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff, #fff0bd);
  box-shadow: 8px 8px 0 var(--dm-line);
}

.dm-home-kicker,
.dm-home-card-label,
.dm-home-section-kicker {
  margin: 0 0 10px;
  color: rgba(19, 13, 24, 0.7);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

.dm-home-title {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.7rem, 4.9vw, 5.25rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.dm-home-title .dm-free-word {
  display: inline-block;
  color: #5bc900;
}

.dm-home-summary {
  max-width: 54ch;
  margin: 18px 0 0;
  color: rgba(19, 13, 24, 0.78);
  font-size: clamp(1rem, 1.65vw, 1.18rem);
  font-weight: 760;
  line-height: 1.45;
}

.dm-home-decision {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 16px 0 0;
  align-items: center;
  border: 2px solid var(--dm-line);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  box-shadow: 3px 3px 0 var(--dm-line);
  color: rgba(19, 13, 24, 0.76);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.15;
}

.dm-home-decision strong {
  margin-inline-start: 0.3em;
  color: var(--dm-line);
}

.dm-home-hero-actions {
  display: grid;
  gap: 10px;
  max-width: 430px;
  margin-top: 22px;
}

.dm-home-cta {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 64px;
  padding: 9px 13px;
  color: #fff;
  text-decoration: none;
  box-shadow: 4px 4px 0 var(--dm-line);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.dm-home-cta:hover,
.dm-home-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 6px 6px 0 var(--dm-line);
}

.dm-home-cta[data-tone="stickers"] {
  background: linear-gradient(135deg, #62d600, #b8ff18);
  color: var(--dm-line);
  min-height: 76px;
}

.dm-home-cta[data-tone="games"] {
  background: linear-gradient(135deg, #6435ff, #a66dff);
}

.dm-home-cta[data-tone="videos"] {
  background: linear-gradient(135deg, #f21f35, #ff6c38);
}

.dm-home-cta-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 1rem;
}

.dm-home-cta strong {
  display: block;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}

.dm-home-cta[data-tone="stickers"] strong {
  font-size: 1.18rem;
}

.dm-home-cta span:last-child {
  display: block;
  margin-top: 3px;
  font-size: 0.86rem;
  font-weight: 760;
  line-height: 1.18;
}

.dm-home-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.dm-home-reward-strip {
  display: grid;
  gap: 3px;
  max-width: 430px;
  margin-top: 12px;
  border: 2px solid var(--dm-line);
  border-radius: 8px;
  padding: 10px 12px;
  background: linear-gradient(135deg, #fff, #efe4ff);
  box-shadow: 3px 3px 0 var(--dm-line);
}

.dm-home-reward-strip strong {
  font-size: 0.98rem;
  font-weight: 950;
  line-height: 1.05;
}

.dm-home-reward-strip span {
  color: var(--dm-muted);
  font-size: 0.86rem;
  font-weight: 820;
  line-height: 1.2;
}

.dm-home-proof li,
.dm-home-stage-benefits span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 2px solid var(--dm-line);
  border-radius: 999px;
  padding: 7px 11px;
  background: #fff;
  color: var(--dm-line);
  box-shadow: 2px 2px 0 var(--dm-line);
  font-size: 0.86rem;
  font-weight: 950;
}

.dm-home-stage {
  position: relative;
  overflow: hidden;
  border: 3px solid var(--dm-line);
  border-radius: 8px;
  background:
    repeating-linear-gradient(110deg, rgba(255, 255, 255, 0.24) 0 12px, transparent 12px 36px),
    linear-gradient(150deg, #dff9ff 0%, #fff3a6 48%, #ffc8ef 100%);
  box-shadow: 8px 8px 0 var(--dm-line);
}

.dm-home-stage::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 2px solid rgba(32, 16, 29, 0.1);
  border-radius: 8px;
  pointer-events: none;
}

.dm-home-character {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.38));
  user-select: none;
  pointer-events: none;
}

.dm-home-character.sphynx {
  z-index: 5;
  right: 16%;
  bottom: 18%;
  width: min(48%, 390px);
}

.dm-home-character.pug {
  z-index: 4;
  left: 14%;
  bottom: 16%;
  width: min(32%, 250px);
}

.dm-home-character.hamster {
  z-index: 4;
  left: 38%;
  bottom: 12%;
  width: min(27%, 210px);
}

.dm-home-character.shark {
  z-index: 3;
  right: 2%;
  bottom: 12%;
  width: min(32%, 250px);
}

.dm-home-character.grey {
  z-index: 3;
  right: 1%;
  top: 18%;
  width: min(25%, 190px);
}

.dm-home-floating-badge {
  position: absolute;
  z-index: 6;
  display: grid;
  min-width: 62px;
  min-height: 62px;
  place-items: center;
  border: 2px solid var(--dm-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--dm-line);
  box-shadow: 4px 4px 0 var(--dm-line);
  font-weight: 950;
}

.dm-home-floating-badge.one {
  top: 18%;
  right: 20%;
}

.dm-home-floating-badge.two {
  top: 34%;
  right: 5%;
}

.dm-home-floating-badge.three {
  top: 38%;
  left: 10%;
}

.dm-home-stage-benefits {
  position: absolute;
  z-index: 7;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dm-home-stage-benefits span {
  min-height: 30px;
  border-color: var(--dm-line);
  background: rgba(255, 255, 255, 0.9);
  color: var(--dm-line);
  box-shadow: 2px 2px 0 var(--dm-line);
  font-size: 0.78rem;
}

.dm-home-trust {
  margin-top: 14px;
  color: rgba(19, 13, 24, 0.72);
  font-size: 0.94rem;
  font-weight: 850;
}

.dm-home-section {
  padding: clamp(34px, 5vw, 68px) 0;
  border-top: 2px solid rgba(32, 16, 29, 0.12);
}

.dm-home-section-head {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 18px;
}

.dm-home-section-title {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.dm-home-section-copy {
  max-width: 58ch;
  margin: 10px 0 0;
  color: var(--dm-muted);
  font-weight: 760;
  line-height: 1.45;
}

.dm-home-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  background: var(--dm-ink);
  color: #fff;
  text-decoration: none;
}

.dm-home-world-grid,
.dm-home-grid,
.dm-home-steps,
.dm-home-feature-grid,
.dm-home-stats {
  display: grid;
  gap: 12px;
}

.dm-home-world-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dm-home-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dm-home-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.dm-home-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 12px;
  border: 3px solid var(--dm-line);
  border-radius: 8px;
  padding: 10px;
  background: #09070d;
  color: #fff;
  box-shadow: 6px 6px 0 var(--dm-line);
}

.dm-home-world-card,
.dm-home-mini-card,
.dm-home-step,
.dm-home-feature-card,
.dm-home-stat {
  border: 2px solid var(--dm-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 4px 0 var(--dm-line);
}

.dm-home-world-card,
.dm-home-mini-card,
.dm-home-feature-card {
  display: grid;
  gap: 10px;
  align-content: start;
  color: var(--dm-ink);
  text-decoration: none;
}

.dm-home-world-card {
  min-height: 100%;
  padding: 16px;
  text-align: center;
}

.dm-home-world-card img,
.dm-home-mini-card img {
  width: 100%;
  object-fit: contain;
  border-radius: 8px;
  background: #fff7e8;
}

.dm-home-world-card img {
  max-height: 132px;
  aspect-ratio: 16 / 10;
}

.dm-home-world-card strong,
.dm-home-mini-card strong,
.dm-home-step strong,
.dm-home-feature-card strong {
  font-size: 1.08rem;
  line-height: 1.05;
}

.dm-home-world-card span,
.dm-home-mini-card span,
.dm-home-step span,
.dm-home-feature-card span {
  color: var(--dm-muted);
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.25;
}

.dm-home-step {
  position: relative;
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 14px 12px;
  text-align: center;
}

.dm-home-step b {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid var(--dm-line);
  border-radius: 999px;
  background: var(--dm-green);
  box-shadow: 2px 2px 0 var(--dm-line);
}

.dm-home-step img {
  width: min(110px, 55%);
  aspect-ratio: 1;
  object-fit: contain;
}

.dm-home-mini-card {
  min-height: 100%;
  padding: 10px;
}

.dm-home-mini-card img {
  aspect-ratio: 1;
}

.dm-home-game-card img,
.dm-home-video-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.dm-home-feature-card {
  min-height: 220px;
  grid-template-columns: minmax(0, 1fr) 180px;
  align-items: end;
  padding: 18px;
  overflow: hidden;
  background: #09070d;
  color: #fff;
}

.dm-home-feature-card span {
  color: rgba(255, 255, 255, 0.8);
}

.dm-home-feature-card img {
  width: 100%;
  align-self: center;
  object-fit: contain;
  filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.45));
}

.dm-home-feature-card .dm-home-button {
  margin-top: 12px;
  background: var(--dm-green);
  color: var(--dm-line);
}

.dm-home-stat {
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.2);
}

.dm-home-stat strong {
  display: block;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  line-height: 1;
}

.dm-home-stat span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 850;
}

.dm-home-video-card video {
  grid-column: 1 / -1;
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 2px solid var(--dm-line);
  border-radius: 8px;
  background: #000;
}

.dm-home-youtube-card {
  gap: 12px;
}

.dm-home-video-poster {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.dm-home-video-poster img {
  display: block;
  width: 100%;
}

.dm-home-video-play {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 2px solid var(--dm-line);
  border-radius: 999px;
  background: var(--dm-red);
  color: #fff;
  box-shadow: 2px 2px 0 var(--dm-line);
  font-size: 0.78rem;
  font-weight: 950;
}

.dm-home-video-count {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 48, 56, 0.1);
  color: var(--dm-line);
  font-weight: 900;
}

.dm-home-video-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.dm-home-video-actions .dm-home-button {
  min-height: 40px;
  padding: 8px 12px;
  font-size: 0.9rem;
}

.dm-home-video-actions .dm-home-youtube-link {
  background: var(--dm-red);
  color: #fff;
}

.dm-home-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: space-between;
  padding: 26px 0 42px;
  border-top: 2px solid rgba(19, 13, 24, 0.12);
  color: var(--dm-muted);
  font-size: 0.92rem;
  font-weight: 760;
}

.dm-home-footer a {
  color: var(--dm-ink);
  font-weight: 950;
}

.dm-home-quickbar {
  display: none;
}

@media (max-width: 980px) {
  .dm-home-topbar-inner {
    grid-template-columns: 1fr auto;
    gap: 8px;
    min-height: 60px;
    padding: 6px 0;
  }

  .dm-home-nav,
  .dm-home-collection,
  .dm-home-brand-text small,
  .dm-home-lang span {
    display: none;
  }

  .dm-home-lang select {
    width: 128px;
  }

  .dm-home-hero {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 12px;
  }

  .dm-home-stage {
    order: 1;
  }

  .dm-home-hero-copy {
    order: 2;
  }

  .dm-home-hero-copy,
  .dm-home-stage {
    min-height: auto;
  }

  .dm-home-hero-copy {
    position: relative;
    z-index: 2;
    margin-top: -22px;
    padding: 16px 18px 18px;
    box-shadow: 4px 4px 0 var(--dm-line);
  }

  .dm-home-title {
    max-width: 12ch;
    font-size: clamp(2.35rem, 12vw, 4.3rem);
  }

  .dm-home-summary {
    margin-top: 12px;
  }

  .dm-home-decision {
    margin-top: 12px;
  }

  .dm-home-hero-actions {
    max-width: none;
    margin-top: 14px;
  }

  .dm-home-cta {
    min-height: 58px;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 8px 10px;
  }

  .dm-home-cta[data-tone="stickers"] {
    min-height: 72px;
  }

  .dm-home-cta-icon {
    width: 38px;
    height: 38px;
  }

  .dm-home-stage {
    height: 315px;
    box-shadow: 4px 4px 0 var(--dm-line);
  }

  .dm-home-character.sphynx {
    width: 48%;
    right: 19%;
    bottom: 11%;
  }

  .dm-home-character.pug {
    width: 32%;
    left: 5%;
    bottom: 8%;
  }

  .dm-home-character.hamster {
    width: 27%;
    left: 35%;
    bottom: 4%;
  }

  .dm-home-character.shark {
    width: 34%;
    right: 1%;
    bottom: 7%;
  }

  .dm-home-character.grey {
    width: 27%;
    right: 5%;
    top: 7%;
  }

  .dm-home-floating-badge {
    min-width: 46px;
    min-height: 46px;
    font-size: 0.78rem;
  }

  .dm-home-stage-benefits {
    display: none;
  }

  .dm-home-world-grid,
  .dm-home-steps,
  .dm-home-feature-grid,
  .dm-home-stats {
    grid-template-columns: 1fr;
  }

  .dm-home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dm-home-section-head {
    display: grid;
    align-items: start;
  }

  .dm-home-feature-card {
    grid-template-columns: 1fr 120px;
    min-height: 180px;
  }
}

@media (max-width: 520px) {
  body.dm-home-body {
    padding-bottom: 78px;
  }

  .dm-home-topbar-inner,
  .dm-home-main {
    width: min(100% - 16px, 520px);
  }

  .dm-home-brand {
    min-height: 42px;
    padding-right: 10px;
  }

  .dm-home-title {
    font-size: clamp(2.05rem, 10.5vw, 3.25rem);
  }

  .dm-home-summary {
    font-size: 0.98rem;
  }

  .dm-home-proof {
    display: none;
  }

  .dm-home-decision {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .dm-home-stage {
    height: 268px;
  }

  .dm-home-floating-badge {
    display: none;
  }

  .dm-home-grid {
    grid-template-columns: 1fr;
  }

  .dm-home-mini-card {
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: center;
  }

  .dm-home-mini-card img {
    height: 86px;
  }

  .dm-home-feature-card {
    grid-template-columns: 1fr 92px;
    padding: 14px;
  }

  .dm-home-quickbar {
    position: fixed;
    z-index: 60;
    right: 8px;
    bottom: 8px;
    left: 8px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    border: 2px solid var(--dm-line);
    border-radius: 8px;
    padding: 6px;
    background: rgba(255, 248, 234, 0.96);
    box-shadow: 0 10px 28px rgba(19, 13, 24, 0.22);
    backdrop-filter: blur(12px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .dm-home-scrolled .dm-home-quickbar {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .dm-home-quickbar a {
    display: grid;
    min-height: 50px;
    place-items: center;
    border: 2px solid var(--dm-line);
    border-radius: 8px;
    padding: 5px;
    background: #fff;
    color: var(--dm-line);
    text-align: center;
    text-decoration: none;
    font-size: 0.74rem;
    font-weight: 950;
    line-height: 1;
  }

  .dm-home-quickbar a:first-child {
    background: var(--dm-green);
  }

  .dm-home-quickbar span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* Premium CRO skin: first screen should feel like the advert, not like a button panel. */
body.dm-home-body {
  background:
    radial-gradient(circle at 10% 12%, rgba(135, 230, 0, 0.24), transparent 28%),
    radial-gradient(circle at 86% 4%, rgba(255, 48, 56, 0.16), transparent 26%),
    linear-gradient(135deg, #fff7df 0%, #f2fbdf 48%, #f8ecff 100%);
}

.dm-home-topbar {
  border-bottom: 0;
  background: rgba(255, 250, 238, 0.82);
  box-shadow: 0 10px 32px rgba(31, 11, 25, 0.08);
}

.dm-home-brand,
.dm-home-nav a,
.dm-home-lang select,
.dm-home-collection {
  border-width: 1px;
  box-shadow: 0 8px 22px rgba(31, 11, 25, 0.11);
}

.dm-home-brand-mark {
  border-radius: 12px;
}

.dm-home-hero {
  position: relative;
  grid-template-columns: minmax(430px, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(16px, 2vw, 26px);
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  padding: clamp(18px, 2.6vw, 34px);
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 22%, rgba(135, 230, 0, 0.33), transparent 24%),
    radial-gradient(circle at 88% 76%, rgba(33, 216, 255, 0.22), transparent 24%),
    radial-gradient(circle at 28% 82%, rgba(125, 77, 255, 0.26), transparent 28%),
    linear-gradient(135deg, #120817 0%, #09070d 56%, #18230a 100%);
  box-shadow: 0 28px 80px rgba(20, 7, 20, 0.28);
}

.dm-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.08), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 54px);
  pointer-events: none;
}

.dm-home-hero-copy,
.dm-home-stage {
  min-height: min(650px, calc(100svh - 128px));
}

.dm-home-hero-copy {
  position: relative;
  z-index: 2;
  align-content: center;
  border: 0;
  border-radius: 0;
  padding: clamp(10px, 2vw, 26px);
  background: transparent;
  box-shadow: none;
  color: #fff;
}

.dm-home-kicker {
  color: rgba(255, 255, 255, 0.7);
}

.dm-home-title {
  max-width: 11ch;
  color: #fff;
  text-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
}

.dm-home-summary {
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.84);
}

.dm-home-decision {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.dm-home-decision strong {
  color: #fff;
}

.dm-home-cta {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

.dm-home-cta:hover,
.dm-home-cta:focus-visible {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.3);
}

.dm-home-cta-icon {
  border-radius: 14px;
}

.dm-home-reward-strip {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  color: #fff;
  backdrop-filter: blur(14px);
}

.dm-home-reward-strip span,
.dm-home-trust {
  color: rgba(255, 255, 255, 0.76);
}

.dm-home-proof li {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: none;
}

.dm-home-stage {
  z-index: 1;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.dm-home-stage::before {
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 48% 46%, rgba(255, 255, 255, 0.18), transparent 28%),
    radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0.12), transparent 32%);
}

.dm-home-character {
  filter:
    drop-shadow(0 22px 28px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 26px rgba(255, 255, 255, 0.12));
}

.dm-home-character.sphynx {
  right: 28%;
  bottom: 16%;
  width: min(56%, 470px);
}

.dm-home-character.pug {
  left: 5%;
  bottom: 10%;
  width: min(38%, 300px);
}

.dm-home-character.hamster {
  left: 32%;
  bottom: 4%;
  width: min(34%, 260px);
}

.dm-home-character.shark {
  right: -3%;
  bottom: 8%;
  width: min(40%, 330px);
}

.dm-home-character.grey {
  right: 4%;
  top: 12%;
  width: min(30%, 235px);
}

.dm-home-floating-badge {
  border: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26);
}

.dm-home-floating-badge.one {
  top: 18%;
  right: 30%;
}

.dm-home-floating-badge.two {
  top: 34%;
  right: 8%;
}

.dm-home-floating-badge.three {
  top: 30%;
  left: 7%;
}

.dm-home-stage-benefits {
  left: 4%;
  right: 4%;
}

.dm-home-stage-benefits span {
  border: 0;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.dm-home-section {
  border-top: 0;
}

.dm-home-world-card,
.dm-home-mini-card,
.dm-home-step,
.dm-home-feature-card,
.dm-home-stat {
  border: 1px solid rgba(32, 16, 29, 0.1);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(31, 11, 25, 0.1);
}

.dm-home-world-card img,
.dm-home-mini-card img {
  border-radius: 14px;
}

@media (max-width: 980px) {
  .dm-home-hero {
    display: grid;
    min-height: auto;
    padding: 12px;
  }

  .dm-home-stage {
    min-height: 340px;
    height: 340px;
    order: 1;
  }

  .dm-home-hero-copy {
    order: 2;
    margin-top: -36px;
    border-radius: 22px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
  }

  .dm-home-title {
    max-width: 12ch;
    font-size: clamp(2.25rem, 10.5vw, 4rem);
  }

  .dm-home-character.sphynx {
    right: 24%;
    bottom: 10%;
    width: 58%;
  }

  .dm-home-character.pug {
    left: 1%;
    bottom: 8%;
    width: 36%;
  }

  .dm-home-character.hamster {
    left: 34%;
    bottom: 0;
    width: 31%;
  }

  .dm-home-character.shark {
    right: -8%;
    bottom: 6%;
    width: 43%;
  }

  .dm-home-character.grey {
    right: 5%;
    top: 2%;
    width: 28%;
  }
}

@media (max-width: 520px) {
  .dm-home-hero {
    margin-top: 10px;
    border-radius: 22px;
  }

  .dm-home-stage {
    height: 292px;
    min-height: 292px;
  }

  .dm-home-hero-copy {
    margin-top: -28px;
  }

  .dm-home-summary {
    font-size: 0.95rem;
  }

  .dm-home-cta {
    border-radius: 17px;
  }
}
