:root {
  --ink: #222832;
  --ink-2: #626b78;
  --ink-3: #9aa3ae;
  --blue: #3e6dda;
  --blue-deep: #2f56b8;
  --blue-soft: rgba(62, 109, 218, .13);
  --env: #eef1f5;
  --panel: rgba(255, 255, 255, .72);
  --panel-strong: rgba(255, 255, 255, .9);
  --stroke: rgba(255, 255, 255, .72);
  --line: rgba(36, 42, 50, .08);
  --shadow: 0 24px 70px rgba(29, 39, 54, .15), 0 3px 10px rgba(29, 39, 54, .06);
  --ui: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Microsoft YaHei", sans-serif;
  --doc: "Noto Serif SC", "Songti SC", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(62, 109, 218, .12), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(118, 214, 192, .1), transparent 28%),
    linear-gradient(180deg, #f7f8fb 0%, var(--env) 46%, #f7f8fb 100%);
  font-family: var(--ui);
}
img, video { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: rgba(62, 109, 218, .25); }

.site-nav {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1080px, calc(100% - 32px));
  min-height: 52px;
  padding: 7px 8px 7px 12px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--stroke);
  border-radius: 18px;
  background: rgba(248, 250, 252, .68);
  box-shadow: 0 10px 34px rgba(28, 38, 54, .1);
  backdrop-filter: blur(26px) saturate(1.7);
  -webkit-backdrop-filter: blur(26px) saturate(1.7);
}
.brand, .site-nav nav, .hero-actions { display: flex; align-items: center; }
.brand { gap: 9px; font-weight: 720; }
.brand-mark {
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  border-radius: 9px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 6px 16px rgba(62, 109, 218, .18);
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-nav nav { flex: 1; justify-content: center; gap: 6px; }
.site-nav nav a, .nav-action {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 13px;
  color: var(--ink-2);
  font-size: 13px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.site-nav nav a:hover, .nav-action:hover { background: rgba(255, 255, 255, .82); color: var(--ink); }
.nav-action { margin-left: auto; background: var(--blue-soft); color: var(--blue-deep); font-weight: 680; }

main { overflow: hidden; }
.hero {
  width: min(1180px, calc(100% - 44px));
  min-height: auto;
  margin: 0 auto;
  padding: 136px 0 112px;
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(500px, 1.14fr);
  align-items: center;
  gap: clamp(38px, 6vw, 82px);
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-deep);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .1em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 700px;
  margin-bottom: 22px;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: 0;
}

h1 span {
  display: block;
}
h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5.6vw, 70px);
  line-height: 1.05;
  letter-spacing: 0;
}
h3 { margin-bottom: 8px; font-size: 22px; letter-spacing: 0; }
.hero-copy p:not(.eyebrow), .story-copy p:not(.eyebrow), .motion-head p:not(.eyebrow), .principles p, .motion-card p, .intro-grid p, .closing p, .pricing-head p:not(.eyebrow) {
  color: var(--ink-2);
  font-size: 18px;
  line-height: 1.78;
}
.hero-copy p:not(.eyebrow) { max-width: 560px; margin-bottom: 28px; font-size: 20px; }
.hero-actions { gap: 12px; flex-wrap: wrap; }
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 720;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--blue); box-shadow: 0 12px 30px rgba(62, 109, 218, .27); }
.button.secondary { color: var(--ink); border: 1px solid var(--stroke); background: rgba(255,255,255,.58); }

.hero-stage { position: relative; perspective: 1600px; }
.window-glow {
  position: absolute;
  inset: 9% -8% -10% 5%;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(62,109,218,.22), rgba(118,214,192,.12));
  filter: blur(34px);
  opacity: .78;
}
.product-window {
  position: relative;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--stroke);
  border-radius: 26px;
  background: rgba(255,255,255,.62);
  box-shadow: var(--shadow);
  transform: rotateX(3deg) rotateY(-7deg);
  transform-origin: center;
  backdrop-filter: blur(26px) saturate(1.5);
  -webkit-backdrop-filter: blur(26px) saturate(1.5);
  animation: window-float 7s ease-in-out infinite;
}
.product-window img { aspect-ratio: 16 / 9; object-fit: cover; border-radius: 18px; }
.float-chip {
  position: absolute;
  z-index: 2;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--ink-2);
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 28px rgba(29,39,54,.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  font-size: 12px;
  font-weight: 700;
}
.chip-one { left: -22px; top: 18%; animation: chip-drift 6s ease-in-out infinite; }
.chip-two { right: 2%; bottom: 13%; animation: chip-drift 6.8s ease-in-out infinite reverse; }
@keyframes window-float { 0%,100% { transform: rotateX(3deg) rotateY(-7deg) translateY(0); } 50% { transform: rotateX(2deg) rotateY(-5deg) translateY(-10px); } }
@keyframes chip-drift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.intro-grid {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 112px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.intro-grid article { padding: 34px 30px 38px; border-right: 1px solid var(--line); }
.intro-grid article:last-child { border-right: 0; }
.intro-grid span { display: block; margin-bottom: 26px; color: var(--ink-3); font-size: 12px; font-weight: 800; }
.intro-grid h2 { margin-bottom: 14px; font-size: clamp(26px, 3.2vw, 38px); line-height: 1.12; }
.intro-grid p { margin-bottom: 0; font-size: 16px; }

.editor-story, .principles, .closing, .motion-section, .pricing, .upgrade, .ai-language {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}
.ai-language {
  margin-bottom: 34px;
  padding: 42px 0 46px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.ai-language .eyebrow {
  margin-bottom: 18px;
}
.ai-language h2 {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 22px 22px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  background: rgba(255,255,255,.56);
  box-shadow: 0 16px 44px rgba(29,39,54,.08);
  backdrop-filter: blur(22px) saturate(1.45);
  -webkit-backdrop-filter: blur(22px) saturate(1.45);
  font-size: clamp(27px, 2.8vw, 34px);
  line-height: 1.12;
  text-wrap: balance;
  white-space: nowrap;
}
.editor-story {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(460px, 1.22fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
  margin-bottom: 128px;
}
.story-media, .motion-card, .product-window {
  overflow: hidden;
}
.story-media {
  padding: 10px;
  border: 1px solid var(--stroke);
  border-radius: 26px;
  background: rgba(255,255,255,.64);
  box-shadow: var(--shadow);
}
.story-media video { aspect-ratio: 16 / 9; object-fit: cover; border-radius: 18px; }

.motion-section { margin-bottom: 122px; }
.motion-head { max-width: 780px; margin-bottom: 30px; }
.motion-grid {
  position: relative;
  width: min(1080px, 100%);
  aspect-ratio: 16 / 9.4;
  min-height: 0;
  margin: 0 auto;
  isolation: isolate;
  perspective: 1200px;
  perspective-origin: 50% 42%;
  transform-style: preserve-3d;
}
.motion-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: absolute;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  border: 1px solid var(--stroke);
  border-radius: 26px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 14px 44px rgba(29,39,54,.1);
  translate: 0 0;
  transform-style: preserve-3d;
  transform-origin: center center;
  backface-visibility: hidden;
  transition:
    opacity .8s cubic-bezier(.2,.8,.2,1),
    transform 1.05s cubic-bezier(.19,1,.22,1),
    translate .9s cubic-bezier(.19,1,.22,1),
    box-shadow .9s cubic-bezier(.19,1,.22,1),
    filter .9s cubic-bezier(.19,1,.22,1);
  will-change: transform, translate;
}
.motion-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255,255,255,.42), transparent 34%, transparent 68%, rgba(255,255,255,.18));
  opacity: .28;
  transition: opacity .9s cubic-bezier(.19,1,.22,1), transform .9s cubic-bezier(.19,1,.22,1);
  transform: translateX(-6%);
}
.motion-card.tall {
  z-index: 20;
  top: 18%;
  left: 0;
  width: 61%;
}
.motion-card:nth-child(2) {
  z-index: 30;
  top: 0;
  right: 0;
  width: 63%;
}
.motion-card:nth-child(3) {
  z-index: 10;
  left: 23%;
  bottom: 0;
  width: 62%;
}
.motion-card:hover,
.motion-card:focus-within,
.motion-card.is-active {
  z-index: 60;
  translate: 0 0;
  box-shadow: 0 42px 110px rgba(29,39,54,.22), 0 14px 34px rgba(29,39,54,.12);
  filter: saturate(1.06) contrast(1.01);
  outline: none;
}
.motion-card:hover::before,
.motion-card:focus-within::before,
.motion-card.is-active::before {
  opacity: .48;
  transform: translateX(7%);
}
.motion-card video {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
  object-fit: cover;
}
.motion-card div {
  position: absolute;
  z-index: 2;
  left: 14px;
  right: auto;
  bottom: 14px;
  width: min(46%, 420px);
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.66);
  border-radius: 15px;
  background: rgba(247,248,251,.78);
  backdrop-filter: blur(22px) saturate(1.5);
  -webkit-backdrop-filter: blur(22px) saturate(1.5);
}
.motion-card h3 { margin-bottom: 4px; font-size: 19px; }
.motion-card p { margin-bottom: 0; font-size: 12px; line-height: 1.45; }
.motion-card.tall div {
  width: min(36%, 340px);
}
.motion-card:not(.tall) div {
  left: 14px;
  right: auto;
  bottom: 14px;
  width: min(46%, 420px);
  padding: 10px 12px;
  border-radius: 15px;
}
.motion-card:not(.tall) h3 { font-size: 19px; }
.motion-card:not(.tall) p { font-size: 12px; line-height: 1.45; }

.principles {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(460px, 1.2fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: start;
  padding: 88px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.principles ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.principles li { display: grid; grid-template-columns: 170px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.principles li:first-child { padding-top: 0; }
.principles li:last-child { border-bottom: 0; padding-bottom: 0; }
.principles span { color: var(--ink); font-weight: 760; }
.principles p { margin: 0; font-size: 16px; }

.closing {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 0 120px;
}
.closing h2 { max-width: 880px; }

.pricing {
  padding: 0 0 42px;
}
.pricing-head {
  max-width: 760px;
  margin-bottom: 28px;
}
.pricing-head h2 {
  font-size: clamp(32px, 5vw, 58px);
}
.pricing-head p:not(.eyebrow) {
  margin-bottom: 0;
  font-size: 17px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.plan-card {
  min-height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--stroke);
  border-radius: 26px;
  background: rgba(255, 255, 255, .64);
  box-shadow: 0 14px 44px rgba(29,39,54,.08);
  backdrop-filter: blur(24px) saturate(1.45);
  -webkit-backdrop-filter: blur(24px) saturate(1.45);
}
.plan-card.featured {
  background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(226,237,255,.78));
  box-shadow: 0 24px 70px rgba(62,109,218,.16), 0 3px 10px rgba(29,39,54,.06);
}
.plan-top h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.plan-top p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.65;
}
.plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 34px 0 12px;
}
.plan-price span {
  font-size: clamp(38px, 4.8vw, 54px);
  font-weight: 820;
  line-height: 1;
  letter-spacing: 0;
}
.plan-price small {
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 700;
}
.plan-credits {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--blue-deep);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.plan-models {
  margin: 10px 0 0;
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.plan-warning {
  margin: 8px 0 0;
  color: #8a5a12;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 680;
}
.plan-upgrade {
  margin-top: 16px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 16px;
  background: var(--blue);
  color: white;
  font-size: 13px;
  font-weight: 760;
  box-shadow: 0 10px 24px rgba(62,109,218,.18);
}
.upgrade {
  padding: 0 0 72px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 28px;
  align-items: start;
}
.upgrade-copy h2 {
  font-size: clamp(30px, 4.5vw, 54px);
}
.upgrade-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.8;
}
.upgrade-panel {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--stroke);
  border-radius: 26px;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 18px 54px rgba(29,39,54,.09);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
}
.payment-qr {
  margin: 0;
}
.payment-qr img {
  border-radius: 18px;
  background: white;
  border: 1px solid var(--line);
}
.payment-qr figcaption {
  margin-top: 10px;
  color: var(--ink-2);
  font-size: 12px;
  line-height: 1.5;
}
.upgrade-form {
  display: grid;
  gap: 10px;
}
.upgrade-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}
.upgrade-form label {
  display: grid;
  gap: 6px;
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 700;
}
.upgrade-form input, .upgrade-form select {
  min-height: 40px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0 12px;
  background: rgba(255,255,255,.82);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  outline: none;
}
.send-upgrade-code {
  min-height: 40px;
  white-space: nowrap;
}
.upgrade-status {
  margin: 0;
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.5;
}
.upgrade-status[data-tone="ok"] { color: #188451; }
.upgrade-status[data-tone="bad"] { color: #a62020; }
.pay-page main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 120px 20px 56px;
}
.pay-only {
  width: min(100% - 32px, 1180px);
  padding: 0;
  display: block;
}
.pay-only .upgrade-panel {
  margin: 0 auto;
  max-width: 1180px;
}
.download-grid {
  width: min(100%, 980px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 12px 0 20px;
}
.download-card {
  min-height: 96px;
  border-radius: 20px;
  padding: 16px;
  background: rgba(255,255,255,.66);
  border: 1px solid var(--stroke);
  box-shadow: 0 12px 34px rgba(29,39,54,.08);
  display: grid;
  align-content: center;
  gap: 7px;
}
.download-card b {
  color: var(--ink);
  font-size: 15px;
}
.download-card span {
  color: var(--ink-2);
  font-size: 12px;
  line-height: 1.45;
}

.reveal-card, .story-copy, .story-media, .principles, .closing, .pricing, .ai-language {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1);
}
.motion-card { opacity: 0; transform: translateY(24px); }
.is-visible { opacity: 1; transform: translateY(0); }

.motion-card.tall.is-visible {
  transform: translate3d(0, 0, 0) rotateX(1.2deg) rotateY(-3deg) rotateZ(-.35deg);
  animation: card-breathe-one 8.4s ease-in-out infinite;
}

.motion-card:nth-child(2).is-visible {
  transform: translate3d(0, -4px, 24px) rotateX(1.8deg) rotateY(3deg) rotateZ(-.7deg);
  animation: card-breathe-two 8s ease-in-out infinite;
}

.motion-card:nth-child(3).is-visible {
  transform: translate3d(0, 6px, -14px) rotateX(-1deg) rotateY(-2.4deg) rotateZ(.8deg) scale(.99);
  animation: card-breathe-three 8.8s ease-in-out infinite;
}

.motion-card.is-visible:hover,
.motion-card.is-visible:focus-within,
.motion-card.is-visible.is-active {
  animation-play-state: paused;
  transform: translate3d(0, -24px, 210px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotateZ(0deg) scale(1.035);
}

@keyframes card-breathe-one {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -6px; }
}

@keyframes card-breathe-two {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

@keyframes card-breathe-three {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 7px; }
}

@media (max-width: 920px) {
  .hero, .editor-story, .principles { grid-template-columns: 1fr; }
  .hero { padding-top: 128px; min-height: auto; }
  .product-window { transform: none; animation: none; }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-grid article { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0; padding-right: 0; }
  .intro-grid article:last-child { border-bottom: 0; }
  .motion-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    aspect-ratio: auto;
    min-height: 0;
  }
  .motion-card,
  .motion-card.tall,
  .motion-card:nth-child(2),
  .motion-card:nth-child(3) {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }
  .motion-card:hover,
  .motion-card:focus-within,
  .motion-card.is-active {
    translate: 0 -6px;
    transform: none;
  }
  .principles li { grid-template-columns: 1fr; gap: 8px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .upgrade { grid-template-columns: 1fr; }
  .upgrade-panel { grid-template-columns: 1fr; }
  .upgrade-code-row { grid-template-columns: 1fr; }
  .payment-qr { max-width: 260px; }
  .download-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 232px; }
}

@media (max-width: 560px) {
  .site-nav { top: 12px; width: calc(100% - 28px); flex-wrap: nowrap; }
  .site-nav nav { display: none; }
  .brand { min-width: 0; }
  .brand span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .nav-action { flex-shrink: 0; }
  .hero, .intro-grid, .editor-story, .principles, .closing, .motion-section, .pricing, .upgrade, .ai-language { width: min(100% - 28px, 1120px); }
  h1 { font-size: clamp(42px, 14vw, 58px); }
  h2 { font-size: clamp(32px, 10vw, 44px); }
  .hero-copy p:not(.eyebrow), .story-copy p:not(.eyebrow), .motion-head p:not(.eyebrow), .principles p, .intro-grid p, .closing p, .pricing-head p:not(.eyebrow) { font-size: 16px; }
  .button { width: 100%; }
  .float-chip { display: none; }
  .story-media, .product-window { padding: 7px; border-radius: 20px; }
  .story-media video, .product-window img { border-radius: 14px; }
  .motion-card { border-radius: 20px; }
  .motion-card div { left: 10px; right: 10px; bottom: 10px; border-radius: 14px; }
  .closing { min-height: 420px; padding-bottom: 90px; }
  .ai-language { padding: 38px 0 42px; margin-bottom: 34px; }
  .ai-language h2 {
    width: 100%;
    padding: 20px;
    border-radius: 22px;
    font-size: clamp(28px, 9vw, 42px);
    white-space: normal;
  }
  .pricing { padding-bottom: 34px; }
  .plan-card { border-radius: 20px; padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-card, .story-copy, .story-media, .motion-card, .principles, .closing, .pricing, .ai-language { opacity: 1; transform: none; }
}
