:root {
  color-scheme: dark;
  --accent: #12cfc3;
  --accent-deep: #009b96;
  --accent-soft: #dffbf8;
  --ink: #f7fafc;
  --muted: #a8b3bd;
  --muted-strong: #c7d2da;
  --canvas: #05090c;
  --soft: #0b1115;
  --flow-ink: #030608;
  --flow-backup: #071216;
  --flow-repair: #04090c;
  --flow-utility: #061014;
  --flow-pricing: #05080a;
  --flow-seam: rgba(192, 218, 224, 0.1);
  --flow-seam-soft: rgba(18, 207, 195, 0.065);
  --webui-matte: #0b1115;
  --panel: #111a20;
  --panel-raised: rgba(13, 24, 29, 0.72);
  --line: rgba(255, 255, 255, 0.12);
  --site-edge-pad: clamp(24px, 4vw, 72px);
  --site-shell-width: 1280px;
  --content-rail-width: 1360px;
  --hero-rail-width: var(--content-rail-width);
  --section-shell-width: 1180px;
  --showcase-shell-width: var(--content-rail-width);
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI",
    "PingFang SC", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}

body {
  margin: 0;
  background:
    linear-gradient(
      180deg,
      var(--flow-ink) 0%,
      #071114 18%,
      var(--flow-backup) 32%,
      var(--flow-repair) 52%,
      var(--flow-utility) 72%,
      var(--flow-pricing) 88%,
      var(--flow-ink) 100%
    );
  color: var(--ink);
  letter-spacing: 0;
  overflow-x: clip;
}

main {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 9%, transparent 92%, rgba(255, 255, 255, 0.012)),
    linear-gradient(
      180deg,
      var(--flow-ink) 0%,
      #071114 15%,
      var(--flow-backup) 31%,
      #04090c 47%,
      var(--flow-utility) 66%,
      var(--flow-pricing) 84%,
      var(--flow-ink) 100%
    );
}

main::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent 0%, rgba(18, 207, 195, 0.035) 18%, transparent 42%, rgba(242, 204, 86, 0.026) 72%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(18, 207, 195, 0.026) 26%, transparent 38%, rgba(18, 207, 195, 0.022) 57%, transparent 70%, rgba(242, 204, 86, 0.028) 82%, transparent 94%);
  opacity: 0.72;
  pointer-events: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 max(var(--site-edge-pad), calc((100vw - var(--hero-rail-width)) / 2));
  background: rgba(5, 9, 12, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: saturate(180%) blur(22px);
}

.brand,
.site-nav,
.nav-primary-links,
.nav-policy-links,
.hero-actions,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 9px;
  font-size: 14px;
  font-weight: 600;
}

.brand::before {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  content: "";
  background: url("./assets/lastcue-logo.png") center / contain no-repeat;
}

.brand-word {
  white-space: nowrap;
}

.brand-accent {
  color: var(--accent);
}

.site-nav {
  position: relative;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 12px;
}

.nav-primary-links,
.nav-policy-links {
  flex-wrap: wrap;
  gap: 18px;
}

.nav-primary-links a,
.nav-policy-links a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  color: rgba(247, 250, 252, 0.78);
  font-weight: 650;
  transition:
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.nav-primary-links a:hover,
.nav-primary-links a:focus-visible,
.nav-policy-links a:hover,
.nav-policy-links a:focus-visible {
  color: var(--ink);
  outline: 0;
}

.nav-link--strong {
  border: 1px solid rgba(18, 207, 195, 0.24);
  border-radius: 999px;
  background: rgba(18, 207, 195, 0.08);
  color: var(--accent) !important;
  padding: 0 12px;
}

.nav-link--strong:hover,
.nav-link--strong:focus-visible {
  border-color: rgba(18, 207, 195, 0.5);
  background: rgba(18, 207, 195, 0.14);
}

.nav-policy-links {
  margin-left: 2px;
  padding-left: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-policy-links a {
  color: rgba(168, 179, 189, 0.72);
  font-size: 11px;
}

.language-menu {
  position: relative;
}

.language-trigger {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.language-trigger:hover,
.language-trigger:focus-visible,
.language-menu.is-open .language-trigger {
  border-color: rgba(18, 207, 195, 0.38);
  background: rgba(18, 207, 195, 0.08);
  color: var(--accent);
  box-shadow: 0 0 20px rgba(18, 207, 195, 0.12);
  outline: 0;
}

.language-trigger svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.language-options {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 30;
  display: grid;
  min-width: 168px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(5, 9, 12, 0.92);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px) saturate(150%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.language-menu.is-open .language-options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.lang {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 650;
  text-align: left;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.lang span {
  white-space: nowrap;
}

.lang small {
  color: rgba(168, 179, 189, 0.62);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lang:hover,
.lang:focus-visible,
.lang.active {
  background: rgba(18, 207, 195, 0.08);
  color: var(--accent);
  outline: 0;
}

.lang.active small {
  color: var(--accent);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(740px, 86svh, 860px);
  overflow: hidden;
  padding:
    clamp(var(--space-6), 6vw, 80px)
    max(var(--site-edge-pad), calc((100vw - var(--hero-rail-width)) / 2))
    clamp(var(--space-6), 6vw, 80px);
  text-align: left;
  background:
    radial-gradient(circle at max(22%, calc((100vw - var(--hero-rail-width)) / 2 + 180px)) 45%, rgba(18, 207, 195, 0.1), transparent 28%),
    radial-gradient(circle at min(75%, calc((100vw + var(--hero-rail-width)) / 2 - 180px)) 44%, rgba(70, 214, 207, 0.08), transparent 32%),
    linear-gradient(180deg, #030608 0%, #071114 62%, var(--soft) 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.44), transparent 78%),
    linear-gradient(90deg, transparent 0%, black 18%, black 82%, transparent 100%);
  pointer-events: none;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  content: "";
  background: linear-gradient(180deg, rgba(11, 17, 21, 0), var(--soft));
  pointer-events: none;
}

.hero__rail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 420px) minmax(0, 892px);
  gap: clamp(var(--space-5), 3vw, var(--space-7));
  align-items: center;
  justify-content: space-between;
  width: min(100%, var(--hero-rail-width));
  margin: 0 auto;
}

.hero__copy {
  max-width: 420px;
  min-width: 0;
}

.hero__preview {
  --hero-preview-right-nudge: clamp(8px, 0.8vw, 14px);
  display: grid;
  width: 100%;
  min-width: 0;
  justify-items: end;
  justify-self: stretch;
  transform: translateX(var(--hero-preview-right-nudge));
}

.hero__preview .webui-stage {
  margin: 0;
  max-width: 892px;
}

.eyebrow {
  margin: 0 0 var(--space-4);
  color: var(--accent);
  font-size: 15px;
  font-weight: 720;
  letter-spacing: 0.02em;
}

.hero h1 {
  max-width: 420px;
  margin: 0;
  color: var(--ink);
  text-shadow: 0 24px 72px rgba(18, 207, 195, 0.12);
  font-size: clamp(48px, 3.9vw, 60px);
  font-weight: 620;
  line-height: 1.06;
  letter-spacing: 0;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: keep-all;
}

html[lang="en"] .hero h1 {
  max-width: 420px;
  font-size: clamp(50px, 4vw, 64px);
}

html[lang="zh-Hant"] .hero h1 {
  max-width: 420px;
  font-size: clamp(50px, 4vw, 64px);
  line-height: 1.08;
}

.lead {
  max-width: 420px;
  margin: var(--space-5) 0 0;
  color: var(--muted-strong);
  font-size: 19px;
  line-height: 1.62;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero-actions {
  justify-content: flex-start;
  gap: var(--space-4);
  margin-top: var(--space-6);
  flex-wrap: wrap;
}

.primary-button {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  background: var(--accent);
  color: #001615;
  padding: 0 24px;
  font-size: 17px;
  font-weight: 600;
  box-shadow: 0 14px 26px rgba(18, 207, 195, 0.2);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.primary-button::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 4%, rgba(255, 255, 255, 0.28) 18%, transparent 34%);
  opacity: 0;
  transform: translateX(-120%);
  transition:
    opacity 220ms ease,
    transform 720ms cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.primary-button:hover::before,
.primary-button:focus-visible::before {
  opacity: 0.62;
  transform: translateX(135%);
}

.primary-button:hover,
.primary-button:focus-visible {
  background: #20e6db;
  box-shadow: 0 14px 28px rgba(18, 207, 195, 0.28);
  outline: 0;
  transform: translateY(-1px);
}

.secondary-button {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 250, 252, 0.92);
  padding: 0 22px;
  font-size: 17px;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.secondary-button:hover,
.secondary-button:focus-visible {
  border-color: rgba(18, 207, 195, 0.42);
  background: rgba(18, 207, 195, 0.09);
  color: var(--ink);
  outline: 0;
  transform: translateY(-1px);
}

.primary-button:active,
.secondary-button:active,
.download-tile:active {
  transform: translateY(0);
}

.hero-safety {
  display: grid;
  gap: var(--space-3);
  margin: var(--space-5) 0 0;
  padding: 0;
}

.hero-safety div {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding-top: var(--space-3);
}

.hero-safety dt {
  color: rgba(247, 250, 252, 0.96);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.3;
}

.hero-safety dd {
  margin: 4px 0 0;
  color: rgba(168, 179, 189, 0.84);
  font-size: 12px;
  font-weight: 540;
  line-height: 1.45;
}

.text-link {
  color: var(--accent-deep);
  font-size: 17px;
}

.text-link::after {
  content: " >";
}

.preview-section,
.recovery-explainer,
.backup-explainer,
.download-section {
  padding:
    clamp(80px, 9vw, 128px)
    max(var(--site-edge-pad), calc((100vw - var(--section-shell-width)) / 2));
}

.preview-section {
  position: relative;
  overflow: visible;
  margin-top: -1px;
  padding-top: clamp(96px, 10vw, 148px);
  padding-inline: max(var(--site-edge-pad), calc((100vw - var(--showcase-shell-width)) / 2));
  padding-bottom: 0;
  background:
    linear-gradient(180deg, rgba(18, 207, 195, 0.034), transparent 22%, transparent 76%, rgba(18, 207, 195, 0.022)),
    linear-gradient(180deg, var(--flow-repair) 0%, #061015 42%, #050a0d 74%, var(--flow-utility) 100%);
}

.preview-section::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  display: block;
  height: clamp(120px, 16vw, 220px);
  border-top: 1px solid var(--flow-seam);
  background:
    linear-gradient(180deg, rgba(18, 207, 195, 0.055), rgba(18, 207, 195, 0.018) 44%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(192, 218, 224, 0.075) 50%, transparent 100%);
  content: "";
  pointer-events: none;
}

.preview-section::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  display: block;
  height: clamp(128px, 17vw, 240px);
  background: linear-gradient(180deg, transparent 0%, rgba(6, 16, 20, 0.72) 72%, var(--flow-utility) 100%);
  content: "";
  pointer-events: none;
}

.preview-section > * {
  position: relative;
  z-index: 1;
}

.recovery-explainer {
  position: relative;
  isolation: isolate;
  overflow: visible;
  margin-top: clamp(18px, 2.4vw, 34px);
  padding-top: 0;
  padding-inline: 0;
  padding-bottom: clamp(58px, 7vw, 92px);
  background: transparent;
}

.recovery-explainer::before {
  display: none;
  content: none;
}

.recovery-explainer__rail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: start;
  width: min(100%, var(--showcase-shell-width));
  margin: 0 auto;
}

.recovery-explainer__copy {
  max-width: 590px;
}

.recovery-explainer__kicker {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 780;
  letter-spacing: 0.04em;
}

.recovery-explainer h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 620;
  line-height: 1.18;
  letter-spacing: 0;
  text-wrap: balance;
}

.recovery-explainer__copy p:not(.recovery-explainer__kicker) {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(199, 210, 218, 0.92);
  font-size: 18px;
  font-weight: 520;
  line-height: 1.7;
}

.recovery-explainer__limits {
  display: grid;
  justify-self: stretch;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0)),
    rgba(12, 21, 26, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.recovery-explainer__item {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.085);
  background: transparent;
  padding: 20px 22px;
  box-shadow: none;
}

.recovery-explainer__item > * {
  position: relative;
  z-index: 1;
}

.recovery-explainer__item:last-child {
  border-bottom: 0;
}

.recovery-explainer__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

.recovery-explainer__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.recovery-explainer__icon--check {
  border-color: rgba(18, 207, 195, 0.34);
  background: rgba(18, 207, 195, 0.08);
  color: var(--accent);
}

.recovery-explainer__icon--cross {
  border-color: rgba(255, 128, 128, 0.28);
  background: rgba(255, 128, 128, 0.055);
  color: #ff9b9b;
}

.recovery-explainer__icon--result {
  border-color: rgba(124, 213, 255, 0.26);
  background: rgba(124, 213, 255, 0.055);
  color: #9bdfff;
}

.recovery-explainer__item-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.recovery-explainer__label {
  color: var(--muted-strong);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.45;
  white-space: nowrap;
}

.recovery-explainer__item--can .recovery-explainer__label {
  color: var(--accent);
}

.recovery-explainer__item--diagnosis .recovery-explainer__label {
  color: #b8e9ff;
}

.recovery-explainer__item p {
  min-width: 0;
  margin: 0;
  color: rgba(168, 179, 189, 0.94);
  font-size: 15px;
  font-weight: 520;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.utility-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: -1px;
  padding:
    clamp(68px, 8vw, 108px)
    max(var(--site-edge-pad), calc((100vw - var(--section-shell-width)) / 2))
    clamp(52px, 6vw, 78px);
  background:
    linear-gradient(180deg, var(--flow-utility) 0%, #071317 48%, #04080b 100%);
}

.utility-section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-top: 1px solid rgba(192, 218, 224, 0.052);
  background:
    linear-gradient(180deg, rgba(18, 207, 195, 0.036), transparent 24%, transparent 74%, rgba(242, 204, 86, 0.026)),
    linear-gradient(90deg, rgba(18, 207, 195, 0.026), transparent 24%, transparent 76%, rgba(242, 204, 86, 0.026));
  content: "";
  opacity: 0.78;
  pointer-events: none;
}

.utility-section::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: clamp(84px, 10vw, 150px);
  background: linear-gradient(180deg, transparent 0%, rgba(4, 8, 11, 0.78) 72%, var(--flow-pricing) 100%);
  content: "";
  pointer-events: none;
}

.utility-section__rail {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(38px, 5vw, 66px);
  width: min(100%, var(--section-shell-width));
  margin: 0 auto;
}

.utility-section__header {
  display: grid;
  justify-items: center;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.utility-section__body {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}

.utility-section__copy {
  min-width: 0;
  max-width: 520px;
}

.utility-section__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.utility-tool-icon {
  display: grid;
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  place-items: center;
  border: 2.5px solid rgba(251, 191, 36, 0.56);
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.07);
  color: rgba(251, 191, 36, 0.78);
  box-shadow:
    0 0 28px rgba(251, 191, 36, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
}

.utility-tool-icon__grid {
  display: grid;
  grid-template-columns: repeat(2, 13px);
  gap: 4px;
}

.utility-tool-icon__grid span {
  width: 13px;
  height: 13px;
  border: 1px solid rgba(251, 191, 36, 0.78);
  border-radius: 3px;
  background: rgba(251, 191, 36, 0.06);
  box-shadow: 0 0 7px rgba(251, 191, 36, 0.14);
}

.utility-section__heading-copy {
  min-width: 0;
}

.utility-section__kicker {
  margin: 0;
  color: var(--accent);
  font-size: 18px;
  font-weight: 820;
  letter-spacing: 0.04em;
}

.utility-section__update {
  margin: 6px 0 0;
  color: rgba(255, 230, 148, 0.92);
  font-size: 13px;
  font-weight: 680;
  line-height: 1.45;
}

.utility-section h2 {
  margin: 0;
  color: rgba(247, 250, 252, 0.96);
  font-size: clamp(30px, 3.35vw, 44px);
  font-weight: 640;
  line-height: 1.18;
  letter-spacing: 0;
  text-wrap: balance;
}

.utility-section__copy > p:not(.utility-section__kicker) {
  max-width: 540px;
  margin: 22px 0 0;
  color: rgba(199, 210, 218, 0.92);
  font-size: 18px;
  font-weight: 520;
  line-height: 1.7;
}

.utility-section__features {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.utility-feature {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.utility-feature__index {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(18, 207, 195, 0.3);
  border-radius: 999px;
  background: rgba(18, 207, 195, 0.075);
  color: var(--accent);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.02em;
}

.utility-feature p {
  display: grid;
  gap: 6px;
  min-width: 0;
  margin: 0;
}

.utility-feature strong {
  color: rgba(247, 250, 252, 0.95);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.35;
}

.utility-feature span:not(.utility-feature__index) {
  color: rgba(168, 179, 189, 0.94);
  font-size: 14px;
  font-weight: 520;
  line-height: 1.62;
}

.utility-file-preview {
  --rb-glow-x: 50%;
  --rb-glow-y: 50%;
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.008)),
    rgba(11, 18, 22, 0.82);
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.052);
}

.utility-file-preview > * {
  position: relative;
  z-index: 1;
}

.utility-file-preview__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.085);
}

.utility-file-preview__toolbar span {
  color: rgba(247, 250, 252, 0.94);
  font-size: 14px;
  font-weight: 760;
}

.utility-file-preview__toolbar em {
  border: 1px solid rgba(18, 207, 195, 0.32);
  border-radius: 999px;
  background: rgba(18, 207, 195, 0.08);
  color: var(--accent);
  padding: 6px 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 760;
  line-height: 1;
  white-space: nowrap;
}

.utility-file-preview__rows {
  display: grid;
  gap: 10px;
  padding: 18px 18px 12px;
}

.utility-file-row {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) max-content;
  gap: 14px;
  align-items: center;
  min-width: 0;
  min-height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.034);
  padding: 13px 15px;
}

.utility-file-row--converted {
  width: calc(100% - 32px);
  margin-left: 32px;
  border-color: rgba(18, 207, 195, 0.26);
  background:
    linear-gradient(90deg, rgba(18, 207, 195, 0.1), rgba(18, 207, 195, 0.026)),
    rgba(255, 255, 255, 0.026);
}

.utility-file-row--converted::before {
  position: absolute;
  left: -18px;
  top: -11px;
  width: 18px;
  height: 46px;
  border-left: 1px solid rgba(18, 207, 195, 0.28);
  border-bottom: 1px solid rgba(18, 207, 195, 0.28);
  border-bottom-left-radius: 8px;
  content: "";
}

.utility-file-row__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(199, 210, 218, 0.9);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.03em;
}

.utility-file-row--converted .utility-file-row__icon {
  border-color: rgba(18, 207, 195, 0.34);
  background: rgba(18, 207, 195, 0.09);
  color: var(--accent);
}

.utility-file-row__body {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.utility-file-row__body strong {
  min-width: 0;
  color: rgba(247, 250, 252, 0.95);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.utility-file-row__body small {
  color: rgba(168, 179, 189, 0.86);
  font-size: 12px;
  font-weight: 570;
  line-height: 1.35;
}

.utility-file-row--converted .utility-file-row__body small {
  color: rgba(174, 242, 236, 0.86);
}

.utility-file-row__tag {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(199, 210, 218, 0.86);
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 780;
  line-height: 1;
  white-space: nowrap;
}

.utility-file-row--converted .utility-file-row__tag {
  border-color: rgba(242, 204, 86, 0.36);
  background: rgba(242, 204, 86, 0.075);
  color: rgba(255, 230, 148, 0.96);
}

.utility-file-preview__footer {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  color: rgba(168, 179, 189, 0.88);
  padding: 13px 20px 16px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
  text-align: center;
}

.homepage-pricing-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: -1px;
  padding:
    clamp(56px, 6vw, 76px)
    max(var(--site-edge-pad), calc((100vw - var(--section-shell-width)) / 2))
    clamp(118px, 10vw, 150px);
  background:
    linear-gradient(180deg, var(--flow-pricing) 0%, #05090c 58%, var(--flow-ink) 100%);
  scroll-margin-top: 82px;
}

.homepage-pricing-section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-top: 1px solid rgba(255, 207, 22, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), transparent 28%, rgba(255, 255, 255, 0.012)),
    linear-gradient(90deg, transparent 0%, rgba(18, 207, 195, 0.026) 18%, transparent 42%, rgba(242, 204, 86, 0.052) 76%, transparent 100%);
  content: "";
  opacity: 0.72;
  pointer-events: none;
}

.homepage-pricing-section::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: clamp(132px, 14vw, 220px);
  background: linear-gradient(180deg, transparent 0%, rgba(3, 6, 8, 0.84) 74%, var(--flow-ink) 100%);
  content: "";
  pointer-events: none;
}

.homepage-pricing-section__rail {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 34px;
  width: min(100%, var(--section-shell-width));
  margin: 0 auto;
}

.homepage-pricing-section__intro {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.homepage-pricing-section__kicker {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: none;
}

.homepage-pricing-section__intro h2 {
  margin: 0;
  color: rgba(247, 250, 252, 0.97);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.homepage-pricing-section__intro p:not(.homepage-pricing-section__kicker) {
  max-width: 700px;
  margin: 16px auto 0;
  color: rgba(199, 210, 218, 0.9);
  font-size: 16px;
  font-weight: 520;
  line-height: 1.66;
}

.homepage-pricing-grid {
  display: grid;
  grid-template-columns: 252px 345px 315px;
  gap: 24px;
  align-items: start;
  justify-content: center;
  width: min(100%, 984px);
  margin: 0 auto;
}

.homepage-price-card {
  position: relative;
  isolation: isolate;
  display: flex;
  width: 100%;
  height: 550px;
  min-height: 0;
  flex-direction: column;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012) 54%),
    #161719;
  padding: 64px 24px 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.homepage-price-card::after,
.homepage-repair-price::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.075), transparent 36%);
  content: "";
  opacity: 0.7;
  pointer-events: none;
}

.homepage-price-card > *,
.homepage-repair-price > * {
  position: relative;
  z-index: 1;
}

.homepage-price-card__body {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.homepage-price-card__topline {
  display: block;
  min-width: 0;
}

.homepage-price-card__title {
  margin: 0;
  color: rgba(247, 250, 252, 0.98);
  font-size: 48px;
  font-weight: 820;
  line-height: 1;
  letter-spacing: 0;
}

.homepage-price-card__price {
  order: 3;
  display: inline-flex;
  align-items: flex-end;
  width: fit-content;
  max-width: 100%;
  margin-top: auto;
  color: rgba(247, 250, 252, 0.99);
  font-size: 44px;
  font-weight: 860;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.price-fraction {
  display: inline-block;
  margin-left: 1px;
  color: rgba(247, 250, 252, 0.6);
  font-size: 0.46em;
  font-weight: 820;
  line-height: 1;
  vertical-align: baseline;
}

.homepage-price-card__price .price-fraction {
  align-self: flex-end;
  margin-bottom: 0.08em;
}

.homepage-price-card__meta .price-fraction {
  color: rgba(205, 212, 219, 0.58);
  font-size: 0.72em;
}

.homepage-price-card__meta {
  order: 4;
  margin: 8px 0 0;
  color: rgba(205, 212, 219, 0.86);
  font-size: 14px;
  font-weight: 620;
  line-height: 1.45;
}

.homepage-price-card__feature {
  display: none;
}

.homepage-price-card__features {
  order: 2;
  display: grid;
  gap: 7px;
  margin: 48px 0 0;
  padding: 0 4px 0 16px;
  color: rgba(242, 246, 249, 0.9);
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.58;
  list-style: none;
}

.homepage-price-card__features li {
  min-width: 0;
  padding-left: 0;
  overflow-wrap: anywhere;
}

.homepage-price-card__features li::before {
  display: none;
}

.homepage-price-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(247, 250, 252, 0.96);
  padding: 0 18px;
  font-size: 18px;
  font-weight: 820;
  line-height: 1.2;
  text-align: center;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    color 220ms ease;
}

.homepage-price-card__button:hover,
.homepage-price-card__button:focus-visible {
  border-color: rgba(18, 207, 195, 0.42);
  background: rgba(18, 207, 195, 0.12);
  color: var(--accent-soft);
  transform: translateY(-1px);
}

.homepage-price-card__button--pro {
  border-color: rgba(184, 251, 245, 0.76);
  background: #b8fbf5;
  color: #041010;
}

.homepage-price-card__button--pro:hover,
.homepage-price-card__button--pro:focus-visible {
  border-color: rgba(215, 255, 251, 0.94);
  background: #d4fffb;
  color: #041010;
}

.homepage-price-card--monthly {
  border-color: rgba(184, 251, 245, 0.44);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012) 54%),
    #253537;
}

.homepage-price-card--featured {
  height: 550px;
  min-height: 0;
  margin-bottom: 72px;
  border-color: rgba(255, 207, 22, 0.92);
  background:
    radial-gradient(circle at 54% 0%, rgba(255, 213, 42, 0.16), transparent 35%),
    #5c4a00;
  box-shadow:
    0 0 0 1px rgba(255, 207, 22, 0.15),
    inset 0 -1px 0 rgba(255, 207, 22, 0.78),
    inset 0 1px 0 rgba(255, 245, 190, 0.08);
}

.homepage-price-card--featured .homepage-price-card__meta,
.homepage-price-card--featured .homepage-price-card__features {
  color: rgba(255, 247, 212, 0.94);
}

.homepage-price-card__badge {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  min-width: 104px;
  border: 0;
  border-radius: 8px;
  background: #ffcf16;
  color: #070700;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 820;
  line-height: 1;
  text-align: center;
  transform: translate(-50%, -50%);
}

.homepage-price-card__button--featured {
  border-color: rgba(255, 207, 22, 0.9);
  background: #ffcf16;
  color: #070700;
}

.homepage-price-card__button--featured:hover,
.homepage-price-card__button--featured:focus-visible {
  border-color: rgba(255, 234, 128, 0.95);
  background: #ffe45a;
  color: #070700;
}

.homepage-price-card__lifetime {
  position: absolute;
  left: 12px;
  right: 12px;
  top: calc(100% + 1px);
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 207, 22, 0.18);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 219, 72, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(78, 63, 5, 0.98) 0%, rgba(43, 34, 0, 0.98) 58%, rgba(32, 26, 0, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 228, 110, 0.22),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35);
  padding: 18px 24px 20px;
}

.homepage-price-card__lifetime::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 240, 160, 0.08) 48%, transparent 100%);
  content: "";
  opacity: 0.75;
  pointer-events: none;
}

.homepage-price-card__lifetime > * {
  position: relative;
  z-index: 1;
}

.homepage-price-card__lifetime strong {
  color: rgba(247, 250, 252, 0.99);
  font-size: 30px;
  font-weight: 860;
  line-height: 1;
}

.homepage-price-card__lifetime span {
  color: rgba(255, 244, 198, 0.9);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.25;
  text-align: right;
}

.homepage-repair-price {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 28px;
  align-items: center;
  width: min(100%, 984px);
  min-height: 132px;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018) 50%, rgba(18, 207, 195, 0.09)),
    rgba(15, 20, 21, 0.94);
  padding: 24px 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
  color: inherit;
  text-decoration: none;
}

.homepage-repair-price:hover,
.homepage-repair-price:focus-visible {
  border-color: rgba(184, 251, 245, 0.36);
  outline: none;
}

.homepage-repair-price__copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.homepage-repair-price__copy p {
  margin: 0;
  color: rgba(18, 207, 195, 0.94);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.homepage-repair-price__copy h3 {
  margin: 0;
  color: rgba(247, 250, 252, 0.97);
  font-size: 30px;
  font-weight: 820;
  line-height: 1.16;
  letter-spacing: 0;
}

.homepage-repair-price__copy span {
  color: rgba(199, 210, 218, 0.88);
  font-size: 15px;
  font-weight: 620;
  line-height: 1.55;
}

.homepage-repair-price__price {
  display: grid;
  gap: 4px;
  justify-items: end;
  color: rgba(247, 250, 252, 0.97);
  text-align: right;
}

.homepage-repair-price__price strong {
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 44px;
  font-weight: 860;
  line-height: 1;
  white-space: nowrap;
}

.homepage-repair-price__price span {
  color: rgba(168, 179, 189, 0.86);
  font-size: 13px;
  font-weight: 720;
}

.homepage-repair-price__price .price-fraction,
.price-card__price .price-fraction {
  color: rgba(247, 250, 252, 0.6);
  font-size: 0.46em;
  font-weight: 820;
  line-height: 1;
  vertical-align: baseline;
}

@media (max-width: 1080px) {
  .homepage-pricing-section__intro h2 {
    font-size: 42px;
  }

  .homepage-pricing-grid {
    grid-template-columns: 235px 320px 292px;
    gap: 20px;
    width: min(100%, 907px);
  }

  .homepage-price-card,
  .homepage-price-card--featured {
    height: 520px;
    padding: 58px 24px 24px;
  }

  .homepage-price-card__title {
    font-size: 44px;
  }

  .homepage-price-card__price {
    font-size: 42px;
  }

  .homepage-price-card__features {
    font-size: 13px;
  }

  .homepage-price-card__button {
    min-height: 58px;
  }

  .homepage-price-card--featured {
    margin-bottom: 68px;
  }

  .homepage-price-card__lifetime {
    top: calc(100% + 1px);
    min-height: 68px;
  }

  .homepage-repair-price {
    width: min(100%, 907px);
  }
}

@media (max-width: 980px) {
  .homepage-pricing-section {
    padding-top: 76px;
    padding-bottom: 88px;
  }

  .homepage-pricing-grid {
    grid-template-columns: 1fr;
    width: min(100%, 680px);
    gap: 18px;
  }

  .homepage-price-card,
  .homepage-price-card--featured {
    height: auto;
    min-height: 460px;
    margin-bottom: 0;
    padding: 50px 28px 24px;
  }

  .homepage-price-card__title {
    font-size: 42px;
  }

  .homepage-price-card__price {
    font-size: 42px;
  }

  .homepage-price-card__features {
    margin-top: 36px;
    padding-left: 12px;
  }

  .homepage-price-card__lifetime {
    position: static;
    min-height: 68px;
    margin: 22px -28px -24px;
    border-radius: 0 0 8px 8px;
    padding: 16px 28px 18px;
  }

  .homepage-repair-price {
    width: min(100%, 680px);
  }
}

@media (max-width: 640px) {
  .homepage-pricing-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .homepage-pricing-section__rail {
    gap: 30px;
  }

  .homepage-pricing-section__intro h2 {
    font-size: 34px;
    line-height: 1.16;
  }

  .homepage-pricing-section__intro p:not(.homepage-pricing-section__kicker) {
    font-size: 16px;
    line-height: 1.68;
  }

  .homepage-price-card,
  .homepage-price-card--featured {
    min-height: 430px;
    padding: 42px 20px 20px;
  }

  .homepage-price-card__title {
    font-size: 36px;
  }

  .homepage-price-card__price {
    font-size: 40px;
  }

  .homepage-price-card__features {
    gap: 7px;
    margin-top: 28px;
    padding-left: 4px;
    font-size: 12.5px;
  }

  .homepage-price-card__button {
    min-height: 48px;
    margin-top: 24px;
    font-size: 15px;
  }

  .homepage-price-card__badge {
    min-width: 82px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .homepage-price-card__lifetime {
    margin-right: -20px;
    margin-bottom: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .homepage-repair-price {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 22px 20px;
  }

  .homepage-repair-price__copy h3 {
    font-size: 24px;
  }

  .homepage-repair-price__price {
    justify-items: start;
    text-align: left;
  }

  .homepage-repair-price__price strong {
    font-size: 38px;
  }
}

.rb-pointer-glow {
  --rb-glow-x: 50%;
  --rb-glow-y: 50%;
}

.rb-pointer-glow::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    radial-gradient(
      circle at var(--rb-glow-x) var(--rb-glow-y),
      rgba(18, 207, 195, 0.16),
      rgba(18, 207, 195, 0.06) 28%,
      transparent 68%
    );
  opacity: 0;
  transition: opacity 420ms ease;
  pointer-events: none;
}

.rb-pointer-glow:hover::before,
.rb-pointer-glow:focus-within::before {
  opacity: 1;
}

.homepage-price-card--featured.rb-pointer-glow::before {
  background:
    radial-gradient(
      circle at var(--rb-glow-x) var(--rb-glow-y),
      rgba(255, 211, 55, 0.24),
      rgba(255, 211, 55, 0.1) 30%,
      transparent 70%
    );
}

.rb-motion-ready .rb-reveal {
  opacity: 0.16;
  filter: blur(10px);
  transform: translateY(18px);
  transition:
    opacity 820ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 820ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--rb-reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

.rb-motion-ready .rb-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.rb-motion-ready #pricing .rb-reveal,
.rb-motion-ready #pricing .rb-reveal.is-visible {
  opacity: 1;
  filter: none;
  transform: none;
  transition: none;
}

.rb-motion-ready .backup-detail-scene.rb-reveal {
  filter: none;
  transform: translateY(14px);
  transition:
    opacity 560ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

.backup-explainer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(76px, 8vw, 112px);
  padding-inline: max(var(--site-edge-pad), calc((100vw - var(--showcase-shell-width)) / 2));
  padding-bottom: clamp(66px, 8vw, 108px);
  background:
    linear-gradient(180deg, rgba(18, 207, 195, 0.05), transparent 18%, transparent 78%, rgba(18, 207, 195, 0.02)),
    linear-gradient(180deg, var(--soft) 0%, var(--flow-backup) 46%, #03080b 100%);
}

.backup-explainer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: clamp(1050px, 95vw, 1960px);
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 37.3%, rgba(242, 204, 86, 0.015) 37.72%, rgba(242, 204, 86, 0.055) 38.18%, rgba(242, 204, 86, 0.13) 38.76%, rgba(242, 204, 86, 0.22) 39.18%, rgba(242, 204, 86, 0.15) 39.68%, rgba(242, 204, 86, 0.075) 40.34%, rgba(242, 204, 86, 0.028) 40.96%, transparent 41.42%),
    radial-gradient(circle, transparent 47.42%, rgba(38, 219, 209, 0.018) 47.88%, rgba(38, 219, 209, 0.065) 48.4%, rgba(38, 219, 209, 0.15) 49.04%, rgba(38, 219, 209, 0.24) 49.6%, rgba(38, 219, 209, 0.16) 50.26%, rgba(38, 219, 209, 0.078) 50.96%, rgba(38, 219, 209, 0.03) 51.62%, transparent 52.14%);
  box-shadow: none;
  filter: blur(1.15px) saturate(0.82);
  opacity: 0.76;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.backup-explainer::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: clamp(118px, 14vw, 210px);
  background: linear-gradient(180deg, rgba(3, 8, 11, 0), #03080b 72%, #03080b 100%);
  content: "";
  pointer-events: none;
}

.backup-explainer__rail {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 34px;
  justify-items: center;
  width: min(100%, var(--showcase-shell-width));
  margin: 0 auto;
}

.backup-explainer__intro {
  width: min(100%, 1180px);
  text-align: center;
}

.backup-explainer__kicker {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-align: center;
}

.backup-explainer h2 {
  max-width: 1040px;
  margin: 0;
  margin-inline: auto;
  color: rgba(247, 250, 252, 0.95);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 660;
  line-height: 1.18;
  letter-spacing: 0;
  text-wrap: balance;
}

.backup-explainer__lead {
  max-width: 780px;
  margin: 18px auto 0;
  color: rgba(199, 210, 218, 0.9);
  font-size: 18px;
  font-weight: 520;
  line-height: 1.45;
  text-wrap: pretty;
}

.backup-explainer__notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 46px);
  width: min(100%, 900px);
  margin-top: 4px;
}

.backup-explainer__notes p {
  display: grid;
  gap: 8px;
  margin: 0;
  color: rgba(168, 179, 189, 0.94);
  font-size: 15px;
  font-weight: 520;
  line-height: 1.66;
  text-align: center;
}

.backup-explainer__note-label {
  color: var(--muted-strong);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.45;
}

.backup-explainer__notes p:first-child .backup-explainer__note-label {
  color: rgba(247, 250, 252, 0.96);
}

.backup-details-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: -1px;
  padding: clamp(28px, 3.8vw, 52px) max(var(--site-edge-pad), calc((100vw - var(--showcase-shell-width)) / 2)) clamp(78px, 7vw, 112px);
  background:
    linear-gradient(180deg, rgba(18, 207, 195, 0.024), transparent 26%, transparent 78%, rgba(18, 207, 195, 0.018)),
    linear-gradient(180deg, #03080b 0%, #040a0d 48%, var(--flow-repair) 100%);
}

.backup-details-section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-top: 1px solid rgba(192, 218, 224, 0.045);
  background:
    linear-gradient(90deg, rgba(18, 207, 195, 0.024), transparent 22%, transparent 78%, rgba(18, 207, 195, 0.022)),
    linear-gradient(180deg, rgba(242, 204, 86, 0.02), transparent 32%, rgba(18, 207, 195, 0.018) 72%, transparent 100%);
  content: "";
  opacity: 0.72;
  pointer-events: none;
}

.backup-details-showcase {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(34px, 4vw, 54px);
  width: min(100%, 984px);
  margin: 0 auto;
}

.backup-details-showcase__intro {
  display: grid;
  gap: 10px;
  justify-items: center;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.backup-details-showcase__kicker {
  margin: 0;
  color: var(--accent);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.45;
}

.backup-details-showcase h3 {
  margin: 0;
  color: rgba(247, 250, 252, 0.96);
  font-size: clamp(31px, 3.1vw, 44px);
  font-weight: 660;
  line-height: 1.14;
  letter-spacing: 0;
  text-wrap: balance;
}

.backup-details-showcase__intro p:not(.backup-details-showcase__kicker) {
  max-width: 620px;
  margin: 0;
  color: rgba(174, 187, 198, 0.92);
  font-size: 15px;
  font-weight: 520;
  line-height: 1.68;
  text-wrap: pretty;
}

.backup-details-showcase__scenes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 38px);
  align-items: start;
  width: 100%;
}

.backup-detail-scene {
  display: grid;
  justify-items: center;
  align-items: start;
  gap: clamp(22px, 2.6vw, 34px);
  width: 100%;
  margin: 0 auto;
}

.backup-detail-scene .backup-mini-widget,
.backup-detail-scene .backup-detail-scene__copy {
  justify-self: center;
}

.backup-detail-scene__copy {
  display: grid;
  gap: 10px;
  justify-items: center;
  min-width: 0;
  text-align: center;
}

.backup-detail-scene__copy h4 {
  margin: 0;
  color: rgba(247, 250, 252, 0.96);
  font-size: clamp(27px, 2.7vw, 38px);
  font-weight: 620;
  line-height: 1.16;
  letter-spacing: 0;
}

.backup-detail-scene__copy p {
  max-width: 33ch;
  margin: 0;
  color: rgba(174, 187, 198, 0.9);
  font-size: 14px;
  font-weight: 520;
  line-height: 1.68;
}

.backup-mini-widget {
  position: relative;
  display: grid;
  gap: 10px;
  width: min(100%, 340px);
  min-height: 178px;
  padding: 14px;
  overflow: hidden;
  color: rgba(238, 245, 245, 0.94);
  background:
    radial-gradient(circle at 18% 0%, rgba(38, 219, 209, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(12, 18, 21, 0.98), rgba(6, 10, 12, 0.98));
  border: 1px solid rgba(192, 218, 224, 0.1);
  border-radius: 12px;
  box-shadow:
    0 22px 64px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.backup-mini-widget--tall {
  min-height: 188px;
}

.backup-mini-widget__header {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.backup-mini-widget__back {
  color: rgba(152, 166, 176, 0.72);
  font-size: 18px;
  font-weight: 620;
  line-height: 1;
}

.backup-mini-widget__title {
  min-width: 0;
  overflow: hidden;
  color: rgba(239, 246, 248, 0.96);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.backup-mini-widget__count {
  min-width: 34px;
  padding: 3px 9px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.25;
  text-align: center;
  background: rgba(18, 207, 195, 0.08);
  border: 1px solid rgba(192, 218, 224, 0.12);
  border-radius: 999px;
}

.backup-mini-widget__rows {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.backup-mini-row {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  min-width: 0;
  min-height: 24px;
  padding: 3px 8px;
  overflow: hidden;
  color: rgba(221, 239, 195, 0.96);
  font-size: 12px;
  font-weight: 730;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(128, 171, 62, 0.15);
  border: 1px solid rgba(137, 194, 72, 0.48);
  border-radius: 6px;
  box-shadow: inset 0 0 12px rgba(120, 170, 62, 0.05);
}

.backup-mini-row span {
  display: grid;
  place-items: center;
  width: 13px;
  height: 13px;
  color: rgba(231, 251, 201, 0.96);
  font-size: 10px;
  line-height: 1;
  border: 1px solid rgba(137, 194, 72, 0.58);
  border-radius: 4px;
}

.backup-mini-row--remove {
  color: rgba(255, 199, 199, 0.94);
  background: rgba(158, 52, 60, 0.16);
  border-color: rgba(220, 86, 91, 0.42);
}

.backup-mini-row--remove span {
  color: rgba(255, 214, 214, 0.96);
  border-color: rgba(220, 86, 91, 0.5);
}

.backup-mini-row--update {
  color: rgba(245, 226, 152, 0.95);
  background: rgba(166, 137, 38, 0.16);
  border-color: rgba(218, 190, 76, 0.42);
}

.backup-mini-row--update span {
  color: rgba(255, 235, 166, 0.96);
  border-color: rgba(218, 190, 76, 0.5);
}

.backup-mini-row--child {
  width: calc(100% - 22px);
  margin-left: 22px;
}

.download-section {
  padding-top: clamp(58px, 7vw, 92px);
  background:
    linear-gradient(180deg, var(--flow-ink) 0%, #04080b 48%, var(--flow-ink) 100%);
}

.download-section .section-copy {
  margin-bottom: 28px;
}

.section-copy {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-copy h2 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 52px);
  font-weight: 590;
  line-height: 1.16;
  letter-spacing: 0;
}

.section-copy p:last-child {
  max-width: 680px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.58;
  letter-spacing: 0.01em;
}

.compatibility-note {
  display: grid;
  grid-template-columns: minmax(92px, max-content) minmax(0, 1fr) max-content;
  gap: 18px;
  align-items: center;
  width: min(100%, 980px);
  margin: 0 auto 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(12, 21, 26, 0.58);
  padding: 18px 20px;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.compatibility-note span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.compatibility-note p {
  margin: 0;
  color: rgba(168, 179, 189, 0.9);
  font-size: 14px;
  font-weight: 520;
  line-height: 1.62;
}

.compatibility-note a {
  color: rgba(247, 250, 252, 0.9);
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}

.compatibility-note a::after {
  content: " >";
  color: var(--accent);
}

.webui-stage {
  position: relative;
  display: block;
  width: min(100%, 1120px);
  margin: 0 auto;
  background: transparent;
  overflow: visible;
}

iframe {
  display: block;
  width: min(100%, 1120px);
  max-width: 1120px;
  height: 820px;
  min-height: 0;
  border: 0;
  background: transparent !important;
  background-color: transparent !important;
  color-scheme: normal;
}

.preview-iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  background: transparent !important;
  background-color: transparent !important;
  color-scheme: normal;
  opacity: 0;
  transform-origin: top left;
}

.preview-iframe[data-fit-ready="true"] {
  opacity: 1;
}

.site-showcase-hint {
  position: fixed;
  z-index: 18;
  display: inline-grid;
  grid-template-columns: 6px max-content 10px;
  align-items: center;
  column-gap: 8px;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(70, 214, 207, 0.2);
  border-radius: 8px;
  background: rgba(8, 17, 20, 0.74);
  color: rgba(245, 247, 250, 0.94);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.05;
  white-space: nowrap;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px) saturate(140%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-4px) scale(0.98);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
  will-change: left, top, opacity, transform;
}

.site-showcase-hint.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.site-showcase-hint__dot {
  align-self: center;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 14px rgba(18, 207, 195, 0.64);
}

.site-showcase-hint__copy {
  display: grid;
  gap: 4px;
  justify-items: start;
  text-align: left;
}

.site-showcase-hint__label {
  display: block;
  justify-self: center;
  line-height: 1;
}

.site-showcase-hint__detail {
  display: none;
  color: rgba(168, 179, 189, 0.9);
  font-size: 12px;
  font-weight: 560;
  line-height: 1.25;
}

.site-showcase-hint.has-detail .site-showcase-hint__detail {
  display: block;
}

.site-showcase-hint[data-target="historyList"] {
  grid-template-columns: 6px max-content 10px;
  min-height: 48px;
  padding: 9px 12px;
}

.site-showcase-hint[data-target="historyList"] .site-showcase-hint__label {
  justify-self: start;
}
.site-showcase-hint__chevron {
  align-self: center;
  color: rgba(18, 207, 195, 0.9);
  font-size: 16px;
  line-height: 1;
}

.site-showcase-hint-ring {
  position: fixed;
  z-index: 17;
  border: 1px solid rgba(18, 207, 195, 0.36);
  border-radius: 12px;
  box-shadow:
    0 0 0 3px rgba(18, 207, 195, 0.06),
    0 10px 28px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
  will-change: left, top, width, height, opacity;
}

.site-showcase-hint-ring.is-visible {
  opacity: 1;
}

.repair-showcase {
  width: min(100%, var(--showcase-shell-width));
  margin: 0 auto;
  padding: 0;
}

.repair-showcase[hidden] {
  display: none;
}

.repair-showcase__note {
  max-width: 700px;
  margin: 0 auto 14px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-align: center;
}

.repair-showcase__warning {
  max-width: min(100%, 1180px);
  margin: 0 auto var(--space-7);
  color: rgba(247, 250, 252, 0.93);
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 660;
  line-height: 1.2;
  text-align: center;
  text-wrap: pretty;
}

.repair-showcase__panel {
  position: relative;
  overflow: visible;
  width: 100%;
  border: 0;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.repair-iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  background: transparent;
  transform-origin: top left;
}

.downloads {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
  max-width: 980px;
  margin: 0 auto;
}

.download-tile {
  position: relative;
  display: grid;
  min-height: 224px;
  align-content: start;
  justify-items: start;
  gap: 10px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    rgba(13, 24, 29, 0.78);
  padding: 26px;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  outline: 0;
  transform: translateY(0);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
  will-change: transform;
}

.download-tile > * {
  position: relative;
  z-index: 1;
}

.download-tile.featured {
  background: linear-gradient(180deg, rgba(18, 207, 195, 0.24) 0%, var(--panel) 72%);
}

.download-tile:hover,
.download-tile:focus-visible {
  background:
    linear-gradient(180deg, rgba(18, 207, 195, 0.13) 0%, rgba(18, 207, 195, 0.04) 58%),
    rgba(13, 24, 29, 0.86);
  border-color: rgba(18, 207, 195, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 12px 24px rgba(0, 0, 0, 0.22);
  transform: translateY(-3px);
}

.download-tile.featured:hover,
.download-tile.featured:focus-visible {
  background:
    linear-gradient(180deg, rgba(18, 207, 195, 0.34) 0%, rgba(18, 207, 195, 0.1) 68%),
    var(--panel);
}

.download-tile__platform {
  color: var(--muted);
  font-size: 15px;
  font-weight: 640;
}

.download-tile strong {
  margin-top: 2px;
  color: var(--ink);
  font-size: clamp(26px, 2.4vw, 31px);
  line-height: 1;
  letter-spacing: 0;
}

.download-tile small {
  color: rgba(168, 179, 189, 0.76);
  font-size: 13px;
  font-weight: 620;
  line-height: 1.45;
}

.download-tile em {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 999px;
  background: var(--accent);
  color: #001615;
  padding: 0 18px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.download-tile:hover em,
.download-tile:focus-visible em {
  background: #20e6db;
  box-shadow: 0 0 22px rgba(18, 207, 195, 0.35);
  transform: translateY(-1px);
}

.checkout-page {
  min-height: 100vh;
  background: #061116;
}

.checkout-nav {
  position: sticky;
  background: rgba(5, 12, 16, 0.9);
}

.checkout-shell {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  min-height: calc(100vh - 52px);
  place-items: center;
  padding:
    clamp(64px, 9vh, 104px)
    max(var(--site-edge-pad), 24px)
    clamp(72px, 10vh, 112px);
}

.checkout-card {
  display: grid;
  width: min(100%, 1180px);
  min-height: 560px;
  align-content: start;
  border: 1px solid rgba(18, 207, 195, 0.24);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(12, 25, 30, 0.98), rgba(6, 15, 19, 0.98));
  overflow: hidden;
}

.checkout-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 32px 34px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.checkout-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 720;
}

.checkout-status i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 12px rgba(18, 207, 195, 0.6);
}

.checkout-card__header h2 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 27px;
  font-weight: 650;
  letter-spacing: -0.015em;
}

.checkout-card__header p {
  max-width: 46ch;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.checkout-card__header small {
  flex: 0 0 auto;
  color: var(--accent);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-card__tools {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-end;
  gap: 18px;
}

.checkout-locale {
  display: grid;
  min-width: 224px;
  gap: 7px;
}

.checkout-locale span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 680;
}

.checkout-locale select {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #111d22;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  padding: 0 34px 0 12px;
  outline: 0;
}

.checkout-locale select:hover,
.checkout-locale select:focus-visible {
  border-color: rgba(18, 207, 195, 0.62);
}

.checkout-locale select:focus-visible {
  box-shadow: 0 0 0 3px rgba(18, 207, 195, 0.13);
}

.checkout-locale select:disabled {
  cursor: wait;
  opacity: 0.62;
}

.checkout-mount {
  min-height: 382px;
  padding: 30px 34px 34px;
}

.checkout-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: auto;
  padding: 18px 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(168, 179, 189, 0.72);
  font-size: 12px;
  line-height: 1.5;
}

.checkout-card__footer a {
  flex: 0 0 auto;
  color: var(--muted-strong);
  font-weight: 680;
}

.checkout-card__footer a:hover,
.checkout-card__footer a:focus-visible {
  color: var(--accent);
  outline: 0;
}

body.checkout-page .paddle-checkout-panel {
  position: static;
  width: 100%;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.checkout-page .paddle-checkout-panel__eyebrow {
  color: var(--accent);
}

body.checkout-page .paddle-checkout-panel h2 {
  font-size: clamp(22px, 2.2vw, 30px);
}

body.checkout-page .paddle-checkout-panel__body,
body.checkout-page .paddle-checkout-panel__status {
  max-width: 58ch;
}

body.checkout-page .paddle-order-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: center;
  width: min(calc(100% - 68px), 624px);
  gap: 24px;
  margin: 26px auto 0;
  padding: 18px 20px;
  border: 1px solid rgba(18, 207, 195, 0.24);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

body.checkout-page .paddle-order-summary[hidden] {
  display: none;
}

body.checkout-page .paddle-order-summary__details {
  display: grid;
  min-width: 0;
  gap: 5px;
}

body.checkout-page .paddle-order-summary__kicker,
body.checkout-page .paddle-order-summary__meta {
  margin: 0;
}

body.checkout-page .paddle-order-summary__kicker {
  color: var(--accent);
  font-size: 11px;
  font-weight: 740;
  line-height: 1.4;
}

body.checkout-page .paddle-order-summary__product {
  overflow: hidden;
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  font-weight: 720;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.checkout-page .paddle-order-summary__meta {
  color: rgba(168, 179, 189, 0.82);
  font-size: 12px;
  line-height: 1.45;
}

body.checkout-page .paddle-order-summary__price {
  display: grid;
  justify-items: end;
  gap: 3px;
  text-align: right;
}

body.checkout-page .paddle-order-summary__price span {
  color: var(--muted-strong);
  font-size: 11px;
  font-weight: 680;
  line-height: 1.3;
}

body.checkout-page .paddle-order-summary__price strong {
  color: var(--ink);
  font-size: 28px;
  font-weight: 760;
  line-height: 1.08;
  white-space: nowrap;
}

body.checkout-page .paddle-order-summary__price small {
  max-width: 190px;
  color: rgba(168, 179, 189, 0.68);
  font-size: 10px;
  line-height: 1.35;
}

body.checkout-page .paddle-order-summary:not([hidden]) + .paddle-checkout-email {
  margin-top: 16px;
}

body.checkout-page .paddle-checkout-email {
  display: grid;
  width: min(calc(100% - 68px), 624px);
  gap: 8px;
  margin: 26px auto 0;
}

@media (min-width: 900px) {
  body.checkout-page .paddle-order-summary,
  body.checkout-page .paddle-checkout-email {
    transform: translateX(-28px);
  }
}

body.checkout-page .paddle-checkout-email[hidden] {
  display: none;
}

body.checkout-page .paddle-checkout-email__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.checkout-page .paddle-checkout-email__label {
  color: var(--muted-strong);
  font-size: 13px;
  font-weight: 680;
  line-height: 1.4;
}

body.checkout-page .paddle-checkout-email__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 720;
  line-height: 1.4;
}

body.checkout-page .paddle-checkout-email__badge::before {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(18, 207, 195, 0.54);
  content: "";
}

body.checkout-page .paddle-checkout-email__input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--ink);
  padding: 0 14px;
  font: inherit;
  font-size: 15px;
  outline: 0;
  cursor: text;
}

body.checkout-page .paddle-checkout-email__input:focus-visible {
  border-color: rgba(18, 207, 195, 0.72);
  box-shadow: 0 0 0 3px rgba(18, 207, 195, 0.12);
}

body.checkout-page .paddle-checkout-email__help {
  margin: 0;
  color: rgba(168, 179, 189, 0.76);
  font-size: 11px;
  line-height: 1.5;
}

body.checkout-page .paddle-checkout-panel__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(156px, 0.42fr);
}

body.checkout-page .paddle-checkout-panel button {
  width: 100%;
  min-height: 50px;
}

.checkout-mount.is-inline-active {
  min-height: 720px;
  padding: 0;
}

body.checkout-page .paddle-checkout-panel.is-checkout-open {
  min-height: 720px;
}

body.checkout-page
  .paddle-checkout-panel.is-checkout-open
  > :not(.paddle-inline-checkout):not(.paddle-checkout-email):not(.paddle-order-summary) {
  display: none;
}

.paddle-inline-checkout {
  width: 100%;
  min-height: 720px;
}

.paddle-inline-checkout[hidden] {
  display: none;
}

@media (max-width: 700px) {
  .checkout-shell {
    min-height: calc(100vh - 86px);
    padding: 42px 18px 64px;
  }

  .checkout-card {
    min-height: 0;
    border-radius: 12px;
  }

  .checkout-card__header,
  .checkout-mount {
    padding-right: 22px;
    padding-left: 22px;
  }

  .checkout-card__header {
    flex-direction: column;
  }

  .checkout-card__tools {
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
  }

  .checkout-locale {
    width: min(100%, 260px);
    min-width: 0;
  }

  body.checkout-page .paddle-order-summary {
    width: calc(100% - 44px);
    margin-top: 22px;
    padding: 16px;
  }

  body.checkout-page .paddle-checkout-email {
    width: calc(100% - 44px);
    margin-top: 22px;
  }

  body.checkout-page .paddle-checkout-email__heading {
    align-items: flex-start;
  }

  .checkout-card__footer {
    align-items: flex-start;
    padding-right: 22px;
    padding-left: 22px;
  }

  body.checkout-page .paddle-checkout-panel__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  body.checkout-page .paddle-order-summary {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.checkout-page .paddle-order-summary__price {
    justify-items: start;
    text-align: left;
  }
}

.content-page {
  min-height: 100vh;
  background:
    linear-gradient(140deg, rgba(18, 207, 195, 0.1) 0%, rgba(18, 207, 195, 0) 34%),
    linear-gradient(180deg, #030608 0%, #071116 46%, #05090c 100%);
}

.content-shell {
  width: min(100%, 984px);
  margin: 0 auto;
  padding: clamp(52px, 8vw, 86px) 22px clamp(64px, 9vw, 104px);
}

.content-hero {
  max-width: 840px;
  margin: 0 auto clamp(34px, 5vw, 56px);
  text-align: center;
}

.content-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 610;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.content-hero p:not(.eyebrow) {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.66;
}

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

.price-card,
.content-band,
.policy-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(12, 21, 26, 0.78);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.price-card {
  position: relative;
  display: grid;
  min-height: 420px;
  align-content: start;
  gap: 14px;
  padding: 22px;
}

.price-card--featured {
  border-color: rgba(18, 207, 195, 0.5);
  background:
    linear-gradient(180deg, rgba(18, 207, 195, 0.18), rgba(12, 21, 26, 0.82) 46%),
    rgba(12, 21, 26, 0.82);
}

.price-card__badge {
  justify-self: start;
  min-height: 24px;
  border-radius: 999px;
  background: var(--accent);
  color: #001615;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 760;
}

.price-card__eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 13px;
  font-weight: 740;
}

.price-card h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: 0;
}

.price-card__price {
  color: var(--ink);
  font-size: 33px;
  font-weight: 720;
  letter-spacing: 0;
}

.price-card__price span {
  color: var(--muted);
  font-size: 16px;
  font-weight: 620;
}

.price-card__sub {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.price-card ul,
.policy-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 0;
  color: rgba(247, 250, 252, 0.78);
  font-size: 14px;
  line-height: 1.5;
}

.content-band {
  margin-top: 18px;
  padding: clamp(22px, 4vw, 34px);
}

.content-band h2,
.policy-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  letter-spacing: 0;
}

.content-band p,
.policy-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.content-band code,
.policy-card code {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(247, 250, 252, 0.9);
  padding: 1px 5px;
  font-size: 0.92em;
}

.content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
}

.policy-shell {
  max-width: 900px;
}

.policy-card {
  padding: clamp(22px, 5vw, 42px);
}

.policy-card h1 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.policy-card h2:not(:first-child) {
  margin-top: 32px;
}

.policy-card li {
  padding-left: 2px;
}

.content-page .policy-card--legal ul {
  padding-left: 20px;
  list-style-position: outside;
}

.policy-card--legal li + li {
  margin-top: 6px;
}

.policy-card strong {
  color: rgba(247, 250, 252, 0.94);
}

.footer {
  display: grid;
  align-items: stretch;
  gap: clamp(28px, 4vw, 44px);
  padding:
    clamp(54px, 7vw, 84px)
    max(var(--site-edge-pad), calc((100vw - var(--site-shell-width)) / 2))
    clamp(26px, 4vw, 38px);
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(180deg, rgba(18, 207, 195, 0.055), rgba(18, 207, 195, 0) 46%),
    rgba(5, 9, 12, 0.96);
  color: var(--muted);
  font-size: 13px;
}

.footer__top {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(420px, 660px);
  gap: clamp(44px, 7vw, 104px);
  align-items: start;
}

.footer__brand {
  display: grid;
  gap: 14px;
  max-width: 480px;
}

.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 720;
  letter-spacing: 0;
}

.footer__logo::before {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  content: "";
  background: url("./assets/lastcue-logo.png") center / contain no-repeat;
}

.footer p {
  margin: 0;
}

.footer__brand p {
  color: rgba(168, 179, 189, 0.84);
  font-size: 15px;
  font-weight: 540;
  line-height: 1.7;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

.footer-link-group {
  display: grid;
  gap: 9px;
  align-content: start;
}

.footer-link-group h2 {
  margin: 0 0 8px;
  color: rgba(247, 250, 252, 0.96);
  font-size: 16px;
  font-weight: 760;
  line-height: 1.15;
}

.footer-links a {
  display: block;
  width: max-content;
  max-width: 100%;
  color: rgba(168, 179, 189, 0.82);
  font-size: 14px;
  font-weight: 570;
  line-height: 1.7;
  transition:
    color 170ms ease,
    transform 170ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--accent);
  transform: translateX(2px);
  outline: 0;
}

.footer-links a.footer-link--muted:not(:hover):not(:focus-visible) {
  color: rgba(168, 179, 189, 0.58);
}

.footer-legal {
  justify-self: stretch;
  width: 100%;
  max-width: none;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(168, 179, 189, 0.62);
  padding-top: 22px;
  font-size: 11.5px;
  line-height: 1.65;
  text-align: center;
}

@media (max-width: 1180px) {
  .hero {
    min-height: auto;
    padding-top: clamp(68px, 10vw, 104px);
    padding-bottom: clamp(72px, 10vw, 112px);
    text-align: center;
  }

  .hero__rail {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: var(--space-6);
  }

  .hero__copy {
    max-width: 760px;
  }

  .hero h1,
  html[lang="en"] .hero h1,
  html[lang="zh-Hant"] .hero h1 {
    max-width: 760px;
    margin-inline: auto;
  }

  .lead {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-safety {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 680px);
    margin-inline: auto;
    text-align: left;
  }

  .hero__preview {
    transform: none;
    justify-self: center;
    width: min(100%, 892px);
  }
}

@media (max-width: 980px) {
  .hero h1 {
    font-size: 46px;
  }

  html[lang="en"] .hero h1 {
    max-width: 760px;
    font-size: 54px;
  }

  html[lang="zh-Hant"] .hero h1 {
    font-size: 54px;
  }
}

@media (max-width: 820px) {
  .nav {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-block: 14px;
  }

  .footer {
    padding-block: 46px 30px;
  }

  .footer__top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .site-nav,
  .nav-primary-links,
  .nav-policy-links {
    justify-content: center;
  }

  .nav-policy-links {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .hero h1 {
    font-size: 46px;
    line-height: 1.12;
  }

  html[lang="en"] .hero h1 {
    font-size: 44px;
  }

  html[lang="zh-Hant"] .hero h1 {
    font-size: 44px;
  }

  .lead,
  .section-copy p:last-child {
    font-size: 19px;
  }

  .lead {
    width: min(100%, 34ch);
  }

  .downloads {
    grid-template-columns: 1fr;
  }

  .compatibility-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .recovery-explainer__rail {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .recovery-explainer__copy,
  .recovery-explainer__copy p:not(.recovery-explainer__kicker) {
    max-width: 720px;
  }

  .utility-section__rail {
    gap: var(--space-6);
  }

  .utility-section__body {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: var(--space-6);
  }

  .utility-section__header,
  .utility-section__copy,
  .utility-section__copy > p:not(.utility-section__kicker) {
    max-width: 720px;
  }

  .utility-file-preview {
    width: min(100%, 720px);
  }

  .backup-explainer__rail {
    gap: var(--space-6);
  }

  .backup-explainer::before {
    width: 1050px;
    opacity: 0.54;
  }

  .backup-explainer__intro,
  .backup-explainer__lead {
    max-width: 720px;
  }

  .backup-explainer__notes {
    width: min(100%, 720px);
  }

  .backup-detail-scene {
    gap: clamp(28px, 5vw, 60px);
    width: min(100%, 900px);
  }

  .backup-detail-scene--tracks,
  .backup-detail-scene--membership {
    margin-left: 0;
  }

  .backup-detail-scene--playlists {
    margin-right: 0;
  }

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

  .download-tile {
    min-height: 210px;
  }

  iframe {
    height: 760px;
  }

  .repair-iframe {
    height: 820px;
  }

  .repair-showcase {
    padding-top: 0;
  }

  .repair-showcase__note {
    font-size: 13px;
  }

  .repair-showcase__warning {
    margin-bottom: var(--space-6);
    font-size: clamp(20px, 2.7vw, 25px);
    line-height: 1.22;
  }
}

@media (max-width: 820px) {
  .backup-details-showcase {
    width: min(100%, 520px);
  }

  .backup-details-showcase__scenes {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .backup-detail-scene,
  .backup-detail-scene--playlists {
    grid-template-columns: 1fr;
    justify-items: center;
    justify-self: center;
    gap: 20px;
    width: 100%;
    margin-inline: 0;
  }

  .backup-detail-scene .backup-mini-widget,
  .backup-detail-scene .backup-detail-scene__copy,
  .backup-detail-scene--playlists .backup-mini-widget,
  .backup-detail-scene--playlists .backup-detail-scene__copy {
    grid-column: 1;
    justify-self: center;
  }

  .backup-detail-scene--playlists .backup-mini-widget,
  .backup-detail-scene--playlists .backup-detail-scene__copy {
    order: initial;
  }

  .backup-detail-scene__copy,
  .backup-detail-scene--playlists .backup-detail-scene__copy {
    justify-items: center;
    text-align: center;
  }

  .backup-detail-scene__copy p,
  .backup-detail-scene--playlists .backup-detail-scene__copy p {
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .lead {
    width: min(100%, 28ch);
  }

  .hero-actions {
    gap: 14px;
    width: min(100%, 280px);
    margin-inline: auto;
  }

  .primary-button,
  .secondary-button,
  .text-link {
    flex: 0 0 100%;
    width: 100%;
  }

  .site-showcase-hint,
  .site-showcase-hint-ring {
    display: none;
  }
}

@media (max-width: 460px) {
  .site-nav {
    justify-content: center;
    gap: 10px;
  }

  .nav-primary-links,
  .nav-policy-links {
    justify-content: center;
    gap: 10px;
  }

  .nav-policy-links {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .footer {
    padding-inline: 22px;
  }

  .footer-links {
    gap: 28px;
  }

  .hero {
    padding-top: 64px;
  }

  .hero h1 {
    font-size: 38px;
    line-height: 1.16;
  }

  html[lang="en"] .hero h1 {
    font-size: 34px;
  }

  html[lang="zh-Hant"] .hero h1 {
    font-size: 34px;
  }

  .lead,
  .section-copy p:last-child {
    font-size: 17px;
  }

  .lead {
    width: min(100%, 26ch);
  }

  .section-copy h2 {
    font-size: 40px;
  }

  .preview-section {
    padding-top: 72px;
    padding-bottom: 0;
  }

  .recovery-explainer {
    margin-top: 24px;
    padding-top: 0;
    padding-bottom: 58px;
  }

  .recovery-explainer h2 {
    font-size: 32px;
  }

  .recovery-explainer__copy p:not(.recovery-explainer__kicker) {
    font-size: 16px;
    line-height: 1.68;
  }

  .recovery-explainer__item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .utility-section {
    padding-top: 58px;
    padding-bottom: 66px;
  }

  .utility-section h2 {
    font-size: 48px;
    line-height: 1.2;
  }

  .utility-section__heading {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    margin-bottom: 18px;
    text-align: center;
  }

  .utility-tool-icon {
    width: 58px;
    height: 58px;
  }

  .utility-tool-icon__grid {
    grid-template-columns: repeat(2, 11px);
    gap: 4px;
  }

  .utility-tool-icon__grid span {
    width: 11px;
    height: 11px;
  }

  .utility-section__copy > p:not(.utility-section__kicker) {
    font-size: 16px;
    line-height: 1.68;
  }

  .utility-section__features {
    gap: 14px;
    margin-top: 24px;
  }

  .utility-feature {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .utility-file-preview__toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
  }

  .utility-file-preview__rows {
    padding: 16px 14px 10px;
  }

  .utility-file-row {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 12px;
  }

  .utility-file-row--converted {
    width: calc(100% - 20px);
    margin-left: 20px;
  }

  .utility-file-row--converted::before {
    left: -12px;
    width: 12px;
  }

  .utility-file-row__icon {
    width: 38px;
    height: 38px;
  }

  .utility-file-row__tag {
    grid-column: 2;
    justify-self: start;
  }

  .backup-explainer {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .backup-explainer::before {
    display: none;
  }

  .backup-explainer h2 {
    font-size: 48px;
    line-height: 1.2;
  }

  .backup-explainer__lead {
    font-size: 16px;
    line-height: 1.68;
  }

  .backup-explainer__notes {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 0;
  }

  .backup-explainer__notes p {
    font-size: 14px;
  }

  .backup-details-section {
    padding-top: 42px;
    padding-bottom: 64px;
  }

  .backup-details-showcase {
    gap: 34px;
    margin-top: 0;
  }

  .backup-details-showcase__intro {
    gap: 10px;
  }

  .backup-details-showcase h3 {
    font-size: 48px;
    line-height: 1.14;
  }

  .backup-details-showcase__intro p:not(.backup-details-showcase__kicker) {
    font-size: 15px;
    line-height: 1.68;
  }

  .backup-details-showcase__scenes {
    gap: 30px;
  }

  .backup-detail-scene__copy {
    gap: 10px;
  }

  .backup-detail-scene__copy h4 {
    font-size: 27px;
  }

  .backup-detail-scene__copy p {
    max-width: 30ch;
    font-size: 14px;
  }

  .backup-mini-widget {
    width: 100%;
    min-height: 160px;
    padding: 12px;
  }

  .backup-mini-row {
    min-height: 23px;
    font-size: 11px;
  }

  .repair-showcase {
    padding-top: 0;
  }

  .repair-showcase__note {
    font-size: 12px;
  }

  .repair-showcase__warning {
    margin-bottom: 28px;
    font-size: 22px;
  }

  .site-showcase-hint {
    grid-template-columns: 6px minmax(0, 1fr) 10px;
    max-width: calc(100vw - 24px);
    white-space: normal;
  }

  .site-showcase-hint__copy {
    min-width: 0;
  }

  .site-showcase-hint__label,
  .site-showcase-hint__detail {
    overflow-wrap: anywhere;
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-safety {
    grid-template-columns: 1fr;
    width: min(100%, 280px);
    margin-top: var(--space-5);
  }

  .compatibility-note {
    padding: 16px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .download-tile,
  .download-tile em,
  .primary-button,
  .primary-button::before,
  .secondary-button,
  .rb-reveal,
  .rb-pointer-glow::before {
    transition: none;
  }

  .primary-button::before,
  .rb-pointer-glow::before {
    opacity: 0;
  }

  .rb-motion-ready .rb-reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .download-tile:hover,
  .download-tile:focus-visible,
  .download-tile:hover em,
  .download-tile:focus-visible em,
  .primary-button:hover,
  .primary-button:focus-visible,
  .secondary-button:hover,
  .secondary-button:focus-visible {
    transform: none;
  }
}

/* ==========================================================================
   [VISUAL-TWEAKS 2026-06-19] 视觉微调追加块 —— 板块过渡 + 间距
   一键回退:删除从本注释到文件末尾的整段即可。
   约束:不改 HTML / 不改布局结构 / 不碰任何 iframe。
   ========================================================================== */

/* B. 全局背景统一。
   各板块原本各自叠了一层青/琥珀色「洗色」(::before) 和底部「暗压条」(::after)，
   它们盖在基底渐变之上、彼此不连贯，拼起来就色偏杂乱、还出现错位光带
   （比如压在「一键修复」标题上方那条孤立辉光）。而各板块本身的基底渐变
   其实是首尾相连的连续深色。
   做法：把这些装饰叠加层整体关掉，只保留连续的深色基底渐变 + hero 自身辉光
   + .backup-explainer 弧光（图4），让整页背景成为一块连贯、克制的画布。
   仅改装饰性 ::before/::after（pointer-events:none / z-index:0），不动布局/iframe。 */
.preview-section::before,
.backup-details-section::before,
.utility-section::before,
.homepage-pricing-section::before {
  background: none;
  border-top-color: transparent;
}
.preview-section::after,
.utility-section::after,
.homepage-pricing-section::after {
  background: none;
}

/* D. 连贯的背景装饰：一张贯穿全页、固定在视口的平滑深色渐变
   （不是网格、不跟随滚动）。
   思路：让中下部各板块背景透明，露出 main 上这张统一的渐变底。
   background-attachment: fixed ⇒ 渐变锚定在视口、不随页面滚动；
   单张渐变 ⇒ 全页同一张底，连续、无明显断层。
   hero 与 backup-explainer 保留自身背景（hero 辉光 / 图4 弧光）。
   渐变属于 main 背景层，在内容与两个 iframe 之下，不影响任何交互。 */
.backup-details-section,
.preview-section,
.utility-section,
.homepage-pricing-section,
.download-section {
  background: transparent;
}
main {
  background: linear-gradient(180deg, #081318 0%, #050c11 38%, #04090d 68%, #03070a 100%);
  background-attachment: fixed;
}
/* 原 main::before 的斜向青/琥珀洗色在板块透明后会露出来，关掉以保持干净。 */
main::before {
  background: none;
}

/* C. 间距微调：备份说明 lead 桌面行高 1.45 偏紧，放宽到 1.55 改善呼吸感。
   限定 min-width:461px，避免覆盖 ≤460px 时已有的 1.68（移动端不变）。
   该区块无 iframe，行高变化不会移动任何 iframe。 */
@media (min-width: 461px) {
  .backup-explainer__lead {
    line-height: 1.55;
  }
}

/* Standalone download page. */
.download-page {
  min-height: 100vh;
  background: #03080b;
}

.download-page .nav {
  background: rgba(3, 8, 11, 0.82);
}

.download-page__main {
  min-height: calc(100vh - 52px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(18, 207, 195, 0.032), transparent 24%, transparent 74%, rgba(18, 207, 195, 0.018)),
    linear-gradient(180deg, #061115 0%, #03080b 54%, #020507 100%);
}

.download-page__main::before {
  background: none;
}

.download-page__shell {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: clamp(88px, 12vh, 136px) 0 clamp(94px, 12vh, 128px);
}

.download-page__hero {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 22px;
  text-align: center;
}

.download-page__hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(46px, 5.4vw, 62px);
  font-weight: 760;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.download-page__subtitle {
  max-width: 720px;
  margin: 16px auto 0;
  color: rgba(247, 250, 252, 0.94);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 650;
  line-height: 1.2;
}


.download-page__compatibility {
  width: calc(100% - 44px);
  margin-top: 30px;
  margin-bottom: 34px;
  background: rgba(10, 18, 22, 0.74);
}

.download-page__downloads {
  width: calc(100% - 44px);
}

.download-page__footer {
  padding-top: clamp(42px, 6vw, 64px);
}

@media (max-width: 820px) {
  .download-page__shell {
    padding-top: clamp(56px, 9vw, 82px);
    padding-bottom: 72px;
  }

  .download-page__compatibility,
  .download-page__downloads {
    width: calc(100% - 36px);
  }
}

@media (max-width: 460px) {
  .download-page__hero {
    padding-inline: 18px;
  }

  .download-page__hero h1 {
    font-size: 38px;
    line-height: 1.12;
  }


  .download-page__compatibility,
  .download-page__downloads {
    width: calc(100% - 28px);
  }
}

/* Standalone public pages now share the homepage shell. */
.content-page,
.checkout-page {
  background: #03070a;
}

.content-page main {
  background: linear-gradient(180deg, #081318 0%, #050c11 38%, #04090d 68%, #03070a 100%);
  background-attachment: fixed;
}

.checkout-page main {
  background:
    radial-gradient(ellipse at 50% 38%, rgba(18, 207, 195, 0.09) 0%, rgba(18, 207, 195, 0.025) 42%, transparent 68%),
    linear-gradient(135deg, #07161b 0%, #081419 48%, #061116 100%);
  background-attachment: fixed;
}

.content-page main::before,
.checkout-page main::before,
.checkout-page::before {
  display: none;
  background: none;
}

.checkout-nav {
  position: sticky;
  background: rgba(5, 9, 12, 0.78);
}

.content-page .policy-card ul {
  list-style-position: inside;
}
/* Legal policy pages: match the homepage rail and remove document-card framing. */
.content-page main.policy-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 clamp(72px, 8vw, 112px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 10%, transparent 88%, rgba(255, 255, 255, 0.012)),
    linear-gradient(180deg, #030608 0%, #071114 24%, #04090c 62%, #03070a 100%);
}

.content-page main.policy-shell::before {
  display: none;
}

.policy-page-hero {
  padding:
    clamp(86px, 11vw, 148px)
    max(var(--site-edge-pad), calc((100vw - var(--site-shell-width)) / 2))
    clamp(72px, 8vw, 104px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(3, 6, 8, 0.98) 0%, rgba(8, 14, 17, 0.94) 52%, rgba(29, 32, 34, 0.82) 100%),
    radial-gradient(circle at 78% 14%, rgba(18, 207, 195, 0.08), transparent 34%);
}

.policy-page-hero__inner {
  width: min(100%, var(--site-shell-width));
  margin: 0 auto;
  text-align: center;
}

.policy-page-hero h1 {
  max-width: 1120px;
  margin: 0 auto;
  color: var(--ink);
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 560;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.policy-card--legal {
  display: grid;
  justify-items: center;
  width: 100%;
  max-width: none;
  margin: clamp(56px, 7vw, 88px) 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0 max(var(--site-edge-pad), calc((100vw - var(--site-shell-width)) / 2));
}

.policy-card--legal > * {
  width: min(100%, 1040px);
  max-width: none;
}

.policy-card--legal p,
.policy-card--legal li {
  color: rgba(199, 210, 218, 0.86);
  font-size: 16px;
  line-height: 1.68;
  text-wrap: pretty;
}

.policy-card--legal p {
  margin: 16px 0 0;
}

.policy-card--legal h2 {
  margin: clamp(42px, 5vw, 58px) 0 0;
  color: rgba(247, 250, 252, 0.94);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 650;
  line-height: 1.22;
}

.policy-card--legal h2:first-of-type {
  margin-top: clamp(34px, 4vw, 48px);
}

.content-page .policy-card--legal ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 22px;
  list-style-position: outside;
}

.policy-card--legal li {
  padding-left: 2px;
}

.policy-card--legal strong {
  color: rgba(247, 250, 252, 0.96);
  font-weight: 760;
}

.policy-card--legal code {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 700px) {
  .policy-page-hero {
    padding-top: 64px;
    padding-bottom: 52px;
  }

  .policy-page-hero h1 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .policy-card--legal {
    justify-items: stretch;
    margin-top: 44px;
  }
}

/* SEO content pages: lightweight guide shells that do not affect the homepage. */
.seo-page main {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 12%, transparent 90%, rgba(255, 255, 255, 0.014)),
    linear-gradient(180deg, #030608 0%, #071114 34%, #050b0f 68%, #03070a 100%);
}

.seo-page main::before {
  display: none;
}

.seo-shell {
  width: min(100%, var(--site-shell-width));
  margin: 0 auto;
  padding:
    clamp(72px, 9vw, 126px)
    var(--site-edge-pad)
    clamp(72px, 8vw, 118px);
}

.seo-hero {
  max-width: 920px;
}

.seo-eyebrow,
.seo-meta {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 4.8vw, 58px);
  font-weight: 590;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.seo-hero p:not(.seo-eyebrow),
.seo-lead {
  margin: 22px 0 0;
  color: rgba(199, 210, 218, 0.86);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.65;
  text-wrap: pretty;
}

.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.seo-section {
  margin-top: clamp(54px, 7vw, 86px);
}

.seo-section h2,
.seo-article h2 {
  margin: 0 0 18px;
  color: rgba(247, 250, 252, 0.96);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 620;
  line-height: 1.16;
  letter-spacing: 0;
  text-wrap: balance;
}

.seo-section p,
.seo-card p,
.seo-article p,
.seo-article li {
  color: rgba(199, 210, 218, 0.84);
  font-size: 16px;
  line-height: 1.68;
  text-wrap: pretty;
}

.seo-card-grid,
.seo-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.seo-card {
  display: grid;
  align-content: start;
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(18, 207, 195, 0.07), rgba(255, 255, 255, 0.018) 42%),
    rgba(12, 21, 26, 0.66);
  padding: clamp(20px, 2.4vw, 28px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

.seo-card h2,
.seo-card h3 {
  margin: 0;
  color: rgba(247, 250, 252, 0.96);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.22;
}

.seo-card p {
  margin: 12px 0 0;
}

.seo-card a,
.seo-inline-link {
  margin-top: 18px;
  color: var(--accent);
  font-weight: 720;
}

.seo-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding-left: 20px;
}

.seo-article {
  max-width: 900px;
}

.seo-article h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 590;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.seo-article h2 {
  margin-top: clamp(42px, 5vw, 58px);
}

.seo-article h2:first-child {
  margin-top: 0;
}

.seo-article p {
  margin: 16px 0 0;
}

.seo-article ul {
  margin: 18px 0 0;
  padding-left: 22px;
}

.seo-article code {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(247, 250, 252, 0.9);
  padding: 1px 5px;
  font-size: 0.92em;
}

.seo-cta {
  display: grid;
  gap: 16px;
  margin-top: clamp(54px, 7vw, 86px);
  border: 1px solid rgba(18, 207, 195, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(18, 207, 195, 0.14), rgba(242, 204, 86, 0.06)),
    rgba(7, 18, 22, 0.9);
  padding: clamp(24px, 4vw, 42px);
}

.seo-cta h2 {
  margin: 0;
}

.seo-cta p {
  max-width: 820px;
  margin: 0;
  color: rgba(199, 210, 218, 0.86);
  font-size: 17px;
  line-height: 1.65;
}

.seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: rgba(168, 179, 189, 0.76);
  font-size: 13px;
}

.seo-breadcrumbs a {
  color: rgba(199, 210, 218, 0.9);
}

.seo-locale-switch {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  width: fit-content;
  margin: 0 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  padding: 4px;
}

.seo-breadcrumbs + .seo-locale-switch {
  margin-top: -8px;
}

.seo-locale-switch button {
  min-height: 30px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(199, 210, 218, 0.82);
  cursor: pointer;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0;
  padding: 0 12px;
  transition:
    background 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.seo-locale-switch button:hover,
.seo-locale-switch button:focus-visible {
  color: var(--ink);
  outline: 0;
}

.seo-locale-switch button.is-active {
  background: rgba(18, 207, 195, 0.14);
  color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(18, 207, 195, 0.28);
}

@media (max-width: 980px) {
  .seo-card-grid,
  .seo-topic-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .seo-shell {
    padding:
      58px
      max(18px, var(--site-edge-pad))
      78px;
  }

  .seo-actions {
    display: grid;
  }
}

.checkout-return-state {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  text-align: center;
}

.checkout-return-state__mark {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(18, 207, 195, 0.38);
  border-radius: 999px;
  background: rgba(18, 207, 195, 0.1);
  color: var(--accent);
  font-size: 30px;
  font-weight: 760;
}

.checkout-return-state h3 {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
}

.checkout-return-state p {
  max-width: 54ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.checkout-return-state__action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  padding: 0 22px;
  border-radius: 9px;
  background: var(--accent);
  color: #041316;
  font-weight: 760;
}

.checkout-return-state__action:hover,
.checkout-return-state__action:focus-visible {
  background: #35ded1;
  outline: 0;
}