:root {
  --paper: #f5f0e8;
  --paper-deep: #e8e0d4;
  --ink: #292524;
  --muted: #6f6964;
  --jade: #176b52;
  --jade-dark: #0e513d;
  --jade-soft: #dde8e2;
  --gold: #b9a56a;
  --card: rgba(255, 255, 255, 0.94);
  --line: rgba(41, 37, 36, 0.1);
  --shadow: 0 24px 70px rgba(66, 55, 43, 0.1);
  --font-ui: "Avenir Next", "PingFang SC", "Hiragino Sans GB", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Avenir Next", "PingFang SC", "Hiragino Sans GB", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html[data-lang="zh-TW"] {
  --font-ui: "Avenir Next", "PingFang TC", "Hiragino Sans CNS", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: "Avenir Next", "PingFang TC", "Hiragino Sans CNS", -apple-system, BlinkMacSystemFont, sans-serif;
}

html[data-lang="en"] {
  --font-ui: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 8%, rgba(185, 165, 106, 0.16), transparent 24rem),
    radial-gradient(circle at 8% 28%, rgba(23, 107, 82, 0.08), transparent 28rem),
    var(--paper);
  font-family: var(--font-ui);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.24;
  pointer-events: none;
  background-image: linear-gradient(rgba(41, 37, 36, 0.018) 1px, transparent 1px);
  background-size: 100% 28px;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  color: white;
  background: var(--jade);
  border-radius: 10px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.section-shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  width: min(1280px, calc(100% - 32px));
  margin: 14px auto 0;
}

.site-header.is-scrolled .nav-shell {
  background:
    radial-gradient(circle at 88% -80%, rgba(210, 185, 116, 0.22), transparent 28%),
    linear-gradient(118deg, rgba(12, 83, 62, 0.98), rgba(13, 58, 47, 0.98) 58%, rgba(28, 41, 35, 0.98));
  box-shadow:
    0 18px 54px rgba(17, 45, 36, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.nav-shell {
  position: relative;
  min-height: 70px;
  padding: 7px 8px 7px 10px;
  display: flex;
  align-items: center;
  gap: 18px;
  overflow: visible;
  border: 1px solid rgba(210, 185, 116, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% -80%, rgba(210, 185, 116, 0.18), transparent 28%),
    linear-gradient(118deg, rgba(12, 83, 62, 0.96), rgba(13, 58, 47, 0.96) 58%, rgba(28, 41, 35, 0.96));
  box-shadow:
    0 16px 48px rgba(17, 45, 36, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(24px) saturate(1.15);
  -webkit-backdrop-filter: blur(24px) saturate(1.15);
  transition: background 220ms ease, box-shadow 220ms ease;
}

.nav-shell::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  border-radius: 24px;
  background: linear-gradient(105deg, transparent 36%, rgba(255, 255, 255, 0.08) 48%, transparent 60%);
  background-size: 240% 100%;
  background-position: 140% 0;
  animation: nav-sheen 9s ease-in-out infinite;
}

.nav-shell::after {
  position: absolute;
  inset: 1px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 22px;
}

.nav-shell > * {
  position: relative;
  z-index: 1;
}

@keyframes nav-sheen {
  0%,
  68% {
    background-position: 140% 0;
  }
  82%,
  100% {
    background-position: -80% 0;
  }
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 56px;
  padding: 0 12px 0 0;
  text-decoration: none;
  transition: transform 200ms ease;
}

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

.brand-mark {
  position: relative;
  width: 56px;
  height: 56px;
  padding: 4px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(238, 217, 161, 0.72);
  border-radius: 19px;
  background:
    radial-gradient(circle at 32% 24%, white, rgba(255, 250, 235, 0.94) 45%, rgba(223, 204, 159, 0.96));
  box-shadow:
    0 0 0 1px rgba(185, 165, 106, 0.18),
    0 9px 24px rgba(4, 35, 26, 0.34),
    0 0 30px rgba(210, 185, 116, 0.2);
  animation: logo-halo 4.6s ease-in-out infinite;
}

.brand-mark img {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  filter: saturate(0.96) contrast(1.03);
}

.brand-mark i {
  position: absolute;
  inset: -35%;
  z-index: 2;
  background: linear-gradient(112deg, transparent 38%, rgba(255, 255, 255, 0.7) 49%, transparent 60%);
  transform: translateX(-80%) rotate(8deg);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.brand:hover .brand-mark i {
  transform: translateX(80%) rotate(8deg);
}

@keyframes logo-halo {
  50% {
    box-shadow:
      0 0 0 1px rgba(185, 165, 106, 0.26),
      0 11px 28px rgba(4, 35, 26, 0.4),
      0 0 38px rgba(210, 185, 116, 0.3);
  }
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand strong {
  color: #fffdf8;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.brand small {
  margin-top: 7px;
  color: rgba(237, 216, 158, 0.78);
  font-family: "Avenir Next", var(--font-ui);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.desktop-nav {
  margin-inline: auto;
  min-height: 48px;
  padding: 3px;
  display: flex;
  align-items: center;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  background: rgba(3, 28, 21, 0.17);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.12);
}

.desktop-nav a,
.footer a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease;
}

.desktop-nav a {
  position: relative;
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Songti SC", "Songti TC", "STSong", "Noto Serif CJK SC", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 20px;
  bottom: 7px;
  left: 20px;
  height: 1px;
  content: "";
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, rgba(237, 216, 158, 0.86), transparent);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 180ms ease, transform 180ms ease;
}

html[data-lang="en"] .desktop-nav a {
  font-family: "Avenir Next", "SF Pro Text", var(--font-ui);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.065em;
}

.desktop-nav a:hover,
.footer a:hover {
  color: var(--jade);
}

.desktop-nav a:hover {
  color: #fffdf8;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

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

.nav-actions {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.lang-switch {
  position: relative;
}

.lang-switch-btn,
.menu-toggle {
  min-width: 44px;
  height: 44px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.lang-switch-btn {
  font-family: "Songti SC", "Songti TC", "STSong", serif;
  font-size: 15px;
  font-weight: 700;
}

html[data-lang="en"] .lang-switch-btn {
  font-family: "Avenir Next", "SF Pro Text", var(--font-ui);
  font-size: 13px;
  font-weight: 650;
}

.lang-switch-btn:hover,
.menu-toggle:hover {
  color: white;
  border-color: rgba(237, 216, 158, 0.42);
  background: rgba(255, 255, 255, 0.11);
}

.lang-switch-btn svg {
  width: 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lang-menu {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  min-width: 128px;
  z-index: 20;
  padding: 6px;
  display: grid;
  gap: 3px;
  border: 1px solid rgba(210, 185, 116, 0.28);
  border-radius: 16px;
  background: rgba(13, 58, 47, 0.98);
  box-shadow: 0 18px 46px rgba(9, 31, 24, 0.28);
}

.lang-menu[hidden] {
  display: none;
}

.lang-menu button {
  height: 40px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Songti SC", "Songti TC", "STSong", serif;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-align: left;
  border: 0;
  border-radius: 11px;
  background: transparent;
  cursor: pointer;
}

.lang-menu button[data-set-lang="en"] {
  font-family: "Avenir Next", "SF Pro Text", var(--font-ui);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.lang-menu button:hover,
.lang-menu button.is-active {
  color: #fffdf8;
  background: rgba(255, 255, 255, 0.1);
}

.button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 15px;
  background: var(--jade);
  box-shadow: 0 12px 30px rgba(23, 107, 82, 0.2);
  cursor: pointer;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.button:hover {
  background: var(--jade-dark);
  box-shadow: 0 16px 34px rgba(23, 107, 82, 0.25);
  transform: translateY(-2px);
}

.button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.button-small {
  min-height: 44px;
  padding-inline: 18px;
  border-radius: 13px;
  font-size: 14px;
}

.nav-actions .button-small {
  color: #153d31;
  border-color: rgba(255, 249, 229, 0.72);
  background: linear-gradient(135deg, #fff7df, #d9c17d);
  box-shadow:
    0 8px 22px rgba(4, 34, 25, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.nav-actions .button-small:hover {
  color: #0d3328;
  background: linear-gradient(135deg, #fffaf0, #e7cf8d);
  box-shadow:
    0 10px 26px rgba(4, 34, 25, 0.36),
    0 0 24px rgba(210, 185, 116, 0.16);
}

.menu-toggle {
  display: none;
  padding: 10px;
}

.menu-toggle svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.mobile-menu {
  margin-top: 8px;
  padding: 8px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(210, 185, 116, 0.25);
  border-radius: 19px;
  background: rgba(13, 58, 47, 0.98);
  box-shadow: 0 16px 44px rgba(9, 31, 24, 0.24);
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu a {
  min-height: 46px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Songti SC", "Songti TC", "STSong", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 12px;
}

html[data-lang="en"] .mobile-menu a {
  font-family: "Avenir Next", "SF Pro Text", var(--font-ui);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.035em;
}

.mobile-menu a:hover {
  color: #fffdf8;
  background: rgba(255, 255, 255, 0.1);
}

.hero {
  min-height: 760px;
  padding-block: 80px 60px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(500px, 1.05fr);
  align-items: center;
  gap: 48px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.kicker {
  margin: 0 0 18px;
  color: var(--jade);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--jade);
  box-shadow: 0 0 0 6px rgba(23, 107, 82, 0.1);
}

.hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 5vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.075em;
}

.hero h1 span {
  display: block;
}

.hero h1 span:last-child {
  color: var(--jade);
}

.hero-lead {
  max-width: 630px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.75;
}

.hero-lead strong {
  color: var(--ink);
  font-weight: 700;
}

.hero-actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.text-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--jade);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.text-link svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.text-link:hover svg {
  transform: translateX(3px);
}

.hero-facts {
  margin: 44px 0 0;
  padding: 0;
  display: flex;
  gap: 28px;
  list-style: none;
}

.hero-facts li {
  min-width: 92px;
  display: grid;
  gap: 2px;
}

.hero-facts strong {
  font-family: "DIN Alternate", var(--font-ui);
  font-size: 30px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.hero-facts span {
  color: var(--muted);
  font-size: 11px;
}

.device-stage {
  position: relative;
  min-height: 620px;
  isolation: isolate;
}

.stage-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
}

.orb-one {
  width: 440px;
  height: 440px;
  top: 34px;
  right: 3%;
  background: rgba(23, 107, 82, 0.11);
}

.orb-two {
  width: 300px;
  height: 300px;
  bottom: 6px;
  left: 3%;
  background: rgba(185, 165, 106, 0.16);
}

.device {
  position: absolute;
  margin: 0;
  padding: 0;
  background: #161513;
  box-shadow: 0 30px 75px rgba(46, 39, 31, 0.24);
}

.device-screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--paper);
}

.device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.device-ipad {
  top: 24px;
  right: 2%;
  width: min(58%, 430px);
  aspect-ratio: 3 / 4;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 31px;
  background: linear-gradient(145deg, #54524e, #171614 36%, #060606 70%, #41403d);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 30px 75px rgba(46, 39, 31, 0.24);
  transform: translate3d(var(--ipad-x, 0), var(--ipad-y, 0), 0) rotate(1.5deg);
  transition: transform 220ms ease-out;
}

.device-ipad .device-screen {
  border-radius: 24px;
}

.device-ipad::before,
.showcase-pad::before {
  position: absolute;
  top: 2px;
  left: 50%;
  z-index: 5;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #607169, #080908 68%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
  transform: translateX(-50%);
}

.device-ipad::after,
.showcase-pad::after {
  position: absolute;
  top: -2px;
  right: 11%;
  width: 30px;
  height: 2px;
  content: "";
  border-radius: 2px;
  background: #343330;
}

.device-iphone {
  bottom: 10px;
  left: 10%;
  z-index: 2;
  width: min(32%, 220px);
  aspect-ratio: 720 / 1565;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 38px;
  background: linear-gradient(145deg, #55534f, #171614 34%, #050505 68%, #464541);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.11),
    0 30px 75px rgba(46, 39, 31, 0.25);
  transform: translate3d(var(--phone-x, 0), var(--phone-y, 0), 0) rotate(-3deg);
  transition: transform 220ms ease-out;
}

.device-iphone .device-screen {
  border-radius: 31px;
}

.device-iphone::before,
.showcase-phone::before {
  position: absolute;
  top: 21%;
  left: -3px;
  width: 3px;
  height: 17px;
  content: "";
  border-radius: 3px 0 0 3px;
  background: #272622;
  box-shadow: 0 31px 0 #272622, 0 60px 0 #272622;
}

.device-iphone::after,
.showcase-phone::after {
  position: absolute;
  top: 31%;
  right: -3px;
  width: 3px;
  height: 50px;
  content: "";
  border-radius: 0 3px 3px 0;
  background: #272622;
}

.device-watch {
  right: 2%;
  bottom: 48px;
  z-index: 3;
  width: min(24%, 164px);
  aspect-ratio: 416 / 496;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 28%;
  background:
    linear-gradient(150deg, #a8a49d 0%, #56534e 14%, #171715 42%, #050505 74%, #6d6963 100%);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.28),
    inset -1px -1px 0 rgba(0, 0, 0, 0.78),
    0 32px 62px rgba(36, 31, 25, 0.34);
  transform: translate3d(var(--watch-x, 0), var(--watch-y, 0), 0) rotate(-1.2deg);
  transition: transform 220ms ease-out;
}

.device-watch .device-screen {
  border-radius: 25%;
}

.watch-crown {
  position: absolute;
  top: 22%;
  right: -9px;
  z-index: 5;
  display: block;
  width: 9px;
  height: 28px;
  border: 1px solid #1c1b19;
  border-radius: 0 7px 7px 0;
  background: repeating-linear-gradient(0deg, #716e68 0 1px, #2a2926 1px 3px);
  box-shadow:
    inset 1px 0 rgba(255, 255, 255, 0.22),
    2px 2px 5px rgba(0, 0, 0, 0.28);
}

.watch-crown::after {
  position: absolute;
  top: 34px;
  right: 1px;
  width: 5px;
  height: 20px;
  content: "";
  border-radius: 0 5px 5px 0;
  background: #2e2d2a;
}

.demo-chip {
  position: absolute;
  top: 1px;
  left: 4%;
  z-index: 5;
  padding: 9px 14px;
  color: var(--jade);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  border: 1px solid rgba(23, 107, 82, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 25px rgba(66, 55, 43, 0.08);
}

.ledger-ticker {
  position: relative;
  overflow: hidden;
  padding-block: 14px;
  border-block: 1px solid rgba(41, 37, 36, 0.07);
  background: rgba(255, 253, 248, 0.7);
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ledger-scroll 34s linear infinite;
  will-change: transform;
}

.ticker-group {
  display: flex;
  gap: 12px;
  padding-right: 12px;
}

.ticker-group span {
  min-height: 48px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 24px rgba(66, 55, 43, 0.055);
}

.ticker-group b {
  color: var(--jade);
  font-family: "DIN Alternate", var(--font-ui);
  font-size: 18px;
  font-variant-numeric: tabular-nums;
}

.ticker-group i {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

@keyframes ledger-scroll {
  to {
    transform: translateX(-50%);
  }
}

.platforms,
.pricing-section,
.faq-section {
  padding-block: 110px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading h2,
.privacy-copy h2,
.download-panel h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 4.4vw, 4.6rem);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.section-heading > p:last-child {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.platform-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.35fr;
  grid-template-rows: repeat(2, minmax(300px, auto));
  gap: 18px;
}

.platform-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--card);
  box-shadow: 0 18px 55px rgba(66, 55, 43, 0.07);
}

.platform-card .platform-copy {
  position: relative;
  z-index: 2;
  padding: 32px;
}

.platform-number {
  color: var(--gold);
  font-family: "DIN Alternate", var(--font-ui);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.platform-card h3 {
  margin: 9px 0 10px;
  font-size: 27px;
  letter-spacing: -0.04em;
}

.platform-card p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.platform-phone {
  display: flex;
  flex-direction: column;
  grid-row: 1 / span 2;
  min-height: 720px;
  background: linear-gradient(160deg, rgba(221, 232, 226, 0.9), rgba(255, 255, 255, 0.96) 56%);
}

.showcase-phone {
  position: relative;
  width: min(56%, 240px);
  margin: auto auto 28px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 42px;
  background: linear-gradient(145deg, #55534f, #171614 34%, #050505 68%, #464541);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.11),
    0 26px 58px rgba(46, 39, 31, 0.22);
  transform: rotate(1.5deg);
}

.showcase-phone img {
  border-radius: 34px;
}

.platform-pad {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  align-items: stretch;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(232, 224, 212, 0.75));
}

.showcase-pad {
  position: relative;
  width: 184px;
  align-self: end;
  justify-self: end;
  margin: 24px 24px 24px 0;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: linear-gradient(145deg, #54524e, #171614 36%, #060606 70%, #41403d);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 22px 52px rgba(46, 39, 31, 0.18);
  transform: rotate(1.5deg);
}

.showcase-pad img {
  border-radius: 19px;
}

.platform-watch {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 246px;
  align-items: stretch;
  background: linear-gradient(140deg, rgba(23, 107, 82, 0.96), #0e513d);
}

.platform-watch .platform-copy {
  max-width: 68%;
}

.platform-watch h3,
.platform-watch p {
  color: white;
}

.platform-watch p {
  color: rgba(255, 255, 255, 0.73);
}

.showcase-watch {
  position: relative;
  width: 204px;
  align-self: end;
  justify-self: end;
  margin: 22px 30px 22px 0;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 28%;
  background:
    linear-gradient(150deg, #aaa69f 0%, #5c5953 14%, #181816 42%, #050505 74%, #706c66 100%);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.32),
    inset -1px -1px 0 rgba(0, 0, 0, 0.8),
    0 34px 64px rgba(0, 0, 0, 0.34);
  transform: rotate(-1.25deg);
}

.showcase-watch img {
  border-radius: 25%;
}

.demo-note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.use-section {
  padding-block: 112px;
}

.use-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: dense;
  gap: 18px;
}

.scene-card {
  --pointer-x: 50%;
  --pointer-y: 50%;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  grid-column: span 4;
  min-height: 320px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(23, 107, 82, 0.11), transparent 11rem),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 46px rgba(66, 55, 43, 0.065);
  transform-style: preserve-3d;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.scene-card:hover,
.scene-card.is-tilting {
  border-color: rgba(23, 107, 82, 0.24);
  box-shadow: 0 24px 60px rgba(66, 55, 43, 0.11);
  transform: perspective(900px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x)) translateY(-4px);
}

.scene-card-primary,
.scene-card-wide {
  grid-column: span 8;
}

.scene-card-primary {
  min-height: 410px;
  color: white;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.2), transparent 13rem),
    linear-gradient(145deg, var(--jade), var(--jade-dark));
}

.scene-index {
  color: var(--gold);
  font-family: "DIN Alternate", var(--font-ui);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.scene-icon,
.flow-step-icon {
  width: 46px;
  height: 46px;
  margin-top: 34px;
  display: grid;
  place-items: center;
  color: var(--jade);
  border: 1px solid rgba(23, 107, 82, 0.13);
  border-radius: 15px;
  background: var(--jade-soft);
}

.scene-card-primary .scene-icon {
  color: white;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
}

.scene-icon svg,
.flow-step-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scene-card h3 {
  margin: 20px 0 10px;
  font-size: 26px;
  letter-spacing: -0.04em;
}

.scene-card p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.scene-card-primary p {
  color: rgba(255, 255, 255, 0.75);
}

.speech-demo {
  width: min(390px, 92%);
  margin: 32px 0 0 auto;
  padding: 15px;
  display: grid;
  gap: 5px;
  color: var(--ink);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(9, 57, 44, 0.2);
  transform: rotate(-1deg);
}

.speech-demo span {
  justify-self: end;
  padding: 6px 10px;
  color: white;
  font-size: 12px;
  border-radius: 999px 999px 5px 999px;
  background: var(--jade);
}

.speech-demo strong {
  font-size: 14px;
}

.speech-demo small {
  color: var(--muted);
  font-size: 11px;
}

.mini-bars {
  height: 72px;
  margin-top: 34px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.mini-bars i {
  width: 16%;
  height: 35%;
  border-radius: 7px 7px 3px 3px;
  background: var(--jade-soft);
  transform-origin: bottom;
  animation: bar-breathe 3.4s ease-in-out infinite;
}

.mini-bars i:nth-child(2) { height: 58%; animation-delay: -0.4s; }
.mini-bars i:nth-child(3) { height: 82%; animation-delay: -0.8s; background: var(--jade); }
.mini-bars i:nth-child(4) { height: 66%; animation-delay: -1.2s; }
.mini-bars i:nth-child(5) { height: 44%; animation-delay: -1.6s; }

@keyframes bar-breathe {
  50% {
    transform: scaleY(0.82);
    opacity: 0.72;
  }
}

.reminder-chip {
  margin-top: 34px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(23, 107, 82, 0.12);
  border-radius: 16px;
  background: var(--jade-soft);
}

.reminder-chip span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: white;
  font-family: "DIN Alternate", var(--font-ui);
  border-radius: 13px;
  background: var(--jade);
}

.reminder-chip b {
  color: var(--jade-dark);
  font-size: 12px;
}

.book-stack {
  position: relative;
  height: 86px;
  margin-top: 34px;
}

.book-stack i {
  position: absolute;
  right: 8%;
  bottom: 2px;
  left: 8%;
  height: 48px;
  border: 1px solid rgba(41, 37, 36, 0.1);
  border-radius: 13px;
  background: white;
  box-shadow: 0 12px 24px rgba(66, 55, 43, 0.08);
  transform: rotate(-2deg);
}

.book-stack i:nth-child(2) {
  right: 4%;
  bottom: 15px;
  left: 12%;
  background: var(--jade-soft);
  transform: rotate(2deg);
}

.book-stack i:nth-child(3) {
  right: 10%;
  bottom: 30px;
  left: 5%;
  background: var(--paper);
  transform: rotate(-1deg);
}

.asset-total {
  position: absolute;
  right: 34px;
  bottom: 30px;
  width: min(48%, 330px);
  padding: 22px;
  display: grid;
  gap: 4px;
  color: white;
  border-radius: 22px;
  background: linear-gradient(145deg, var(--jade), var(--jade-dark));
  box-shadow: 0 18px 42px rgba(23, 107, 82, 0.2);
}

.asset-total small {
  color: rgba(255, 255, 255, 0.68);
}

.asset-total strong {
  font-family: "DIN Alternate", var(--font-ui);
  font-size: clamp(28px, 4vw, 48px);
  font-variant-numeric: tabular-nums;
}

.asset-total > span {
  margin-top: 14px;
  display: flex;
  gap: 6px;
}

.asset-total > span i {
  height: 5px;
  flex: 1;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.22);
}

.asset-total > span i:first-child {
  flex: 2.4;
  background: var(--gold);
}

.skin-swatches {
  margin-top: 34px;
  display: flex;
}

.skin-swatches i {
  width: 66px;
  height: 66px;
  margin-right: -14px;
  border: 4px solid white;
  border-radius: 50%;
  background: var(--jade);
  box-shadow: 0 10px 28px rgba(66, 55, 43, 0.13);
}

.skin-swatches i:nth-child(2) { background: #28242b; }
.skin-swatches i:nth-child(3) { background: #b9a56a; }
.skin-swatches i:nth-child(4) { background: #d9d2c7; }

.backup-stack {
  position: relative;
  height: 84px;
  margin-top: 34px;
}

.backup-stack i {
  position: absolute;
  width: 76%;
  height: 46px;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(23, 107, 82, 0.12);
  border-radius: 14px;
  background: var(--jade-soft);
  box-shadow: 0 12px 26px rgba(66, 55, 43, 0.08);
}

.backup-stack i:first-child {
  right: 12%;
  bottom: 22px;
  background: white;
}

.backup-stack span {
  position: absolute;
  right: 20px;
  bottom: 13px;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 11px;
  background: var(--jade);
}

.backup-stack svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flow-section {
  position: relative;
  overflow: hidden;
  padding-block: 112px;
  color: white;
  background:
    radial-gradient(circle at 12% 16%, rgba(23, 107, 82, 0.38), transparent 28rem),
    radial-gradient(circle at 92% 88%, rgba(185, 165, 106, 0.16), transparent 24rem),
    #211f1c;
}

.flow-section::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.14;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 100% 30px;
  pointer-events: none;
}

.flow-shell {
  position: relative;
}

.flow-section .section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.62);
}

.flow-steps {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  list-style: none;
}

.flow-step {
  min-height: 300px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 240ms ease, border-color 240ms ease, background 240ms ease;
}

.flow-step.is-active {
  border-color: rgba(185, 165, 106, 0.56);
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-8px);
}

.flow-step > span {
  color: var(--gold);
  font-family: "DIN Alternate", var(--font-ui);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.flow-step .flow-step-icon {
  color: white;
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
}

.flow-step h3 {
  margin: 24px 0 12px;
  font-size: 28px;
  letter-spacing: -0.04em;
}

.flow-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.flow-progress {
  height: 2px;
  margin: 38px 2px 0;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.1);
}

.flow-progress i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--jade), var(--gold));
  transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.flow-section.is-flow-visible .flow-progress i {
  width: 100%;
}

.features-section {
  padding-block: 112px;
  background: rgba(255, 253, 248, 0.68);
  border-block: 1px solid rgba(41, 37, 36, 0.06);
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.bento-card {
  grid-column: span 4;
  min-height: 265px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--card);
  box-shadow: 0 14px 42px rgba(66, 55, 43, 0.055);
}

.bento-card h3 {
  margin: 22px 0 10px;
  font-size: 24px;
  letter-spacing: -0.035em;
}

.bento-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.bento-primary {
  grid-column: span 8;
  grid-row: span 2;
  min-height: 548px;
  color: white;
  background:
    radial-gradient(circle at 90% 5%, rgba(255, 255, 255, 0.17), transparent 18rem),
    linear-gradient(145deg, var(--jade), var(--jade-dark));
}

.bento-primary .card-kicker,
.bento-primary p {
  color: rgba(255, 255, 255, 0.72);
}

.card-kicker {
  margin-top: 38px !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bento-primary h3 {
  max-width: 560px;
  margin-top: 8px;
  font-size: clamp(2.6rem, 4.6vw, 5rem);
  line-height: 1.04;
}

.icon-box {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--jade);
  border-radius: 15px;
  background: var(--jade-soft);
}

.bento-primary .icon-box {
  color: white;
  background: rgba(255, 255, 255, 0.14);
}

.icon-box svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.entry-demo {
  width: min(100%, 520px);
  margin-top: 48px;
  display: grid;
  gap: 12px;
}

.entry-demo > span {
  justify-self: end;
  padding: 11px 16px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
  border-radius: 16px 16px 4px 16px;
  background: rgba(255, 255, 255, 0.92);
}

.entry-demo > div {
  width: min(82%, 360px);
  padding: 14px 16px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px 16px 16px 16px;
  background: rgba(255, 255, 255, 0.1);
}

.entry-demo strong {
  font-size: 14px;
}

.entry-demo small {
  color: rgba(255, 255, 255, 0.65);
}

.bento-wide {
  grid-column: span 8;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ledger-metric {
  min-width: 250px;
  padding: 24px;
  display: grid;
  color: white;
  border-radius: 20px;
  background: var(--jade);
}

.ledger-metric span,
.ledger-metric small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}

.ledger-metric strong {
  margin-block: 6px;
  font-family: "DIN Alternate", var(--font-ui);
  font-size: 30px;
}

.privacy-section {
  padding-block: 112px;
}

.privacy-panel {
  padding: clamp(34px, 6vw, 74px);
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(40px, 8vw, 110px);
  color: white;
  border-radius: 36px;
  background:
    radial-gradient(circle at 88% 10%, rgba(185, 165, 106, 0.28), transparent 22rem),
    var(--jade-dark);
  box-shadow: 0 30px 78px rgba(14, 81, 61, 0.22);
}

.privacy-copy .kicker {
  color: var(--gold);
}

.privacy-copy > p:not(.kicker) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.privacy-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.button-light {
  color: var(--jade-dark);
  background: white;
  box-shadow: none;
}

.button-light:hover {
  color: var(--jade-dark);
  background: #fffaf0;
}

.privacy-mail {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.privacy-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.privacy-points > div {
  min-height: 152px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
}

.privacy-points span {
  color: var(--gold);
  font-family: "DIN Alternate", var(--font-ui);
  font-size: 11px;
  font-weight: 800;
}

.privacy-points strong {
  margin-top: auto;
  font-size: 17px;
}

.privacy-points small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
}

.pricing-section {
  position: relative;
}

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

.price-card {
  min-width: 0;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 55px rgba(66, 55, 43, 0.07);
}

.price-card-featured {
  color: white;
  border-color: rgba(210, 185, 116, 0.38);
  background:
    radial-gradient(circle at 84% 8%, rgba(210, 185, 116, 0.2), transparent 28%),
    linear-gradient(145deg, var(--jade), var(--jade-dark));
  box-shadow: 0 24px 70px rgba(14, 81, 61, 0.2);
}

.price-card-head {
  min-height: 206px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.price-card-featured .price-card-head {
  border-color: rgba(255, 255, 255, 0.16);
}

.price-badge {
  display: inline-flex;
  min-height: 28px;
  padding: 5px 10px;
  align-items: center;
  color: var(--jade-dark);
  border: 1px solid rgba(23, 107, 82, 0.14);
  border-radius: 999px;
  background: var(--jade-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.price-card-featured .price-badge {
  color: #fff7d9;
  border-color: rgba(255, 247, 217, 0.22);
  background: rgba(255, 247, 217, 0.1);
}

.price-card h3 {
  margin: 22px 0 4px;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  letter-spacing: -0.035em;
}

.price-value {
  margin: 0;
  color: var(--jade);
  font-family: "DIN Alternate", var(--font-ui);
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.055em;
  font-variant-numeric: tabular-nums;
}

.price-card-featured .price-value {
  color: #fff7d9;
}

.price-card-head > p:last-child {
  max-width: 510px;
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.price-card-featured .price-card-head > p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.price-card ul {
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
  font-size: 14px;
}

.price-card-featured li {
  color: rgba(255, 255, 255, 0.82);
}

.price-card li::before {
  position: absolute;
  top: 0.16em;
  left: 0;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  content: "✓";
  color: white;
  border-radius: 50%;
  background: var(--jade);
  font-size: 10px;
  font-weight: 900;
}

.price-card-featured li::before {
  color: var(--jade-dark);
  background: #fff7d9;
}

.pricing-notes {
  margin-top: 18px;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  border: 1px solid rgba(185, 165, 106, 0.28);
  border-radius: 24px;
  background: rgba(255, 252, 243, 0.72);
}

.pricing-notes p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.pricing-notes strong,
.pricing-notes span {
  display: block;
}

.pricing-notes strong {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 14px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 78px;
  padding: 20px 52px 20px 4px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  right: 10px;
  content: "+";
  color: var(--jade);
  font-size: 28px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list p {
  max-width: 760px;
  margin: -6px 0 24px;
  padding-left: 4px;
  color: var(--muted);
  font-size: 15px;
}

.download-section {
  padding-bottom: 90px;
}

.download-panel {
  padding: 34px 38px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 55px rgba(66, 55, 43, 0.07);
}

.download-panel > img {
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(84, 67, 37, 0.15);
}

.download-panel h2 {
  font-size: clamp(2rem, 3.5vw, 3.8rem);
}

.download-panel p:not(.kicker) {
  margin: 8px 0 0;
  color: var(--muted);
}

.download-panel .button svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer {
  min-height: 104px;
  padding-block: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--muted);
  font-size: 12px;
}

.footer-brand img {
  border-radius: 10px;
}

.footer nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.footer a {
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1050px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 84px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero h1 {
    max-width: 760px;
  }

  .device-stage {
    width: min(760px, 100%);
    min-height: 650px;
    margin-inline: auto;
  }

  .platform-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .platform-phone {
    grid-row: auto;
    min-height: 580px;
  }

  .platform-phone,
  .platform-pad,
  .platform-watch {
    display: flex;
    flex-direction: column;
    min-height: 580px;
  }

  .platform-pad {
    grid-column: span 1;
  }

  .platform-watch .platform-copy {
    max-width: 100%;
  }

  .showcase-phone {
    width: min(52%, 210px);
    margin: auto auto 26px;
    transform: rotate(1.5deg);
  }

  .showcase-pad {
    width: min(64%, 230px);
    margin: auto auto 26px;
    transform: rotate(1deg);
  }

  .showcase-watch {
    width: 194px;
    margin: auto auto 30px;
    transform: rotate(-1deg);
  }

  .scene-card {
    grid-column: span 6;
  }

  .scene-card-primary,
  .scene-card-wide {
    grid-column: span 12;
  }

  .flow-step {
    min-height: 320px;
    padding: 26px;
  }

  .bento-card {
    grid-column: span 6;
  }

  .bento-primary,
  .bento-wide {
    grid-column: span 12;
  }

  .privacy-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .section-shell {
    width: min(100% - 28px, 600px);
  }

  .site-header {
    top: 8px;
    width: calc(100% - 12px);
    margin-top: 8px;
  }

  .nav-shell {
    min-height: 64px;
    padding: 6px;
    gap: 8px;
    border-radius: 21px;
  }

  .brand {
    min-width: 0;
    margin-right: auto;
    min-height: 52px;
    padding: 0;
    gap: 8px;
  }

  .brand-mark {
    width: 50px;
    height: 50px;
    border-radius: 17px;
  }

  .brand-mark img {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .brand strong {
    font-size: 17px;
  }

  .brand small {
    margin-top: 5px;
    font-size: 7px;
    letter-spacing: 0.15em;
  }

  .nav-actions > .button-small {
    display: none;
  }

  .nav-actions {
    min-height: 52px;
    padding: 0;
    gap: 5px;
  }

  .hero {
    padding-block: 66px 30px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 15.5vw, 5.1rem);
    letter-spacing: -0.075em;
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .text-link {
    padding-inline: 4px;
  }

  .hero-facts {
    margin-top: 32px;
    gap: 14px;
    justify-content: space-between;
  }

  .hero-facts li {
    min-width: 0;
  }

  .hero-facts strong {
    font-size: 25px;
  }

  .device-stage {
    min-height: 455px;
    margin-top: 24px;
  }

  .device-ipad {
    top: 10px;
    right: 2%;
    width: 68%;
    padding: 5px;
    border-radius: 21px;
  }

  .device-ipad .device-screen {
    border-radius: 16px;
  }

  .device-iphone {
    bottom: 8px;
    left: 3%;
    width: 35%;
    padding: 5px;
    border-radius: 28px;
  }

  .device-iphone .device-screen {
    border-radius: 23px;
  }

  .device-watch {
    right: 0;
    bottom: 42px;
    width: 30%;
    padding: 5px;
  }

  .demo-chip {
    left: 0;
    padding: 7px 10px;
  }

  .platforms,
  .use-section,
  .flow-section,
  .features-section,
  .pricing-section,
  .privacy-section,
  .faq-section {
    padding-block: 76px;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading h2,
  .privacy-copy h2 {
    font-size: clamp(2.2rem, 11vw, 3.7rem);
  }

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

  .platform-card .platform-copy {
    padding: 26px;
  }

  .platform-phone {
    min-height: 620px;
  }

  .platform-pad {
    min-height: 550px;
  }

  .platform-watch {
    min-height: 500px;
  }

  .showcase-phone {
    position: relative;
    width: min(58%, 195px);
    margin: auto auto 22px;
    transform: rotate(1deg);
  }

  .showcase-pad {
    position: relative;
    width: min(76%, 245px);
    margin: auto auto 22px;
    transform: rotate(0.75deg);
  }

  .showcase-watch {
    position: relative;
    width: 204px;
    margin: auto auto 24px;
    transform: rotate(-0.8deg);
  }

  .ledger-ticker {
    padding-block: 10px;
    mask-image: linear-gradient(90deg, transparent, black 4%, black 96%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, black 4%, black 96%, transparent);
  }

  .ticker-group span {
    min-height: 44px;
    padding: 7px 13px;
  }

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

  .scene-card,
  .scene-card-primary,
  .scene-card-wide {
    grid-column: auto;
    min-height: 330px;
    padding: 24px;
  }

  .scene-card-primary {
    min-height: 460px;
  }

  .scene-card:hover,
  .scene-card.is-tilting {
    transform: translateY(-3px);
  }

  .speech-demo {
    width: 100%;
    margin-top: 28px;
  }

  .asset-total {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 30px;
  }

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

  .flow-step {
    min-height: 270px;
  }

  .flow-step.is-active {
    transform: translateY(-4px);
  }

  .flow-progress {
    display: none;
  }

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

  .bento-card,
  .bento-primary,
  .bento-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .bento-primary {
    min-height: 530px;
  }

  .bento-primary h3 {
    font-size: 2.8rem;
  }

  .bento-wide {
    align-items: stretch;
    flex-direction: column;
  }

  .ledger-metric {
    min-width: 0;
  }

  .privacy-panel {
    padding: 30px 22px;
    border-radius: 28px;
  }

  .privacy-points {
    grid-template-columns: 1fr;
  }

  .privacy-points > div {
    min-height: 122px;
  }

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

  .price-card {
    padding: 28px 22px;
  }

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

  .download-panel {
    padding: 28px 22px;
    grid-template-columns: auto 1fr;
  }

  .download-panel > img {
    width: 70px;
    height: 70px;
    border-radius: 18px;
  }

  .download-panel .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer nav {
    gap: 14px 20px;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 3.35rem;
  }

  .orb-two {
    right: 0;
    left: auto;
  }

  .device-stage {
    min-height: 400px;
  }

}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .ticker-track {
    animation: none;
  }

  .scene-card:hover,
  .scene-card.is-tilting,
  .flow-step.is-active {
    transform: none;
  }
}
