:root {
  color-scheme: dark;
  --bg: #070706;
  --bg-panel: #0b0a09;
  --ink: #f5eadc;
  --ink-soft: #cfc3b3;
  --muted: #93897d;
  --blood: #b11220;
  --blood-dark: #7e0e17;
  --blood-lit: #e42a38;
  --status-green: #b8e075;
  --status-green-soft: rgba(184, 224, 117, 0.18);
  --status-green-line: rgba(184, 224, 117, 0.36);
  --line: rgba(245, 234, 220, 0.16);
  --line-red: rgba(180, 15, 29, 0.5);
  --focus-ring: rgba(245, 234, 220, 0.86);
  --surface-soft: rgba(245, 234, 220, 0.035);
  --surface-card: rgba(7, 8, 7, 0.86);
  --surface-panel: linear-gradient(135deg, rgba(180, 15, 29, 0.08), transparent 46%), var(--surface-card);
  --surface-panel-strong: linear-gradient(135deg, rgba(180, 15, 29, 0.12), transparent 48%), rgba(6, 6, 5, 0.84);
  --surface-border: rgba(245, 234, 220, 0.14);
  --surface-red-border: rgba(180, 15, 29, 0.32);
  --shadow-panel: inset 0 0 0 1px rgba(180, 15, 29, 0.12), inset 0 0 42px rgba(0, 0, 0, 0.62);
  --motion-fast: 180ms ease;
  --motion-ui: 220ms ease;
  --body-font: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  --ui-font: "Iowan Old Style", Palatino, "Palatino Linotype", Georgia, serif;
  --display-font: var(--ui-font);
  --horror-font: "ScreenZombie Blood", "Iowan Old Style", Palatino, "Palatino Linotype", Georgia, serif;
  --commerce-progress: 0;
  --lp-container-max: 1180px;
  --lp-page-gutter: 44px;
  --lp-section-pad-block-start: 76px;
  --lp-section-pad-block-end: 72px;
  --lp-section-grid-gap: clamp(44px, 5.4vw, 76px);
  --lp-copy-column: minmax(300px, 0.74fr);
  --lp-main-column: minmax(520px, 1fr);
  --lp-copy-width: 430px;
  --lp-body-width: 410px;
  --lp-section-title-size: clamp(28px, 2.4vw, 36px);
  --lp-section-title-line: 1.22;
  --lp-preview-laptop-max: 620px;
  --lp-preview-laptop-width: min(100%, var(--lp-preview-laptop-max));
  font-family: var(--ui-font);
}

@font-face {
  font-family: "ScreenZombie Blood";
  src: url("/assets/screenzombie-horror-latin.ttf") format("truetype");
  font-display: swap;
  unicode-range:
    U+0020-007E;
}

@font-face {
  font-family: "ScreenZombie Hakidame";
  src: url("/assets/screenzombie-horror-ja.woff2") format("woff2");
  font-display: swap;
  unicode-range:
    U+3002,
    U+3046,
    U+305D,
    U+305E,
    U+306A,
    U+306B,
    U+3082,
    U+308B,
    U+308C,
    U+308F,
    U+3093,
    U+30BE,
    U+30D3,
    U+30F3,
    U+55B0,
    U+753B,
    U+898B,
    U+9762,
    U+FF01;
}

@font-face {
  font-family: "ScreenZombie Nosifer";
  src: url("/assets/screenzombie-horror-latin-ext.woff2") format("woff2");
  font-display: swap;
  unicode-range:
    U+0020-007E,
    U+00E9,
    U+2019;
}

@font-face {
  font-family: "ScreenZombie KCC Ganpan";
  src: url("/assets/screenzombie-horror-ko.woff2") format("woff2");
  font-display: swap;
  unicode-range:
    U+0020,
    U+002E,
    U+AC00-D7AF;
}

@font-face {
  font-family: "ScreenZombie Torono Glitch";
  src: url("/assets/screenzombie-horror-zh-hans.woff2") format("woff2");
  font-display: swap;
  unicode-range:
    U+4E00-9FFF;
}

@font-face {
  font-family: "ScreenZombie Torono Glitch Hant";
  src: url("/assets/screenzombie-horror-zh-hant.woff2") format("woff2");
  font-display: swap;
  unicode-range:
    U+4E00-9FFF;
}

html[lang="ja"] {
  --body-font: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Yu Gothic Medium", "Noto Sans JP", Meiryo, system-ui, sans-serif;
  --ui-font: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Source Han Serif JP", serif;
  --display-font: var(--ui-font);
  --horror-font: "ScreenZombie Hakidame", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}

html[lang="ko-KR"] {
  --horror-font: "ScreenZombie KCC Ganpan", var(--ui-font);
  --horror-outline: 0.018em;
  --horror-title-shadow:
    0 2px 0 rgba(54, 0, 7, 0.92),
    0 0 18px rgba(214, 28, 44, 0.44),
    0 12px 22px rgba(0, 0, 0, 0.84);
  --horror-blood-shadow:
    0 2px 0 #4d0007,
    0 0 24px rgba(228, 42, 56, 0.58),
    0 13px 22px rgba(0, 0, 0, 0.86);
}

html[lang="zh-Hans"] {
  --horror-font: "ScreenZombie Torono Glitch", var(--ui-font);
  --horror-outline: 0.015em;
  --horror-title-shadow:
    0 2px 0 rgba(54, 0, 7, 0.92),
    0 0 18px rgba(214, 28, 44, 0.38),
    0 12px 22px rgba(0, 0, 0, 0.84);
  --horror-blood-shadow:
    0 2px 0 #4d0007,
    0 0 24px rgba(228, 42, 56, 0.58),
    0 13px 22px rgba(0, 0, 0, 0.86);
}

html[lang="zh-Hant"] {
  --horror-font: "ScreenZombie Torono Glitch Hant", var(--ui-font);
  --horror-outline: 0.016em;
  --horror-title-shadow:
    0 2px 0 rgba(54, 0, 7, 0.94),
    0 0 18px rgba(214, 28, 44, 0.4),
    0 12px 22px rgba(0, 0, 0, 0.84);
  --horror-blood-shadow:
    0 2px 0 #4d0007,
    0 0 24px rgba(228, 42, 56, 0.58),
    0 13px 22px rgba(0, 0, 0, 0.86);
}

html[lang="es-419"],
html[lang="de-DE"],
html[lang="fr-FR"] {
  --horror-font: "ScreenZombie Nosifer", "ScreenZombie Blood", "Iowan Old Style", Palatino, "Palatino Linotype", Georgia, serif;
  --horror-title-shadow:
    0 2px 0 rgba(54, 0, 7, 0.88),
    0 0 20px rgba(214, 28, 44, 0.4),
    0 12px 24px rgba(0, 0, 0, 0.86);
  --horror-blood-shadow:
    0 2px 0 #4d0007,
    0 0 28px rgba(228, 42, 56, 0.62),
    0 14px 24px rgba(0, 0, 0, 0.88);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

html.is-programmatic-snap {
  scroll-behavior: auto;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  font-family: var(--body-font);
  background:
    radial-gradient(circle at 50% 0, rgba(122, 10, 18, 0.22), transparent 34%),
    linear-gradient(180deg, #050505 0%, #080706 58%, #050505 100%);
  overscroll-behavior-y: contain;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(245, 234, 220, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 234, 220, 0.02) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  opacity: 0.55;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(245, 234, 220, 0.04) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(180, 15, 29, 0.05) 0 1px, transparent 1px);
  background-size: 11px 13px, 17px 19px;
  mix-blend-mode: screen;
  opacity: 0.16;
  content: "";
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(245, 234, 220, 0.42);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(7, 8, 7, 0.94);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-140%);
  transition: transform 180ms ease;
}

.skip-link:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 3px;
  transform: translateY(0);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.site-header {
  position: absolute;
  z-index: 40;
  top: 18px;
  left: 50%;
  display: flex;
  width: min(1520px, calc(100% - 48px));
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 10px 12px 10px 14px;
  transform: translateX(-50%);
}

.brand,
.nav,
.site-footer nav {
  display: flex;
  align-items: center;
}

.brand {
  min-height: 44px;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85);
}

.brand-icon {
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 1px solid rgba(245, 234, 220, 0.16);
  border-radius: 10px;
  background: rgba(5, 5, 5, 0.62);
  box-shadow:
    0 0 0 1px rgba(180, 15, 29, 0.18),
    0 12px 28px rgba(0, 0, 0, 0.42);
}

.brand-wordmark {
  display: block;
  width: clamp(188px, 16.8vw, 226px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.86));
}

.nav {
  justify-content: center;
  gap: 44px;
  margin-left: auto;
  color: var(--ink);
  font-family: var(--ui-font);
  font-size: 17px;
  font-weight: 700;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.86);
}

.site-header .nav,
.site-header .header-cta {
  transition:
    opacity 360ms ease,
    transform 360ms cubic-bezier(0.32, 0.72, 0, 1),
    visibility 360ms step-end,
    filter 180ms ease;
}

:root:not([data-sequence-state="complete"]) .site-header .nav,
:root:not([data-sequence-state="complete"]) .site-header .header-cta {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  visibility: hidden;
}

:root[data-sequence-state="complete"] .site-header .nav,
:root[data-sequence-state="complete"] .site-header .header-cta {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition:
    opacity 360ms ease,
    transform 360ms cubic-bezier(0.32, 0.72, 0, 1),
    visibility 0ms;
}

.nav a,
.header-cta,
.button,
.platform-button {
  text-decoration: none;
}

.nav a {
  position: relative;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    color 180ms ease,
    opacity 180ms ease;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 234, 220, 0.74), transparent);
  content: "";
  opacity: 0;
  transform: scaleX(0.6);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.nav a:hover::after,
.nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav a:focus-visible,
.header-cta:focus-visible,
.button:focus-visible,
.platform-button:focus-visible,
.tap-prompt:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 4px;
}

.header-cta,
.button,
.platform-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff2e4;
  background: linear-gradient(180deg, #c91b2a, #97101a);
  clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0 50%);
  font-family: var(--ui-font);
  font-weight: 800;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 30px rgba(180, 15, 29, 0.34);
  transition:
    transform 180ms ease,
    filter 180ms ease,
    box-shadow 180ms ease;
}

.header-cta {
  min-width: 118px;
  min-height: 46px;
  padding: 0 18px;
  font-size: 18px;
}

.button:hover,
.platform-button:hover,
.header-cta:hover {
  filter: brightness(1.08);
  box-shadow:
    0 0 34px rgba(180, 15, 29, 0.42),
    0 16px 38px rgba(0, 0, 0, 0.34);
  transform: translateY(-1px);
}

.button:active,
.platform-button:active,
.header-cta:active {
  transform: scale(0.98);
}

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

.scene-section,
.scene-sticky,
.stage-frame {
  min-height: 100dvh;
}

.scene-sticky {
  display: grid;
  overflow: hidden;
  place-items: center;
}

.stage-frame {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100dvh;
  background: #080807;
  cursor: pointer;
  touch-action: manipulation;
}

:root:not([data-sequence-state="idle"]) .stage-frame {
  cursor: default;
}

.desktop-image,
.hero-sequence-video,
.hero-result-image,
.glass-grade,
.commerce-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.desktop-image {
  object-fit: cover;
  object-position: center;
  filter:
    brightness(calc(0.78 - var(--commerce-progress) * 0.08))
    contrast(1.12)
    saturate(0.82);
}

.hero-sequence-video {
  z-index: 5;
  object-fit: cover;
  object-position: center;
  opacity: calc(1 - var(--commerce-progress) * 0.04);
  pointer-events: none;
}

.hero-result-image {
  z-index: 6;
  object-fit: cover;
  object-position: center;
  opacity: var(--commerce-progress);
  pointer-events: none;
  transition: opacity 520ms ease;
}

.glass-grade {
  z-index: 8;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 46%, transparent 0 18%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.72) 100%),
    radial-gradient(circle at 70% 44%, rgba(180, 15, 29, 0.24), transparent 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.36));
}

.tap-prompt {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  display: grid;
  width: 116px;
  height: 116px;
  place-items: center;
  border: 1px solid rgba(245, 234, 220, 0.38);
  border-radius: 50%;
  color: #fff2e4;
  background:
    radial-gradient(circle, rgba(180, 15, 29, 0.54) 0 28%, rgba(11, 11, 10, 0.72) 64%, rgba(0, 0, 0, 0.5) 100%);
  box-shadow:
    0 0 0 0 rgba(237, 39, 56, 0.36),
    0 0 36px rgba(180, 15, 29, 0.36),
    inset 0 0 0 1px rgba(0, 0, 0, 0.42);
  cursor: pointer;
  font-family: var(--ui-font);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.86);
  transform: translate(-50%, -50%) scale(0.94);
  visibility: hidden;
  transition:
    opacity 280ms ease,
    transform 280ms ease,
    visibility 280ms step-end;
  animation: tap-pulse 1.7s ease-out infinite;
}

.tap-prompt::before,
.tap-prompt::after {
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(245, 234, 220, 0.22);
  border-radius: inherit;
  content: "";
  opacity: 0.76;
  animation: tap-ring 1.7s ease-out infinite;
}

.tap-prompt::after {
  inset: -24px;
  animation-delay: 280ms;
  opacity: 0.42;
}

.tap-prompt:hover,
.tap-prompt:focus-visible {
  filter: brightness(1.12);
}

:root[data-sequence-state="idle"] .tap-prompt {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  transition:
    opacity 280ms ease,
    transform 280ms ease,
    visibility 0ms;
}

@keyframes tap-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 0 rgba(237, 39, 56, 0.32),
      0 0 36px rgba(180, 15, 29, 0.36),
      inset 0 0 0 1px rgba(0, 0, 0, 0.42);
  }
  50% {
    box-shadow:
      0 0 0 12px rgba(237, 39, 56, 0),
      0 0 52px rgba(180, 15, 29, 0.52),
      inset 0 0 0 1px rgba(0, 0, 0, 0.42);
  }
}

@keyframes tap-ring {
  0% {
    opacity: 0.62;
    transform: scale(0.84);
  }
  80%,
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

.commerce-overlay {
  z-index: 10;
  display: grid;
  place-items: center;
  padding: 118px 72px 86px;
  text-align: center;
  opacity: var(--commerce-progress);
  pointer-events: none;
  transform: translateY(calc((1 - var(--commerce-progress)) * 18px));
  transition:
    opacity 520ms ease,
    transform 520ms cubic-bezier(0.32, 0.72, 0, 1);
}

:root[data-sequence-state="complete"] .commerce-overlay {
  pointer-events: auto;
}

.commerce-copy {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.horror-title {
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  color: var(--ink);
  font-family: var(--horror-font);
  font-size: clamp(68px, 8.4vw, 124px);
  font-weight: 400;
  line-height: 1.08;
  text-transform: uppercase;
  -webkit-text-stroke: var(--horror-outline, 0) rgba(54, 0, 7, 0.86);
  font-synthesis: none;
  paint-order: stroke fill;
  text-shadow: var(--horror-title-shadow, 0 9px 24px rgba(0, 0, 0, 0.86));
}

html[lang="ja"] .horror-title {
  font-size: clamp(50px, 6.2vw, 100px);
  line-height: 1.08;
  text-transform: none;
}

html:not([lang="en"]) .horror-title {
  text-transform: none;
}

html[lang="ko-KR"] .horror-title,
html[lang="zh-Hans"] .horror-title,
html[lang="zh-Hant"] .horror-title {
  font-size: clamp(48px, 5.6vw, 92px);
  line-height: 1.12;
}

html[lang="ko-KR"] .horror-title {
  font-size: clamp(56px, 6.6vw, 106px);
}

html[lang="es-419"] .horror-title,
html[lang="fr-FR"] .horror-title {
  font-size: clamp(42px, 4.7vw, 70px);
  line-height: 1.06;
}

html[lang="de-DE"] .horror-title {
  font-size: clamp(34px, 3.9vw, 58px);
  line-height: 1.08;
}

html[lang="zh-Hans"] .horror-title,
html[lang="zh-Hant"] .horror-title {
  font-size: clamp(54px, 6.4vw, 100px);
  letter-spacing: 0;
}

.horror-title span,
.horror-title b {
  display: block;
  font-weight: 400;
}

html[lang="ja"] .horror-title span {
  white-space: nowrap;
}

.horror-title b {
  margin-top: 0.18em;
  color: var(--blood);
  font-size: 1.12em;
  line-height: 1.02;
  text-shadow:
    var(--horror-blood-shadow,
      0 1px 0 #500006,
      0 0 30px rgba(214, 28, 44, 0.48),
      0 10px 20px rgba(0, 0, 0, 0.82));
}

html[lang="ja"] .horror-title b {
  font-size: 1.04em;
  line-height: 1;
  white-space: nowrap;
}

.hero-mark {
  display: grid;
  width: 76px;
  height: 76px;
  margin: 0 auto 26px;
  place-items: center;
  border: 1px solid rgba(245, 234, 220, 0.12);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(245, 234, 220, 0.13), rgba(0, 0, 0, 0.78) 62%);
  box-shadow:
    0 0 42px rgba(245, 234, 220, 0.09),
    0 0 44px rgba(164, 0, 18, 0.18);
}

.hero-mark img {
  width: 48px;
  height: 48px;
}

.commerce-overlay .button-primary {
  min-width: 138px;
  min-height: 56px;
  padding: 0 24px;
  border: 0;
  font-size: 19px;
}

.commerce-copy > p {
  max-width: 560px;
  margin: 58px auto 0;
  color: rgba(245, 234, 220, 0.86);
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.48;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.78);
}

html[lang="ja"] .commerce-copy > p {
  font-style: normal;
  line-height: 1.72;
}

.framed-section {
  position: relative;
  overflow: hidden;
  min-height: 100dvh;
  border-top: 1px solid rgba(245, 234, 220, 0.12);
  border-bottom: 1px solid rgba(180, 15, 29, 0.66);
  background:
    radial-gradient(circle at 50% 0, rgba(133, 8, 18, 0.22), transparent 28%),
    linear-gradient(180deg, #080807 0%, #050505 100%);
}

.framed-section {
  display: grid;
  align-content: center;
}

.framed-section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(245, 234, 220, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 234, 220, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 22% 82%, rgba(138, 8, 18, 0.18), transparent 30%);
  background-size: 72px 72px, 72px 72px, auto;
  content: "";
  opacity: 0.62;
}

.framed-section::after {
  position: absolute;
  inset: 10px;
  z-index: 0;
  border: 1px solid rgba(245, 234, 220, 0.09);
  box-shadow:
    inset 0 0 0 1px rgba(121, 16, 23, 0.18),
    inset 0 0 72px rgba(0, 0, 0, 0.72);
  content: "";
  pointer-events: none;
}

.app-shell,
.download-shell,
.plans,
.faq-shell {
  position: relative;
  z-index: 1;
  width: min(var(--lp-container-max), calc(100% - var(--lp-page-gutter)));
  margin: 0 auto;
}

.app-shell {
  padding: var(--lp-section-pad-block-start) 0 var(--lp-section-pad-block-end);
}

.download-shell {
  display: grid;
  grid-template-columns: var(--lp-copy-column) var(--lp-main-column);
  gap: var(--lp-section-grid-gap);
  align-items: start;
  padding: var(--lp-section-pad-block-start) 0 var(--lp-section-pad-block-end);
}

.ritual-layout {
  display: grid;
  grid-template-columns: var(--lp-copy-column) var(--lp-main-column);
  gap: var(--lp-section-grid-gap);
  align-items: center;
}

.app-copy,
.download-copy {
  max-width: var(--lp-copy-width);
}

.eyebrow,
.panel-label {
  margin: 0 0 14px;
  color: var(--blood-lit);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.app-copy h2,
.download-copy h2 {
  max-width: var(--lp-copy-width);
  margin-bottom: 18px;
  color: var(--ink);
  font-family: var(--ui-font);
  font-size: clamp(30px, 2.55vw, 40px);
  font-weight: 500;
  line-height: var(--lp-section-title-line);
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.72);
  text-wrap: balance;
}

html[lang="ja"] .app-copy h2,
html[lang="ja"] .download-copy h2 {
  line-height: 1.28;
}

.app-lede,
.download-copy p:not(.eyebrow) {
  font-family: var(--body-font);
  max-width: var(--lp-body-width);
  margin-bottom: 0;
  color: rgba(245, 234, 220, 0.86);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
}

.download-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(245, 234, 220, 0.84);
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 520;
  line-height: 1.62;
  text-wrap: pretty;
}

.download-panel {
  display: grid;
  gap: 28px;
}

.download-actions {
  display: grid;
  justify-items: stretch;
  gap: 12px;
  min-width: min(360px, 100%);
}

.download-button {
  min-width: 336px;
  min-height: 58px;
  border: 0;
  gap: 13px;
  padding: 0 34px;
  font-family: var(--body-font);
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}

.download-button--disabled {
  color: rgba(245, 234, 220, 0.62);
  background:
    linear-gradient(180deg, rgba(84, 43, 47, 0.72), rgba(47, 27, 29, 0.72)),
    rgba(9, 8, 8, 0.84);
  box-shadow: none;
  cursor: default;
  filter: none;
}

.download-button--disabled:hover {
  box-shadow: none;
  filter: none;
  transform: none;
}

.download-summary {
  margin: 2px 0 0;
  color: rgba(245, 234, 220, 0.78);
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.45;
}

.activation-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(245, 234, 220, 0.12);
  border-bottom: 1px solid rgba(245, 234, 220, 0.12);
  list-style: none;
}

.activation-steps li {
  min-height: 160px;
  padding: 22px 22px 20px;
  border-left: 1px solid rgba(245, 234, 220, 0.1);
}

.activation-steps li:first-child {
  border-left: 0;
}

.activation-steps .step-index {
  color: var(--blood-lit);
  font-family: var(--ui-font);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.activation-steps strong {
  display: block;
  margin: 12px 0 8px;
  color: rgba(245, 234, 220, 0.92);
  font-family: var(--body-font);
  font-size: 19px;
  font-weight: 650;
  line-height: 1.28;
}

.activation-steps p {
  margin: 0;
  color: rgba(245, 234, 220, 0.68);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 520;
  line-height: 1.55;
  text-wrap: pretty;
}

.activation-steps--timeline {
  grid-template-columns: 1fr;
  border-top-color: rgba(245, 234, 220, 0.16);
  border-bottom-color: rgba(245, 234, 220, 0.16);
}

.activation-steps--timeline li {
  display: grid;
  grid-template-columns: 42px minmax(180px, 1fr) minmax(280px, 330px);
  gap: 18px 20px;
  align-items: center;
  min-height: 126px;
  padding: 24px 0;
  border-left: 0;
  border-top: 1px solid rgba(245, 234, 220, 0.1);
}

.activation-steps--timeline li:first-child {
  border-top: 0;
}

.activation-steps--timeline .step-index {
  align-self: center;
  font-size: 18px;
}

.activation-steps--timeline strong {
  margin: 0 0 8px;
  font-size: clamp(20px, 1.8vw, 27px);
  line-height: 1.2;
}

.activation-steps--timeline p {
  max-width: 430px;
  font-size: 15px;
  line-height: 1.55;
}

.activation-steps--timeline .download-actions {
  justify-self: end;
  width: min(100%, 330px);
  min-width: 0;
}

.activation-steps--timeline .button {
  justify-self: end;
  min-width: 214px;
  min-height: 54px;
  padding: 0 32px;
  font-family: var(--body-font);
  font-size: 17px;
  font-weight: 750;
}

.ritual-steps {
  display: grid;
  gap: 0;
  padding: 0;
  margin-top: clamp(34px, 4.8vh, 52px);
  list-style: none;
}

.ritual-steps li {
  margin: 0;
}

.ritual-step {
  position: relative;
  appearance: none;
  display: grid;
  grid-template-columns: 78px 32px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: 100%;
  min-height: 116px;
  padding: 18px 22px 18px 36px;
  border: 0;
  border-bottom: 1px solid rgba(245, 234, 220, 0.11);
  border-radius: 2px;
  color: inherit;
  text-align: left;
  background: transparent;
  cursor: pointer;
  transition:
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.ritual-step::before {
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, transparent, rgba(216, 18, 34, 0.9), transparent);
  box-shadow: 0 0 18px rgba(216, 18, 34, 0.45);
  opacity: 0;
  content: "";
  transition: opacity 220ms ease;
}

.ritual-steps li:last-child .ritual-step {
  border-bottom: 0;
}

.ritual-step:hover,
.ritual-step:focus-visible,
.ritual-step.is-active {
  border-color: rgba(216, 18, 34, 0.34);
  background:
    linear-gradient(90deg, rgba(180, 15, 29, 0.13), transparent 58%),
    rgba(245, 234, 220, 0.015);
  box-shadow:
    inset 0 0 0 1px rgba(180, 15, 29, 0.1),
    0 14px 36px rgba(0, 0, 0, 0.16);
}

.ritual-step:hover,
.ritual-step:focus-visible {
  transform: translateX(4px);
}

.ritual-step:focus-visible {
  outline: 2px solid rgba(245, 234, 220, 0.78);
  outline-offset: 4px;
}

.ritual-step.is-active::before {
  opacity: 1;
}

.ritual-step.is-active .step-icon {
  color: rgba(245, 234, 220, 0.92);
  border-color: rgba(216, 18, 34, 0.72);
  box-shadow:
    inset 0 0 18px rgba(0, 0, 0, 0.72),
    0 0 34px rgba(180, 15, 29, 0.24);
}

.ritual-step.is-active .step-index,
.ritual-step.is-active .step-title {
  color: var(--blood-lit);
}

.step-icon {
  --step-icon-mask: url("/assets/icons/lucide-timer.svg");
  --step-icon-size: 42px;
  position: relative;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 1px solid rgba(245, 234, 220, 0.24);
  background:
    radial-gradient(circle, rgba(245, 234, 220, 0.1), transparent 58%),
    rgba(10, 10, 9, 0.8);
  color: rgba(245, 234, 220, 0.68);
  box-shadow:
    inset 0 0 18px rgba(0, 0, 0, 0.72),
    0 0 34px rgba(0, 0, 0, 0.48);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease,
    color 220ms ease;
}

.step-icon::before,
.step-icon::after {
  position: absolute;
  pointer-events: none;
  content: "";
  transition:
    border-color 220ms ease,
    opacity 220ms ease,
    box-shadow 220ms ease;
}

.step-icon::before {
  width: var(--step-icon-size);
  height: var(--step-icon-size);
  background: currentColor;
  filter: drop-shadow(0 0 10px rgba(245, 234, 220, 0.08));
  -webkit-mask: var(--step-icon-mask) center / contain no-repeat;
  mask: var(--step-icon-mask) center / contain no-repeat;
}

.step-icon::after {
  inset: 12px;
  border: 1px solid rgba(245, 234, 220, 0.2);
  border-radius: inherit;
  opacity: 0.36;
}

.step-icon--timer {
  --step-icon-mask: url("/assets/icons/lucide-timer.svg");
  border-radius: 50%;
}

.step-icon--timer::after {
  border-style: dashed;
  border-radius: 50%;
}

.step-icon--lock {
  --step-icon-mask: url("/assets/icons/lucide-lock-keyhole.svg");
  border-radius: 12px;
}

.step-icon--blocked {
  --step-icon-mask: url("/assets/icons/lucide-monitor-x.svg");
  border-radius: 4px;
}

.ritual-step.is-active .step-icon::before {
  filter:
    drop-shadow(0 0 12px rgba(216, 18, 34, 0.28))
    drop-shadow(0 0 2px rgba(245, 234, 220, 0.4));
}

.ritual-step.is-active .step-icon::after {
  border-color: rgba(216, 18, 34, 0.72);
  box-shadow:
    inset 0 0 18px rgba(180, 15, 29, 0.18),
    0 0 16px rgba(180, 15, 29, 0.16);
  opacity: 0.82;
}

.step-index {
  align-self: start;
  padding-top: 10px;
  color: var(--blood-lit);
  font-family: var(--ui-font);
  font-size: 20px;
  font-weight: 800;
}

.step-title,
.step-copy {
  display: block;
}

.step-title {
  font-family: var(--body-font);
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(18px, 1.42vw, 22px);
  font-weight: 730;
  line-height: 1.24;
  text-transform: none;
  text-wrap: balance;
  transition: color 220ms ease;
}

html[lang="de-DE"] .step-title,
html[lang="fr-FR"] .step-title,
html[lang="es-419"] .step-title {
  font-size: clamp(17px, 1.28vw, 21px);
}

.step-copy {
  font-family: var(--body-font);
  margin-top: 8px;
  margin-bottom: 0;
  color: rgba(245, 234, 220, 0.74);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.lock-console {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 584px;
  border: 1px solid rgba(180, 15, 29, 0.62);
  border-radius: 3px;
  background:
    linear-gradient(90deg, rgba(180, 15, 29, 0.22) 0 2px, transparent 2px),
    radial-gradient(circle at 50% 36%, rgba(156, 10, 21, 0.28), transparent 27%),
    linear-gradient(180deg, rgba(245, 234, 220, 0.055), transparent 30%),
    #070807;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.44),
    inset 0 0 0 1px rgba(245, 234, 220, 0.07),
    inset 0 0 90px rgba(113, 6, 14, 0.24);
  transition:
    border-color 300ms ease,
    box-shadow 300ms ease;
}

.lock-console[data-ritual-state="set"] {
  border-color: rgba(245, 234, 220, 0.34);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.44),
    inset 0 0 0 1px rgba(245, 234, 220, 0.08),
    inset 0 0 74px rgba(245, 234, 220, 0.08);
}

.lock-console[data-ritual-state="locked"] {
  border-color: rgba(216, 18, 34, 0.72);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.44),
    inset 0 0 0 1px rgba(245, 234, 220, 0.07),
    inset 0 0 102px rgba(180, 15, 29, 0.34);
}

.lock-console[data-ritual-state="unusable"] {
  border-color: rgba(245, 234, 220, 0.38);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.44),
    inset 0 0 0 1px rgba(245, 234, 220, 0.08),
    inset 0 0 96px rgba(180, 15, 29, 0.18);
}

.lock-console::before,
.lock-console::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.lock-console::before {
  background:
    linear-gradient(130deg, transparent 13%, rgba(245, 234, 220, 0.16) 13.2%, transparent 13.8%),
    linear-gradient(34deg, transparent 42%, rgba(245, 234, 220, 0.13) 42.2%, transparent 42.8%),
    linear-gradient(150deg, transparent 62%, rgba(180, 15, 29, 0.22) 62.2%, transparent 62.8%),
    radial-gradient(circle at 52% 38%, transparent 0 100px, rgba(180, 15, 29, 0.36) 102px, transparent 104px),
    radial-gradient(circle at 52% 38%, transparent 0 138px, rgba(180, 15, 29, 0.18) 140px, transparent 142px);
}

.lock-console::after {
  background:
    linear-gradient(rgba(245, 234, 220, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 15, 29, 0.04) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.42;
}

.lock-face {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 584px;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 24px;
  text-align: center;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.lock-console.is-preview-changing .lock-face {
  opacity: 0.72;
  transform: translateY(5px);
}

.app-preview-stage {
  position: relative;
  min-height: 424px;
  overflow: hidden;
  border: 1px solid rgba(245, 234, 220, 0.13);
  background:
    linear-gradient(rgba(245, 234, 220, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 15, 29, 0.038) 1px, transparent 1px),
    radial-gradient(circle at 50% 38%, rgba(180, 15, 29, 0.18), transparent 42%),
    rgba(4, 5, 4, 0.76);
  background-size: 24px 24px, 24px 24px, auto, auto;
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.72);
}

.lock-console[data-ritual-state="locked"] .app-preview-stage,
.lock-console[data-ritual-state="unusable"] .app-preview-stage {
  border-color: transparent;
  background:
    radial-gradient(circle at 50% 46%, rgba(180, 15, 29, 0.12), transparent 34%),
    transparent;
  box-shadow: none;
}

.preview-pane {
  position: absolute;
  inset: 0;
  z-index: 0;
  visibility: hidden;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.985);
  transition:
    opacity 260ms ease,
    transform 260ms ease;
}

.preview-pane-locked,
.preview-pane-unusable {
  padding: 0;
}

.lock-console[data-ritual-state="set"] .preview-pane-rule,
.lock-console[data-ritual-state="locked"] .preview-pane-locked,
.lock-console[data-ritual-state="unusable"] .preview-pane-unusable {
  z-index: 2;
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.mini-app-window {
  width: min(100%, 568px);
  overflow: hidden;
  border: 1px solid rgba(245, 234, 220, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(245, 234, 220, 0.046), rgba(245, 234, 220, 0.012)),
    rgba(10, 12, 12, 0.96);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.48);
  font-family: var(--body-font);
  text-align: left;
}

.mini-titlebar {
  display: grid;
  grid-template-columns: 11px 11px 11px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(245, 234, 220, 0.12);
  background: rgba(245, 234, 220, 0.045);
}

.mini-titlebar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.mini-titlebar span:nth-child(1) { background: #ff6258; }
.mini-titlebar span:nth-child(2) { background: #ffbd4b; }
.mini-titlebar span:nth-child(3) { background: #00c95f; }

.mini-titlebar b {
  justify-self: center;
  color: rgba(245, 234, 220, 0.82);
  font-size: 13px;
  font-weight: 600;
}

.mini-titlebar em {
  color: rgba(245, 234, 220, 0.46);
  font-family: var(--body-font);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mini-settings-layout {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  min-height: 360px;
}

.mini-sidebar {
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 16px 14px;
  border-right: 1px solid rgba(245, 234, 220, 0.1);
  background:
    linear-gradient(135deg, rgba(245, 234, 220, 0.055), transparent 38%),
    rgba(245, 234, 220, 0.018);
}

.mini-sidebar img {
  width: 44px;
  height: 44px;
  border-radius: 9px;
}

.mini-sidebar strong {
  color: rgba(245, 234, 220, 0.84);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.mini-sidebar > span {
  margin-bottom: 6px;
  color: var(--status-green);
  font-size: 14px;
  font-weight: 700;
}

.mini-sidebar i {
  display: block;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 7px;
  color: rgba(245, 234, 220, 0.58);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.mini-sidebar i[data-active="true"] {
  background: linear-gradient(90deg, var(--status-green-soft), rgba(245, 234, 220, 0.034));
  color: rgba(245, 234, 220, 0.92);
  box-shadow: inset 0 0 0 1px rgba(184, 224, 117, 0.26);
}

.mini-sidebar small {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(245, 234, 220, 0.1);
  border-radius: 8px;
  color: rgba(245, 234, 220, 0.7);
  font-size: 12px;
  font-weight: 700;
}

.mini-sidebar small b {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--status-green);
  box-shadow: 0 0 14px rgba(184, 224, 117, 0.42);
}

.mini-main {
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 20px 22px 24px;
}

.mini-section-label {
  margin: 0;
  color: rgba(245, 234, 220, 0.56);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-rule-panel {
  overflow: hidden;
  border: 1px solid rgba(245, 234, 220, 0.13);
  border-radius: 8px;
  background: rgba(245, 234, 220, 0.018);
}

.mini-rule-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 16px;
  align-items: center;
  min-height: 70px;
  padding: 0 14px 0 16px;
  border-bottom: 1px solid rgba(245, 234, 220, 0.1);
}

.mini-rule-row:last-child {
  border-bottom: 0;
}

.mini-rule-row b,
.mini-rule-row small,
.mini-rule-row em {
  display: block;
}

.mini-rule-row b {
  color: rgba(245, 234, 220, 0.9);
  font-size: 15px;
  font-weight: 700;
}

.mini-rule-row small {
  margin-top: 4px;
  color: rgba(245, 234, 220, 0.5);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.mini-rule-row em {
  min-height: 38px;
  padding: 10px 8px;
  border: 1px solid rgba(184, 224, 117, 0.22);
  border-radius: 7px;
  color: rgba(231, 255, 198, 0.86);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}

.mini-timer-card {
  display: grid;
  justify-items: center;
  gap: 5px;
  padding: 13px;
  border: 1px solid rgba(180, 15, 29, 0.25);
  border-radius: 9px;
  background:
    radial-gradient(circle at 50% 0%, rgba(237, 39, 56, 0.09), transparent 48%),
    rgba(245, 234, 220, 0.018);
  text-align: center;
}

.mini-timer-card span,
.mini-timer-card small {
  color: rgba(245, 234, 220, 0.58);
  font-size: 12px;
  font-weight: 700;
}

.mini-timer-card strong {
  color: rgba(245, 234, 220, 0.9);
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.mini-attack-illustration {
  display: grid;
  width: var(--lp-preview-laptop-width);
  justify-items: center;
  gap: 0;
  filter: drop-shadow(0 30px 64px rgba(0, 0, 0, 0.52));
}

.mini-laptop {
  position: relative;
  width: var(--lp-preview-laptop-width);
  aspect-ratio: 1216 / 790;
  background:
    image-set(
      url("/assets/generic-laptop-shell.avif?v=20260523-alpha-shell") type("image/avif"),
      url("/assets/generic-laptop-shell.webp?v=20260523-alpha-shell") type("image/webp")
    ) center / contain no-repeat;
  filter: drop-shadow(0 28px 56px rgba(0, 0, 0, 0.42));
}

.mini-attack-illustration .mini-laptop {
  width: 100%;
}

.mini-monitor-frame {
  position: absolute;
  top: 5.1%;
  left: 12.35%;
  width: 75.6%;
  height: 67.2%;
  overflow: hidden;
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(5, 6, 5, 0.16), rgba(5, 6, 5, 0.46)),
    url("/assets/windows-desktop-demo.webp") center / cover,
    #030303;
  box-shadow: inset 0 0 48px rgba(0, 0, 0, 0.42);
}

.mini-monitor-frame::before,
.mini-monitor-frame::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.mini-monitor-frame::before {
  z-index: 2;
  background:
    radial-gradient(circle at 50% 42%, transparent 0 31%, rgba(0, 0, 0, 0.24) 46%, rgba(0, 0, 0, 0.68) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 11%),
    linear-gradient(90deg, rgba(216, 18, 34, 0.18), transparent 22%, transparent 78%, rgba(216, 18, 34, 0.18));
}

.mini-monitor-frame::after {
  z-index: 3;
  background:
    radial-gradient(circle at 52% 39%, rgba(244, 255, 255, 0.12), transparent 22%),
    linear-gradient(118deg, transparent 0 17%, rgba(244, 255, 255, 0.09) 30%, transparent 46%),
    linear-gradient(22deg, rgba(184, 224, 117, 0.06), transparent 36%, rgba(216, 18, 34, 0.08));
  opacity: 0.5;
}

.mini-zombie-art {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(0.08) contrast(1.12) brightness(0.78);
  transform: scale(1.08);
}

.mini-attack-warning {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 16px;
  left: 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 14px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid rgba(216, 18, 34, 0.58);
  border-radius: 7px;
  background:
    linear-gradient(90deg, rgba(180, 15, 29, 0.42), transparent 80%),
    rgba(3, 3, 3, 0.78);
  text-align: left;
}

.mini-attack-warning b {
  color: var(--blood-lit);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-attack-warning strong {
  color: rgba(245, 234, 220, 0.94);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.mini-desktop {
  position: absolute;
  top: 5.1%;
  left: 12.35%;
  width: 75.6%;
  height: 67.2%;
  overflow: hidden;
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(5, 6, 5, 0.24), rgba(5, 6, 5, 0.62)),
    url("/assets/windows-desktop-demo.webp") center / cover;
  box-shadow: inset 0 0 48px rgba(0, 0, 0, 0.48);
}

.mini-desktop::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(180, 15, 29, 0.18), transparent 30%),
    rgba(0, 0, 0, 0.54);
  content: "";
}

.mini-overlay-card {
  position: absolute;
  inset: 42px 64px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  border: 1px solid rgba(216, 18, 34, 0.6);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 20%, rgba(180, 15, 29, 0.22), transparent 50%),
    rgba(4, 4, 4, 0.82);
  box-shadow:
    inset 0 0 0 1px rgba(245, 234, 220, 0.06),
    0 30px 80px rgba(0, 0, 0, 0.54);
}

.mini-overlay-card img {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  box-shadow: 0 0 32px rgba(180, 15, 29, 0.22);
}

.mini-overlay-card b {
  color: var(--blood-lit);
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

.mini-overlay-card strong {
  color: rgba(245, 234, 220, 0.94);
  font-size: clamp(48px, 5.6vw, 78px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

.mini-desktop-disabled .mini-overlay-card strong {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
  text-align: center;
}

.mini-overlay-card small {
  color: rgba(245, 234, 220, 0.72);
  font-size: 15px;
  font-weight: 700;
}

.mini-desktop-disabled {
  filter: grayscale(0.18) contrast(1.08) brightness(0.84);
}

.mini-desktop-disabled::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    repeating-linear-gradient(0deg, rgba(245, 234, 220, 0.035) 0 1px, transparent 1px 6px),
    radial-gradient(circle at 50% 50%, transparent 0 28%, rgba(0, 0, 0, 0.42) 58%, rgba(0, 0, 0, 0.72) 100%);
  content: "";
  pointer-events: none;
}

.mini-desktop-disabled .mini-overlay-card {
  z-index: 3;
  inset: 31% 24%;
  gap: 4px;
  border-color: rgba(216, 18, 34, 0.48);
  background:
    radial-gradient(circle at 50% 20%, rgba(180, 15, 29, 0.16), transparent 50%),
    rgba(4, 4, 4, 0.78);
}

.mini-desktop-disabled .mini-overlay-card img {
  display: none;
}

.mini-desktop-disabled .mini-overlay-card b {
  font-size: 12px;
}

.mini-desktop-disabled .mini-overlay-card strong {
  max-width: 9em;
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1;
  text-align: center;
  text-wrap: balance;
}

.mini-desktop-disabled .mini-overlay-card small {
  display: none;
}

.preview-foot {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 6px;
}

.preview-foot strong {
  color: rgba(245, 234, 220, 0.88);
  font-size: clamp(46px, 5.2vw, 72px);
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 18px 36px rgba(0, 0, 0, 0.74);
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
  transition:
    color 260ms ease,
    text-shadow 260ms ease;
}

.preview-foot span {
  color: rgba(245, 234, 220, 0.74);
  font-size: 19px;
  font-weight: 600;
  transition: color 260ms ease;
}

.lock-console[data-ritual-state="locked"] .preview-foot strong {
  color: rgba(245, 234, 220, 0.94);
  text-shadow: 0 18px 42px rgba(180, 15, 29, 0.36);
}

.section-title {
  display: grid;
  grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr);
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  text-align: center;
}

.section-title h2 {
  margin: 0;
  color: rgba(245, 234, 220, 0.88);
  font-size: clamp(32px, 3.1vw, 44px);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-title span {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(180, 15, 29, 0.86), transparent);
}

.plans {
  padding: 46px 0 70px;
}

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

.plan-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(245, 234, 220, 0.2);
  border-radius: 2px;
  background:
    linear-gradient(135deg, rgba(245, 234, 220, 0.08) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 52% 34%, rgba(122, 10, 18, 0.18), transparent 34%),
    rgba(7, 8, 7, 0.82);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(180, 15, 29, 0.28),
    inset 0 0 58px rgba(0, 0, 0, 0.72);
  transition:
    border-color var(--motion-ui),
    box-shadow var(--motion-ui),
    background var(--motion-ui);
}

.plan-card::before {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(180, 15, 29, 0.32);
  content: "";
  pointer-events: none;
}

.plan-card {
  display: grid;
  min-height: 704px;
  grid-template-rows: auto auto auto auto auto 1fr auto;
  justify-items: center;
  padding: 40px 56px 36px;
  text-align: center;
}

.plan-card:hover {
  border-color: rgba(245, 234, 220, 0.26);
  background:
    linear-gradient(135deg, rgba(245, 234, 220, 0.09) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 52% 34%, rgba(122, 10, 18, 0.22), transparent 34%),
    rgba(7, 8, 7, 0.86);
  box-shadow:
    0 32px 86px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(180, 15, 29, 0.34),
    inset 0 0 64px rgba(0, 0, 0, 0.74);
}

.plan-kicker {
  margin: 0 0 8px;
  color: rgba(245, 234, 220, 0.9);
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plan-line {
  font-family: var(--body-font);
  margin: 0 0 28px;
  color: rgba(245, 234, 220, 0.72);
  font-size: 17px;
  font-weight: 600;
}

.skull-medallion {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 112px;
  height: 112px;
  margin-bottom: 34px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(245, 234, 220, 0.14), transparent 52%),
    radial-gradient(circle, rgba(0, 0, 0, 0.94), transparent 72%);
}

.skull-medallion img {
  position: relative;
  z-index: 1;
  width: 88px;
  height: 88px;
  filter: grayscale(0.36) contrast(1.08);
  opacity: 0.78;
}

.plan-stamp {
  position: absolute;
  z-index: 2;
  right: -29px;
  bottom: 13px;
  min-width: 67px;
  padding: 6px 9px 5px;
  border: 1px solid rgba(245, 234, 220, 0.24);
  border-radius: 2px;
  color: rgba(255, 246, 237, 0.94);
  background:
    linear-gradient(180deg, rgba(237, 39, 56, 0.86), rgba(142, 12, 22, 0.92)),
    rgba(7, 8, 7, 0.92);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.36),
    inset 0 0 0 1px rgba(255, 246, 237, 0.08);
  font-family: var(--body-font);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  transform: rotate(-8deg);
  white-space: nowrap;
}

.plan-stamp::after {
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(255, 246, 237, 0.15);
  content: "";
  pointer-events: none;
}

.plan-stamp--lifetime {
  right: -34px;
  color: rgba(7, 16, 8, 0.92);
  background:
    linear-gradient(180deg, rgba(184, 224, 117, 0.96), rgba(115, 145, 72, 0.92)),
    rgba(7, 8, 7, 0.92);
}

.price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin: 0;
  color: rgba(245, 234, 220, 0.9);
}

.price b {
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
}

.price span {
  color: rgba(245, 234, 220, 0.78);
  font-size: 33px;
}

.price small {
  color: rgba(245, 234, 220, 0.78);
  font-size: 18px;
  font-weight: 700;
}

.price-monthly {
  gap: 7px;
  margin-top: -2px;
}

.price-monthly b {
  font-size: clamp(64px, 5.1vw, 78px);
  letter-spacing: -0.02em;
}

.price-monthly small {
  color: rgba(245, 234, 220, 0.84);
  font-size: clamp(22px, 1.8vw, 29px);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.price-onetime {
  gap: 7px;
  margin-top: -2px;
}

.price-onetime b {
  font-size: clamp(64px, 5.1vw, 78px);
  letter-spacing: -0.02em;
}

.price-jpy {
  gap: 7px;
}

.price-note {
  font-family: var(--body-font);
  min-height: 24px;
  margin: 9px 0 18px;
  color: rgba(245, 234, 220, 0.7);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.plan-includes {
  display: grid;
  width: min(390px, 100%);
  align-content: start;
  gap: 8px;
  margin: 0 0 26px;
  padding: 0;
  color: rgba(245, 234, 220, 0.78);
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.48;
  list-style: none;
  text-align: left;
}

.plan-includes li {
  position: relative;
  padding-left: 18px;
}

.plan-includes li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  background: #b40f1d;
  box-shadow: 0 0 12px rgba(180, 15, 29, 0.72);
  content: "";
  transform: rotate(45deg);
}

.plan-common {
  display: none;
}

.platform-actions {
  display: grid;
  width: min(330px, 100%);
  gap: 9px;
  align-self: end;
}

.platform-button {
  border: 0;
  min-height: 58px;
  gap: 14px;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 730;
  cursor: pointer;
}

.platform-button[disabled],
.platform-button[aria-busy="true"] {
  cursor: wait;
  filter: grayscale(0.35) brightness(0.76);
}

.status-message {
  min-height: 24px;
  margin-top: 22px;
  color: rgba(245, 234, 220, 0.72);
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.apple-mark {
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 23px;
  background: #fff6ed;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zM262.1 104.5c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zM262.1 104.5c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.windows-mark {
  display: grid;
  grid-template-columns: repeat(2, 9px);
  grid-template-rows: repeat(2, 9px);
  gap: 2px;
}

.windows-mark i {
  display: block;
  background: #fff6ed;
}

.faq-shell {
  padding: clamp(72px, 9vh, 110px) 0 clamp(34px, 6vh, 72px);
}

.faq-section .section-title {
  margin-bottom: clamp(30px, 4.8vh, 48px);
}

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

.faq-item {
  position: relative;
  min-height: 168px;
  overflow: hidden;
  border: 1px solid var(--surface-border);
  background: var(--surface-panel-strong);
  box-shadow: var(--shadow-panel);
  padding: 24px 24px 22px;
  transition:
    border-color var(--motion-ui),
    background var(--motion-ui),
    box-shadow var(--motion-ui);
}

.faq-item:hover {
  border-color: rgba(245, 234, 220, 0.2);
  background:
    linear-gradient(135deg, rgba(180, 15, 29, 0.12), transparent 48%),
    rgba(6, 6, 5, 0.86);
  box-shadow:
    inset 0 0 0 1px rgba(180, 15, 29, 0.16),
    inset 0 0 48px rgba(0, 0, 0, 0.66);
}

.faq-item::before {
  position: absolute;
  top: 0;
  left: 22px;
  width: 54px;
  height: 2px;
  background: var(--blood-lit);
  box-shadow: 0 0 18px rgba(237, 39, 56, 0.56);
  content: "";
}

.faq-item h3 {
  margin: 0 0 13px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.22;
}

.faq-item p {
  margin: 0;
  color: rgba(245, 234, 220, 0.72);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.62;
}

html[lang="ja"] .faq-item h3 {
  font-size: 21px;
  line-height: 1.32;
}

html[lang="ja"] .faq-item p {
  line-height: 1.72;
}

.site-footer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  margin-top: clamp(34px, 6vh, 68px);
  padding: 22px 0 0;
  border-top: 1px solid rgba(180, 15, 29, 0.82);
  box-shadow: 0 -16px 42px rgba(0, 0, 0, 0.28);
}

.site-footer nav {
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  font-family: var(--ui-font);
  font-size: 17px;
  font-weight: 700;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.86);
}

.site-footer nav a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(245, 234, 220, 0.78);
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  text-decoration: none;
  transition:
    color var(--motion-fast),
    transform var(--motion-fast);
}

.footer-operator {
  margin: 10px 0 0;
  color: rgba(245, 234, 220, 0.58);
  font-family: var(--ui-font);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.72);
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: var(--ink);
}

.site-footer nav a:active {
  transform: translateY(1px);
}

@media (prefers-reduced-motion: no-preference) {
  body {
    transition:
      opacity 140ms ease,
      transform 140ms ease;
  }

  html.is-site-leaving body {
    opacity: 0.78;
    transform: translateY(2px);
  }
}

@media (max-width: 900px) {
  :root {
    --lp-page-gutter: 40px;
    --lp-section-pad-block-start: 64px;
    --lp-section-pad-block-end: 54px;
    --lp-section-grid-gap: 34px;
    --lp-preview-laptop-max: 620px;
  }

  body {
    overscroll-behavior-y: auto;
  }

  .framed-section {
    min-height: auto;
    align-content: start;
  }

  .site-header {
    top: 12px;
    width: calc(100% - 24px);
    min-height: 58px;
  }

  .nav {
    display: none;
  }

  .commerce-overlay {
    padding: 74px 26px 50px;
  }

  .horror-title {
    font-size: 72px;
  }

  html[lang="ja"] .horror-title {
    font-size: clamp(38px, 9.2vw, 62px);
    line-height: 1.12;
  }

  html[lang="ko-KR"] .horror-title,
  html[lang="zh-Hans"] .horror-title,
  html[lang="zh-Hant"] .horror-title {
    font-size: clamp(36px, 8.2vw, 58px);
    line-height: 1.16;
  }

  html[lang="es-419"] .horror-title,
  html[lang="fr-FR"] .horror-title {
    font-size: clamp(42px, 8.8vw, 58px);
    line-height: 1.08;
  }

  html[lang="de-DE"] .horror-title {
    font-size: clamp(34px, 7.4vw, 50px);
    line-height: 1.1;
  }

  .commerce-copy > p {
    font-size: 16px;
  }

  .tap-prompt {
    width: 96px;
    height: 96px;
    font-size: 25px;
  }

  .app-shell,
  .download-shell,
  .plans,
  .faq-shell {
    width: min(100% - var(--lp-page-gutter), 760px);
  }

  .ritual-layout,
  .download-shell,
  .plan-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    justify-items: center;
  }

  .app-copy,
  .download-copy {
    max-width: none;
  }

  .app-copy h2,
  .download-copy h2,
  .app-lede,
  .download-copy p:not(.eyebrow) {
    max-width: none;
  }

  .download-actions {
    width: min(100%, 360px);
  }

  .download-button {
    width: min(100%, 360px);
    min-width: 0;
  }

  .activation-steps {
    grid-template-columns: 1fr;
  }

  .activation-steps li,
  .activation-steps li:first-child {
    min-height: 0;
    border-left: 0;
    border-top: 1px solid rgba(245, 234, 220, 0.1);
  }

  .activation-steps li:first-child {
    border-top: 0;
  }

  .activation-steps--timeline li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px 18px;
    padding: 24px 0;
  }

  .activation-steps--timeline .download-actions,
  .activation-steps--timeline .button {
    grid-column: 2;
    justify-self: start;
    width: min(100%, 360px);
  }

  .lock-console {
    min-height: 540px;
  }

  .lock-face {
    min-height: 496px;
  }

  .plan-card {
    padding: 38px 34px 34px;
  }

  .plan-card:hover {
    transform: none;
  }

  .site-footer {
    justify-items: start;
    gap: 14px;
  }

  .site-footer nav {
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-start;
  }

}

@media (min-width: 521px) and (max-width: 900px) {
  .activation-steps--timeline li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px 22px;
    min-height: 112px;
    padding: 20px 0;
  }

  .activation-steps--timeline .download-actions,
  .activation-steps--timeline .button {
    grid-column: 2;
    justify-self: start;
    width: min(100%, 300px);
  }

  .activation-steps--timeline .button {
    min-width: 0;
  }

  .download-button {
    min-width: 0;
    min-height: 54px;
    padding: 0 26px;
    font-size: 16px;
  }

  .plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .plan-card {
    min-height: 654px;
    padding: 34px 22px 28px;
  }

  .plan-card::before {
    inset: 10px;
  }

  .plan-kicker {
    font-size: 24px;
    letter-spacing: 0.04em;
  }

  .plan-line {
    min-height: 46px;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.45;
  }

  .skull-medallion {
    width: 92px;
    height: 92px;
    margin-bottom: 28px;
  }

  .skull-medallion img {
    width: 72px;
    height: 72px;
  }

  .price-monthly b,
  .price-onetime b {
    font-size: clamp(54px, 8vw, 64px);
  }

  .price-note {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .plan-includes {
    gap: 7px;
    font-size: 13px;
    line-height: 1.42;
  }

  .platform-actions {
    width: min(280px, 100%);
  }

  .plan-card .platform-button {
    min-height: 52px;
    padding: 0 16px;
    font-size: 15px;
  }
}

@media (min-width: 901px) and (max-width: 1279px) {
  .download-shell {
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.1fr);
    gap: clamp(34px, 4.4vw, 56px);
  }

  .download-copy {
    max-width: 360px;
  }

  .download-copy h2,
  .download-copy p:not(.eyebrow) {
    max-width: 360px;
  }

  .activation-steps--timeline li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px 18px;
    min-height: 112px;
    padding: 20px 0;
  }

  .activation-steps--timeline .download-actions,
  .activation-steps--timeline .button {
    grid-column: 2;
    justify-self: start;
    width: min(100%, 330px);
  }

  .activation-steps--timeline .button {
    min-width: 0;
  }
}

@media (max-width: 520px) {
  :root {
    --lp-page-gutter: 28px;
    --lp-section-pad-block-start: 54px;
    --lp-section-pad-block-end: 42px;
    --lp-section-grid-gap: 24px;
    --lp-section-title-size: clamp(28px, 8.2vw, 36px);
    --lp-preview-laptop-max: 620px;
  }

  .site-header {
    gap: 12px;
    padding: 8px 8px 8px 10px;
  }

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

  .brand-wordmark {
    width: min(150px, calc(100vw - 210px));
  }

  .header-cta {
    min-width: 86px;
    min-height: 44px;
    padding: 0 10px;
    font-size: 16px;
  }

  .commerce-overlay {
    padding: 90px 20px 34px;
  }

  .horror-title {
    font-size: 52px;
  }

  html[lang="ja"] .horror-title {
    font-size: clamp(25px, 6.6vw, 40px);
    line-height: 1.14;
  }

  html[lang="ko-KR"] .horror-title,
  html[lang="zh-Hans"] .horror-title,
  html[lang="zh-Hant"] .horror-title {
    font-size: clamp(26px, 7.2vw, 40px);
    line-height: 1.18;
  }

  html[lang="es-419"] .horror-title,
  html[lang="fr-FR"] .horror-title {
    font-size: clamp(33px, 8.2vw, 44px);
    line-height: 1.1;
  }

  html[lang="de-DE"] .horror-title {
    font-size: clamp(28px, 7vw, 38px);
    line-height: 1.12;
  }

  .hero-mark {
    width: 62px;
    height: 62px;
    margin-bottom: 22px;
  }

  .hero-mark img {
    width: 40px;
    height: 40px;
  }

  .commerce-copy > p {
    margin-top: 38px;
    font-size: 14px;
    line-height: 1.58;
  }

  .tap-prompt {
    width: 84px;
    height: 84px;
    font-size: 22px;
  }

  .app-shell,
  .download-shell {
    width: min(100% - 28px, 430px);
    padding: var(--lp-section-pad-block-start) 0 var(--lp-section-pad-block-end);
  }

  .download-shell {
    padding-top: 46px;
  }

  .app-copy h2,
  .download-copy h2 {
    margin-bottom: 12px;
    line-height: var(--lp-section-title-line);
    text-wrap: balance;
  }

  .app-lede,
  .download-copy p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.48;
  }

  .download-panel {
    gap: 16px;
  }

  .activation-steps--timeline li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px 12px;
    padding: 15px 0;
  }

  .activation-steps--timeline .step-index {
    font-size: 16px;
  }

  .activation-steps--timeline strong {
    margin-bottom: 5px;
    font-size: 19px;
    line-height: 1.18;
  }

  .activation-steps--timeline p {
    max-width: none;
    font-size: 13px;
    line-height: 1.42;
  }

  .activation-steps--timeline .download-actions,
  .activation-steps--timeline .button {
    width: min(100%, 330px);
  }

  .activation-steps--timeline .button {
    min-width: 0;
    min-height: 46px;
    padding: 0 22px;
    font-size: 15px;
  }

  .activation-steps--timeline .download-actions {
    gap: 8px;
    margin-top: 2px;
  }

  .download-button {
    width: min(100%, 330px);
    min-height: 46px;
    padding: 0 22px;
    font-size: 15px;
  }

  .download-button--disabled {
    min-height: 46px;
    padding: 0 22px;
    color: rgba(245, 234, 220, 0.62);
    font-size: 13px;
  }

  .ritual-step {
    grid-template-columns: 62px 30px minmax(0, 1fr);
    gap: 13px;
    min-height: 104px;
    padding: 14px 12px 14px 20px;
  }

  .ritual-step::before {
    top: 16px;
    bottom: 16px;
  }

  .step-title {
    font-size: 17px;
    line-height: 1.28;
  }

  .step-icon {
    --step-icon-size: 38px;
    width: 62px;
    height: 62px;
  }

  .lock-console {
    min-height: 584px;
  }

  .lock-face {
    min-height: 544px;
    gap: 12px;
    padding: 18px 14px 22px;
  }

  .plans {
    width: min(100% - 28px, 430px);
    padding: 46px 0 42px;
  }

  .plans .section-title {
    margin-bottom: 18px;
  }

  .plans .section-title h2 {
    font-size: 29px;
  }

  html[lang="en"] .plans .section-title h2 {
    font-size: 25px;
    letter-spacing: 0.04em;
  }

  .plan-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: stretch;
  }

  .plan-card {
    min-width: 0;
    min-height: auto;
    grid-template-rows: auto auto auto auto;
    padding: 24px 18px 18px;
  }

  .plan-card::before {
    inset: 7px;
  }

  .plan-kicker {
    margin-bottom: 5px;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 1.22;
  }

  .skull-medallion,
  .plan-includes {
    display: none;
  }

  .plan-line {
    min-height: 0;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.42;
  }

  .price {
    gap: 2px;
  }

  .price span {
    font-size: 19px;
  }

  .price-monthly,
  .price-onetime {
    margin-top: 8px;
  }

  .price-monthly b,
  .price-onetime b {
    font-size: clamp(33px, 9.5vw, 43px);
    letter-spacing: 0;
  }

  .price-monthly small {
    font-size: 16px;
  }

  .price-note {
    min-height: 34px;
    margin: 8px 0 13px;
    font-size: 12px;
    line-height: 1.35;
  }

  .platform-actions {
    width: 100%;
  }

  .plan-card .platform-button {
    min-height: 48px;
    gap: 0;
    padding: 0 18px;
    font-size: 14px;
    line-height: 1.15;
  }

  .plan-common {
    display: block;
    margin: 12px 0 0;
    padding: 14px 14px 13px;
    border: 1px solid rgba(245, 234, 220, 0.13);
    background:
      linear-gradient(135deg, rgba(245, 234, 220, 0.055) 0 1px, transparent 1px 16px),
      rgba(7, 8, 7, 0.68);
    box-shadow: inset 0 0 0 1px rgba(180, 15, 29, 0.18);
  }

  .plan-common b {
    display: block;
    margin-bottom: 7px;
    color: rgba(245, 234, 220, 0.86);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 800;
  }

  .plan-common ul {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .plan-common li {
    position: relative;
    padding-left: 14px;
    color: rgba(245, 234, 220, 0.68);
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.42;
  }

  .plan-common li::before {
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 6px;
    height: 6px;
    background: #b40f1d;
    content: "";
    transform: rotate(45deg);
  }

  .app-preview-stage {
    min-height: 420px;
  }

  .preview-pane {
    padding: 12px;
  }

  .preview-pane-locked,
  .preview-pane-unusable {
    padding: 0 4px;
  }

  .mini-titlebar {
    grid-template-columns: 9px 9px 9px minmax(0, 1fr);
    gap: 6px;
    min-height: 34px;
    padding: 0 10px;
  }

  .mini-titlebar span {
    width: 9px;
    height: 9px;
  }

  .mini-titlebar b {
    justify-self: end;
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mini-titlebar em {
    display: none;
  }

  .mini-settings-layout {
    grid-template-columns: 1fr;
    min-height: 248px;
  }

  .mini-sidebar {
    display: none;
  }

  .mini-main {
    gap: 10px;
    padding: 14px;
  }

  .mini-rule-row {
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: auto;
    padding: 11px 12px;
  }

  .mini-rule-row small {
    display: none;
  }

  .mini-rule-row em {
    width: max-content;
    min-height: 28px;
    padding: 7px 9px;
  }

  .mini-timer-card strong {
    font-size: 30px;
  }

  .mini-attack-illustration {
    width: 100%;
  }

  .mini-attack-warning {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 1fr;
    padding: 11px 12px;
  }

  .mini-attack-warning strong {
    font-size: 17px;
  }

  .mini-overlay-card {
    inset: 28px 22px;
  }

  .mini-overlay-card b {
    font-size: 18px;
  }

  .mini-overlay-card strong {
    font-size: 40px;
  }

  .mini-desktop-disabled .mini-overlay-card {
    inset: 27% 21%;
    gap: 3px;
  }

  .mini-desktop-disabled .mini-overlay-card b {
    font-size: 10px;
  }

  .mini-desktop-disabled .mini-overlay-card strong {
    font-size: 17px;
  }

  .preview-foot strong {
    font-size: 42px;
  }

  .preview-foot span {
    font-size: 15px;
  }

  .section-title {
    grid-template-columns: 1fr;
  }

  .section-title span {
    display: none;
  }

  .section-title h2 {
    font-size: 31px;
  }

  .faq-shell {
    padding: 48px 0 34px;
  }

  .faq-item {
    min-height: auto;
    padding: 22px 20px 20px;
  }

  .faq-item h3 {
    font-size: 20px;
  }

  .site-footer nav {
    column-gap: 12px;
    row-gap: 0;
    justify-content: center;
  }

  .site-footer nav a {
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  .platform-button,
  .header-cta,
  .tap-prompt,
  .tap-prompt::before,
  .tap-prompt::after,
  .ritual-step,
  .ritual-step::before,
  .step-icon,
  .lock-console,
  .lock-face,
  .preview-pane,
  .preview-foot strong,
  .preview-foot span {
    transition: none;
    animation: none;
  }
}
