/* NotebookLM v2.1 — imagery, motion and interaction layer */
:root {
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-smooth: cubic-bezier(0.22, 0.7, 0.25, 1);
}

.footer-pbn {
  display: flex;
  align-items: baseline;
  gap: 22px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}
.footer-pbn strong {
  flex: 0 0 auto;
  color: #fff;
}
.footer-pbn__links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
}
.footer-pbn a {
  color: inherit;
  text-decoration: none;
}
.footer-pbn a:hover {
  color: #fff;
}
@media (max-width: 760px) {
  .footer-pbn {
    display: block;
  }
  .footer-pbn__links {
    margin-top: 12px;
  }
}

@media (pointer: fine) {
  body,
  body a,
  body button {
    cursor: none;
  }
}

.page-intro {
  position: fixed;
  z-index: 9998;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  pointer-events: none;
}
.page-intro span {
  background: #080a12;
  transform-origin: top;
  animation: introCurtain 1.25s var(--ease-out-expo) forwards;
}
.page-intro span:nth-child(2) {
  animation-delay: 0.08s;
}
.page-intro span:nth-child(3) {
  animation-delay: 0.16s;
}
@keyframes introCurtain {
  0%,
  25% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}

.scroll-progress {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
}
.scroll-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--mint), var(--cobalt), var(--violet), var(--coral));
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.pointer-core-v3,
.pointer-glow-v3 {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
  opacity: 0;
}
.pointer-core-v3 {
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff 8%, var(--mint) 48%, #8b5cff);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.12),
    0 0 22px rgba(85, 230, 178, 0.82);
  transition:
    opacity 0.2s,
    scale 0.18s var(--ease-out-expo);
}
.pointer-glow-v3 {
  width: 104px;
  height: 104px;
  margin: -52px 0 0 -52px;
  border: 0 !important;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.22) 0,
    rgba(85, 230, 178, 0.22) 18%,
    rgba(129, 104, 255, 0.2) 40%,
    rgba(89, 99, 255, 0.08) 58%,
    transparent 76%
  );
  box-shadow: 0 0 48px rgba(89, 99, 255, 0.26);
  filter: blur(3px);
  transition:
    width 0.3s var(--ease-out-expo),
    height 0.3s var(--ease-out-expo),
    margin 0.3s var(--ease-out-expo),
    background 0.3s,
    box-shadow 0.3s,
    opacity 0.2s;
}
.pointer-glow-v3.is-active {
  width: 132px;
  height: 132px;
  margin: -66px 0 0 -66px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.28),
    rgba(168, 85, 247, 0.3) 27%,
    rgba(89, 99, 255, 0.14) 54%,
    transparent 76%
  );
  box-shadow: 0 0 62px rgba(89, 99, 255, 0.38);
}
.pointer-glow-v3.is-pressed {
  width: 76px;
  height: 76px;
  margin: -38px 0 0 -38px;
}
body.cursor-ready .pointer-core-v3,
body.cursor-ready .pointer-glow-v3 {
  opacity: 1;
}

.js .motion-reveal {
  opacity: 0;
  filter: blur(2px);
  transition:
    opacity 0.78s var(--ease-out-expo),
    filter 0.68s var(--ease-out-expo);
}
.js .motion-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
}
.js .motion-fade {
  opacity: 0;
  transition: opacity 0.65s var(--ease-out-expo);
}
.js .motion-fade.is-visible {
  opacity: 1;
}
.js .motion-stagger > * {
  opacity: 0;
  transition: opacity 0.58s var(--ease-out-expo);
}
.js .motion-stagger.is-visible > * {
  opacity: 1;
}
.js .motion-stagger.is-visible > *:nth-child(2) {
  transition-delay: 0.07s;
}
.js .motion-stagger.is-visible > *:nth-child(3) {
  transition-delay: 0.14s;
}
.js .motion-stagger.is-visible > *:nth-child(4) {
  transition-delay: 0.21s;
}
.js .motion-stagger.is-visible > *:nth-child(5) {
  transition-delay: 0.28s;
}
.js .motion-stagger.is-visible > *:nth-child(6) {
  transition-delay: 0.35s;
}

.paper-section,
.compare,
.summary,
.pdf-flow,
.scenarios,
.faq,
.workspace-offer {
  box-shadow:
    0 -34px 78px rgba(8, 10, 18, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.42);
}
.anatomy,
.constellation,
.text-studio,
.final-cta {
  box-shadow:
    0 -42px 96px rgba(8, 10, 18, 0.38),
    inset 0 1px rgba(255, 255, 255, 0.08);
}
.paper-section::before,
.compare::before,
.summary::before,
.pdf-flow::before,
.faq::before {
  content: '';
  position: absolute;
  z-index: 3;
  left: 6%;
  right: 6%;
  top: -1px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(89, 99, 255, 0.26),
    rgba(85, 230, 178, 0.22),
    transparent
  );
  pointer-events: none;
}

.visual-essay {
  position: relative;
  padding: 156px 0 170px;
  color: white;
  background: #090b14;
  overflow: hidden;
  box-shadow: 0 -44px 100px rgba(0, 0, 0, 0.22);
}
.visual-essay::before {
  content: '';
  position: absolute;
  width: 780px;
  height: 780px;
  left: 50%;
  top: 36%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(89, 99, 255, 0.2),
    rgba(168, 85, 247, 0.08) 38%,
    transparent 68%
  );
  filter: blur(12px);
}
.visual-essay-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 84px;
}
.visual-essay-head .eyebrow {
  color: var(--mint);
}
.visual-essay-head .display {
  margin-top: 31px;
}
.visual-essay-head .lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}
.visual-essay-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  grid-template-rows: 670px 470px;
  gap: 24px;
  width: min(1180px, 100%);
  margin-inline: auto;
  perspective: 1400px;
}
.image-scene {
  --hover-rx: 0deg;
  --hover-ry: 0deg;
  --hover-x: 0px;
  --hover-y: 0px;
  --glow-x: 50%;
  --glow-y: 50%;
  position: relative;
  min-width: 0;
  min-height: 0;
  height: 100%;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 36px;
  overflow: hidden;
  background: #111522;
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.35);
  isolation: isolate;
  transform: rotateX(var(--hover-rx)) rotateY(var(--hover-ry))
    translate3d(var(--hover-x), var(--hover-y), 0);
  transform-style: preserve-3d;
  transition:
    transform 0.65s var(--ease-out-expo),
    box-shadow 0.65s var(--ease-out-expo),
    border-color 0.45s;
  will-change: transform;
}
.image-scene::before {
  content: '';
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(4, 5, 10, 0.82));
  pointer-events: none;
}
.image-scene::after {
  content: '';
  position: absolute;
  z-index: 3;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    circle 260px at var(--glow-x) var(--glow-y),
    rgba(255, 255, 255, 0.2),
    rgba(129, 104, 255, 0.08) 38%,
    transparent 72%
  );
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    inset 0 -72px 90px rgba(0, 0, 0, 0.18);
  opacity: 0.18;
  transition: opacity 0.45s;
  pointer-events: none;
}
.scene-document::before {
  background: linear-gradient(180deg, transparent 66%, rgba(4, 5, 10, 0.72));
}
.scene-orbit::before {
  background: linear-gradient(180deg, transparent 62%, rgba(4, 5, 10, 0.8));
}
.image-scene img {
  position: absolute;
  left: 0;
  top: -36px;
  width: 100%;
  height: calc(100% + 72px);
  object-fit: cover;
  display: block;
  transform: translate3d(
      var(--image-hover-x, 0px),
      calc(var(--image-shift, 0px) + var(--image-hover-y, 0px)),
      28px
    )
    scale(var(--image-scale, 1.035));
  transition:
    filter 0.65s,
    transform 0.7s var(--ease-out-expo);
  will-change: transform;
}
.image-scene.is-hovering {
  border-color: rgba(156, 163, 255, 0.42);
  box-shadow:
    0 62px 125px rgba(0, 0, 0, 0.5),
    0 0 58px rgba(89, 99, 255, 0.13);
}
.image-scene.is-hovering::after {
  opacity: 1;
}
.image-scene.is-hovering img {
  filter: saturate(1.16) contrast(1.055);
}
.scene-document img {
  object-position: center 57%;
}
.scene-orbit {
  grid-column: 1/-1;
}
.scene-orbit img {
  object-position: center 46%;
}
.image-scene figcaption {
  position: absolute;
  z-index: 4;
  left: 30px;
  right: 30px;
  bottom: 28px;
  display: flex;
  align-items: flex-end;
  gap: 18px;
  color: white;
  transform: translate3d(0, 0, 42px);
  transition: transform 0.55s var(--ease-out-expo);
}
.image-scene.is-hovering figcaption {
  transform: translate3d(0, -8px, 52px);
}
.image-scene figcaption > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 50%;
  font:
    700 10px/1 ui-monospace,
    monospace;
  backdrop-filter: blur(10px);
}
.image-scene figcaption strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
}
.image-scene figcaption small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
}

.workspace {
  transform: rotateY(-4deg) rotateX(1deg);
  transition:
    transform 0.55s var(--ease-smooth),
    box-shadow 0.55s var(--ease-smooth);
}
.workspace.is-tilting {
  transform: rotateY(-2deg) rotateX(0.5deg);
  box-shadow: 0 68px 145px rgba(0, 0, 0, 0.6);
}
.aurora {
  animation: auroraDrift 13s ease-in-out infinite alternate;
}
@keyframes auroraDrift {
  0% {
    transform: translate3d(-18px, -8px, 0) scale(0.96) rotate(-6deg);
  }
  100% {
    transform: translate3d(24px, 18px, 0) scale(1.07) rotate(10deg);
  }
}
.float-source {
  animation: floatSource 5s ease-in-out infinite;
}
.fs-two {
  animation-delay: -2.2s;
}
.insight-chip {
  animation: floatInsight 6.5s ease-in-out infinite;
}
@keyframes floatSource {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}
@keyframes floatInsight {
  0%,
  100% {
    translate: 0 0;
    rotate: 0deg;
  }
  50% {
    translate: 0 -12px;
    rotate: 1deg;
  }
}
.source-ribbon .ribbon-track {
  animation: ribbonBreath 9s ease-in-out infinite alternate;
}
@keyframes ribbonBreath {
  to {
    transform: translateX(-28px);
  }
}

.btn,
.chapter-link,
.scenario-row,
.footer-links a {
  transition:
    transform 0.32s var(--ease-out-expo),
    box-shadow 0.32s,
    background 0.32s,
    color 0.32s;
}
.btn[data-magnetic] {
  will-change: transform;
}
.faq-item {
  cursor: pointer;
  transition:
    padding 0.35s var(--ease-out-expo),
    background 0.35s;
}
.faq-item:hover {
  padding-left: 12px;
  background: rgba(89, 99, 255, 0.035);
}
.faq-item p {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-7px);
  transition:
    max-height 0.55s var(--ease-out-expo),
    opacity 0.4s,
    transform 0.5s var(--ease-out-expo);
}
.faq-item.is-open p {
  max-height: 160px;
  opacity: 1;
  transform: none;
}
.faq-item.is-open i {
  background: var(--ink);
  color: white;
  transform: rotate(180deg);
}
.faq-item i {
  transition:
    transform 0.45s var(--ease-out-expo),
    background 0.3s,
    color 0.3s;
}

@media (max-width: 1100px) {
  .visual-essay-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .visual-essay-head .lead {
    max-width: 650px;
  }
  .visual-essay-grid {
    grid-template-rows: 560px 420px;
  }
}
@media (max-width: 760px) {
  .visual-essay {
    padding: 104px 0;
  }
  .visual-essay-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 450px 560px 330px;
  }
  .scene-orbit {
    grid-column: auto;
  }
  .image-scene {
    border-radius: 26px;
  }
  .image-scene figcaption {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .image-scene figcaption small {
    max-width: 230px;
  }
  .page-intro {
    grid-template-columns: 1fr;
  }
  .page-intro span:nth-child(n + 2) {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hero-type-title {
    font-size: clamp(66px, 5.15vw, 82px) !important;
  }
}
:where(a, button, [tabindex]):focus-visible {
  outline: 3px solid #55e6b2 !important;
  outline-offset: 5px !important;
  border-radius: 8px;
}

/* v38 — mobile reconstruction of dense interactive scenes */
@media (max-width: 760px) {
  .hero-stage {
    height: 515px !important;
  }
  .workspace {
    top: 8px !important;
    height: 475px !important;
    border-radius: 25px !important;
  }
  .workspace-bar {
    height: 50px !important;
    padding: 0 14px !important;
    font-size: 10px !important;
  }
  .workspace-bar > span:first-of-type {
    max-width: 225px !important;
    font-size: 10px !important;
  }
  .workspace-body {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 108px minmax(0, 1fr) !important;
    height: 425px !important;
  }
  .source-pane {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    min-width: 0 !important;
    padding: 12px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
    overflow-x: auto !important;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .source-pane::-webkit-scrollbar {
    display: none;
  }
  .source-pane .tiny-label {
    flex: 0 0 74px !important;
    font-size: 9px !important;
    line-height: 1.35 !important;
  }
  .source-item {
    flex: 0 0 106px !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 10px 8px 10px 29px !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
  }
  .source-item::before {
    left: 9px !important;
    top: 17px !important;
    width: 12px !important;
    height: 15px !important;
  }
  .chat-pane {
    min-width: 0 !important;
    padding: 20px 17px 76px !important;
  }
  .chat-title {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }
  .chat-sub {
    margin-top: 7px !important;
    font-size: 11px !important;
  }
  .answer {
    margin-top: 21px !important;
  }
  .answer p {
    margin-bottom: 15px !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }
  .quote-inline {
    padding-left: 11px !important;
  }
  .cite {
    width: 20px !important;
    height: 20px !important;
    margin-left: 5px !important;
    font-size: 10px !important;
    vertical-align: middle;
  }
  .ask {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    height: 50px !important;
    padding: 0 7px 0 14px !important;
    border-radius: 15px !important;
    font-size: 11px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.62) !important;
    backdrop-filter: blur(14px);
  }
  .ask b {
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  }

  .source-ribbon {
    padding: 29px 18px !important;
    overflow: hidden !important;
  }
  .source-ribbon .ribbon-track {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    justify-content: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    transform: none !important;
  }
  .ribbon-title {
    flex: 1 0 100% !important;
    margin: 0 0 13px !important;
    padding: 0 8px !important;
    text-align: center !important;
    white-space: normal !important;
    font-size: 24px !important;
    line-height: 1.12 !important;
  }
  .format-pill {
    flex: 1 1 calc(50% - 6px) !important;
    justify-content: center !important;
    min-width: 0 !important;
    min-height: 46px !important;
    padding: 9px 10px !important;
    text-align: center !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
  }
  .ribbon-arrow {
    display: none !important;
  }

  .compare-stage {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    padding-top: 0 !important;
  }
  .compare-stage::before {
    display: none !important;
  }
  .compare-stage .compare-doc:first-of-type {
    order: 1;
  }
  .compare-stage .difference-spine {
    order: 2;
  }
  .compare-stage .compare-doc:last-of-type {
    order: 3;
  }
  .difference-spine {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 62px !important;
    padding: 0 !important;
    transform: none !important;
    font-size: 28px !important;
    overflow: visible !important;
  }
  .difference-spine::before,
  .difference-spine::after {
    top: 50% !important;
    bottom: auto !important;
    width: calc(50% - 42px) !important;
    height: 1px !important;
    border-radius: 0 !important;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(89, 99, 255, 0.55),
      rgba(168, 85, 247, 0.75)
    ) !important;
    box-shadow: none !important;
    transform: none !important;
  }
  .difference-spine::before {
    left: 0 !important;
  }
  .difference-spine::after {
    left: auto !important;
    right: 0 !important;
    transform: scaleX(-1) !important;
  }
  .compare-doc {
    min-height: 0 !important;
    padding: 31px 24px !important;
    border-radius: 27px !important;
  }
  .compare-doc h3 {
    margin-top: 27px !important;
    font-size: 32px !important;
    line-height: 1.06 !important;
  }
  .compare-lines {
    margin-top: 31px !important;
  }
  .compare-lines p {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }
  .compare-result {
    display: grid !important;
    gap: 18px !important;
    margin-top: 45px !important;
    padding: 24px !important;
  }
  .compare-result a {
    font-size: 15px !important;
  }
}
@media (max-width: 360px) {
  .workspace-body {
    grid-template-rows: 102px minmax(0, 1fr) !important;
  }
  .source-pane .tiny-label {
    display: none;
  }
  .source-item {
    flex-basis: 102px !important;
  }
  .answer p {
    font-size: 11px !important;
  }
  .ribbon-title {
    font-size: 22px !important;
  }
  .format-pill {
    flex-basis: 100% !important;
  }
  .compare-doc h3 {
    font-size: 29px !important;
  }
}
@media (pointer: coarse) {
  .pointer-core-v3,
  .pointer-glow-v3 {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .page-intro {
    display: none;
  }
  .aurora,
  .float-source,
  .insight-chip,
  .source-ribbon .ribbon-track {
    animation: none !important;
  }
  .js .motion-reveal,
  .js .motion-fade,
  .js .motion-stagger > * {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
    transition: none !important;
  }
  .image-scene,
  .image-scene img,
  .image-scene figcaption {
    transform: none !important;
    transition: none !important;
  }
  .workspace {
    transition: none !important;
  }
}

/* Larger functional icons; decorative dots keep their original scale. */
.brand-mark {
  width: 36px !important;
  height: 36px !important;
  border-radius: 11px !important;
}
.official-brand {
  gap: 13px;
  min-height: 48px;
}
.brand-icon {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow:
    0 10px 28px rgba(45, 107, 255, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.13);
  transition:
    transform 0.55s var(--ease-out-expo),
    box-shadow 0.55s var(--ease-out-expo);
}
.brand-wordmark {
  font-size: 18px;
  font-weight: 720;
  letter-spacing: -0.035em;
  color: #fff;
}
.official-brand:hover .brand-icon {
  transform: translateY(-2px) rotate(-3deg) scale(1.05);
  box-shadow:
    0 16px 38px rgba(82, 139, 255, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.22);
}
.arrow,
.btn > span:last-child {
  font-size: 23px !important;
  line-height: 1 !important;
}
.chapter-link span {
  font-size: 22px;
  line-height: 1;
}
.step-arrow {
  width: 54px !important;
  height: 54px !important;
  font-size: 23px !important;
  box-shadow: 0 12px 28px rgba(8, 10, 18, 0.12);
}
.scenario-row i {
  font-size: 27px !important;
}
.faq-item i {
  width: 48px !important;
  height: 48px !important;
  font-size: 24px !important;
}
.footer-links a::after {
  font-size: 18px;
  line-height: 1;
}
.image-scene figcaption > span {
  width: 48px;
  height: 48px;
  font-size: 12px;
}

/* Animated editorial status markers. */
.margin-tag {
  gap: 11px !important;
  min-height: 44px;
  padding: 0 18px !important;
  border-radius: 15px !important;
  font-size: 12px !important;
  letter-spacing: 0.015em;
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset !important;
  transform-origin: center;
  will-change: transform, filter;
  animation:
    tagFloat 4.6s ease-in-out infinite,
    tagGlow 2.8s ease-in-out infinite alternate;
  transition:
    transform 0.35s var(--ease-out-expo),
    filter 0.35s,
    box-shadow 0.35s;
}
.margin-tag::before {
  width: 10px !important;
  height: 10px !important;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.14),
    0 0 18px rgba(255, 255, 255, 0.62);
  animation: tagDotPulse 1.9s ease-in-out infinite;
}
.margin-tag:hover {
  transform: translateY(-5px) scale(1.08) !important;
  filter: saturate(1.12) brightness(1.08);
  box-shadow:
    0 23px 46px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.22) inset !important;
}
.js .motion-tag {
  opacity: 1;
  animation-play-state: running;
  transition:
    opacity 0.55s var(--ease-out-expo),
    transform 0.35s var(--ease-out-expo),
    filter 0.35s,
    box-shadow 0.35s;
}
.tag-one {
  right: -78px !important;
  top: 246px !important;
  animation-delay:
    0s,
    -0.4s;
}
.tag-two {
  left: -76px !important;
  top: 468px !important;
  animation-delay:
    -1.45s,
    -1.1s;
}
.tag-three {
  right: -86px !important;
  bottom: 106px !important;
  animation-delay:
    -2.8s,
    -1.9s;
}
@keyframes tagFloat {
  0%,
  100% {
    translate: 0 0;
    rotate: 0deg;
  }
  45% {
    translate: 0 -7px;
    rotate: 0.7deg;
  }
  70% {
    translate: 0 -3px;
    rotate: -0.35deg;
  }
}
@keyframes tagGlow {
  from {
    filter: drop-shadow(0 0 0 transparent);
  }
  to {
    filter: drop-shadow(0 0 14px color-mix(in srgb, currentColor 25%, transparent));
  }
}
@keyframes tagDotPulse {
  0%,
  100% {
    scale: 1;
    opacity: 0.9;
  }
  50% {
    scale: 1.38;
    opacity: 1;
  }
}

@media (max-width: 1180px) and (min-width: 761px) {
  .tag-one {
    right: -28px !important;
  }
  .tag-two {
    left: -28px !important;
  }
  .tag-three {
    right: -32px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .margin-tag,
  .margin-tag::before {
    animation: none !important;
  }
  .js .motion-tag {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* Larger animated section numbers. */
.meaning-item {
  padding-left: 70px !important;
  transition:
    background 0.35s,
    border-color 0.35s,
    transform 0.35s var(--ease-out-expo);
}
.meaning-item::before {
  top: -7px !important;
  left: 0 !important;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(85, 230, 178, 0.3);
  border-radius: 14px;
  background: rgba(85, 230, 178, 0.07);
  font-size: 15px !important;
  font-weight: 850;
  color: #70f2c3 !important;
  box-shadow:
    0 0 0 1px rgba(85, 230, 178, 0.06) inset,
    0 10px 28px rgba(0, 0, 0, 0.13);
  text-shadow: 0 0 14px rgba(85, 230, 178, 0.7);
  animation: numberBreathe 3.2s ease-in-out infinite;
  transition:
    transform 0.35s var(--ease-out-expo),
    background 0.35s,
    box-shadow 0.35s;
}
.meaning-item:nth-child(2)::before {
  animation-delay: -0.8s;
}
.meaning-item:nth-child(3)::before {
  animation-delay: -1.6s;
}
.meaning-item:nth-child(4)::before {
  animation-delay: -2.4s;
}
.meaning-item:hover {
  transform: translateX(6px);
  border-color: rgba(85, 230, 178, 0.26);
}
.meaning-item:hover::before {
  transform: translateY(-4px) scale(1.12);
  background: rgba(85, 230, 178, 0.16);
  box-shadow:
    0 0 28px rgba(85, 230, 178, 0.24),
    0 14px 32px rgba(0, 0, 0, 0.18);
}
@keyframes numberBreathe {
  0%,
  100% {
    translate: 0 0;
    filter: brightness(1);
  }
  50% {
    translate: 0 -4px;
    filter: brightness(1.2);
  }
}

/* VS without the black circle: typographic connector with light sweep. */
.compare-stage::before {
  width: 2px !important;
  background: linear-gradient(
    transparent,
    rgba(89, 99, 255, 0.18) 8%,
    rgba(168, 85, 247, 0.55) 46%,
    rgba(255, 107, 94, 0.38) 58%,
    transparent 94%
  ) !important;
  background-size: 100% 220% !important;
  animation: vsLineFlow 4s linear infinite;
}
.difference-spine {
  top: 108px !important;
  width: auto !important;
  height: auto !important;
  padding: 8px 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: transparent !important;
  box-shadow: none !important;
  font-family: Georgia, serif !important;
  font-size: 31px !important;
  font-style: italic;
  font-weight: 700 !important;
  letter-spacing: -0.06em;
  background-image: linear-gradient(
    135deg,
    var(--cobalt),
    var(--violet) 48%,
    var(--coral)
  ) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  text-shadow: 0 0 24px rgba(89, 99, 255, 0.28);
  animation: vsPulse 2.6s ease-in-out infinite;
}
.difference-spine::before,
.difference-spine::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 18px rgba(168, 85, 247, 0.8);
  transform: translateX(-50%);
}
.difference-spine::before {
  top: -13px;
}
.difference-spine::after {
  bottom: -13px;
  animation-delay: -1.3s;
}
.doc-badge {
  min-height: 40px !important;
  padding: 0 17px !important;
  font-size: 12px !important;
  box-shadow: 0 10px 26px rgba(89, 99, 255, 0.11);
  transition:
    transform 0.35s var(--ease-out-expo),
    box-shadow 0.35s;
}
.compare-doc:hover .doc-badge {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 16px 34px rgba(89, 99, 255, 0.17);
}
@keyframes vsPulse {
  0%,
  100% {
    scale: 1;
    filter: brightness(1);
  }
  50% {
    scale: 1.12;
    filter: brightness(1.25);
  }
}
@keyframes vsLineFlow {
  to {
    background-position: 0 220%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .meaning-item::before,
  .compare-stage::before,
  .difference-spine,
  .difference-spine::before,
  .difference-spine::after {
    animation: none !important;
  }
}

/* Utility-rich summary and PDF transformations */
.compression {
  align-items: stretch !important;
}
.compress-card {
  display: flex;
  flex-direction: column;
  min-height: 430px !important;
  padding: 34px !important;
  transform: none !important;
}
.compress-card h3 {
  margin: 22px 0 0;
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.card-explainer,
.pdf-page-intro,
.edit-intro {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.58;
}
.source-specs,
.pdf-assets {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 21px;
}
.source-specs span,
.pdf-assets span {
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #faf8f3;
  color: #565968;
  font-size: 9px;
  font-weight: 750;
}
.source-summary .fake-lines {
  margin-top: 25px;
}
.digest-summary {
  background: #171a2d !important;
  color: white;
}
.digest-summary .compress-stat {
  margin-top: 36px;
}
.summary-points {
  display: grid;
  gap: 13px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}
.summary-points li {
  position: relative;
  padding-left: 24px;
  font-size: 12px;
  line-height: 1.48;
}
.summary-points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(85, 230, 178, 0.14);
  color: var(--mint);
  font-size: 9px;
  font-weight: 900;
}
.action-summary {
  background: linear-gradient(145deg, var(--cobalt), var(--violet)) !important;
  color: white;
}
.action-summary .summary-points {
  margin-top: 23px;
}
.action-summary a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 11px;
  font-weight: 800;
}
.summary-value {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 52px;
  margin-top: 44px;
  padding: 36px 39px;
  border: 1px solid rgba(89, 99, 255, 0.15);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 22px 55px rgba(49, 41, 80, 0.06);
}
.summary-value-head span {
  color: var(--cobalt);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.summary-value-head h3 {
  margin: 12px 0 0;
  font-size: 24px;
  line-height: 1.15;
}
.summary-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.summary-value-grid div {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}
.summary-value-grid b,
.pdf-value b {
  display: block;
  font-size: 13px;
}
.summary-value-grid p,
.pdf-value p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}
.transform-stage {
  height: 740px !important;
}
.pdf-page:first-child {
  height: 520px !important;
}
.pdf-page .tiny-label {
  color: var(--cobalt);
}
.pdf-page .pdf-title {
  margin-top: 20px !important;
}
.pdf-page-intro {
  max-width: 265px;
}
.pdf-assets {
  margin-top: 18px;
}
.pdf-page-note {
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 38px;
  padding: 17px;
  border-left: 2px solid var(--violet);
  background: #f4f0ff;
}
.pdf-page-note b {
  display: block;
  font-size: 11px;
}
.pdf-page-note span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
}
.edit-sheet {
  min-height: 535px !important;
}
.edit-intro {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.edit-sheet .outline {
  margin-top: 22px;
}
.pdf-value {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--line);
  overflow: hidden;
}
.pdf-value > div {
  position: relative;
  min-height: 155px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.76);
}
.pdf-value > div > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 18px;
  border-radius: 10px;
  background: #eeebff;
  color: var(--cobalt);
  font:
    850 10px/1 ui-monospace,
    monospace;
}
@media (max-width: 1100px) {
  .summary-value {
    grid-template-columns: 1fr;
  }
  .summary-value-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .pdf-value {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 760px) {
  .compress-card {
    min-height: auto !important;
  }
  .summary-value {
    grid-template-columns: 1fr;
    padding: 27px 23px;
  }
  .summary-value-grid,
  .pdf-value {
    grid-template-columns: 1fr;
  }
  .summary-value-grid div {
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .transform-stage {
    display: grid;
    height: auto !important;
    gap: 18px;
    transform: none !important;
  }
  .transform-stage > .pdf-page {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 520px;
    margin: 0;
    padding: 34px 28px;
    transform: none !important;
  }
  .transform-stage > .pdf-page:nth-child(2),
  .transform-stage > .pdf-page:nth-child(3),
  .transform-beam {
    display: none;
  }
  .pdf-page-note {
    left: 28px;
    right: 28px;
  }
  .edit-sheet {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    min-height: 535px !important;
    margin: 0;
    padding: 28px 24px;
  }
  .cursor-tag {
    right: 16px !important;
    bottom: 18px !important;
  }
  .pdf-value {
    margin-top: 24px;
  }
  .pdf-value > div {
    min-height: auto;
  }
}

/* Large animated command numbers, arrows and method markers */
.command-strip {
  gap: 1px !important;
  border-radius: 30px !important;
  overflow: hidden;
}
.command {
  --accent: 85, 230, 178;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 215px !important;
  padding: 26px 28px 30px !important;
  overflow: hidden;
  transition:
    background 0.45s,
    transform 0.5s var(--ease-out-expo),
    box-shadow 0.45s;
}
.command:nth-child(2) {
  --accent: 89, 99, 255;
}
.command:nth-child(3) {
  --accent: 168, 85, 247;
}
.command:nth-child(4) {
  --accent: 255, 107, 94;
}
.command::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle at 18% 22%, rgba(var(--accent), 0.2), transparent 42%);
  opacity: 0.35;
  transition:
    opacity 0.45s,
    transform 0.65s var(--ease-out-expo);
}
.command > span {
  display: grid !important;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(var(--accent), 0.5);
  border-radius: 19px;
  background: rgba(var(--accent), 0.12);
  color: rgb(var(--accent)) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 12px 30px rgba(var(--accent), 0.12);
  font:
    850 16px/1 ui-monospace,
    monospace !important;
  letter-spacing: 0 !important;
  animation: commandNumberGlow 4.2s ease-in-out infinite;
  transition:
    transform 0.5s var(--ease-out-expo),
    background 0.4s,
    box-shadow 0.4s;
}
.command:nth-child(2) > span {
  animation-delay: -1.05s;
}
.command:nth-child(3) > span {
  animation-delay: -2.1s;
}
.command:nth-child(4) > span {
  animation-delay: -3.15s;
}
.command::after {
  content: '↗' !important;
  display: grid !important;
  place-items: center;
  width: 54px;
  height: 54px;
  right: 27px !important;
  top: 30px !important;
  border: 1px solid rgba(var(--accent), 0.38);
  border-radius: 50%;
  background: rgba(var(--accent), 0.1);
  color: rgb(var(--accent)) !important;
  box-shadow: 0 10px 28px rgba(var(--accent), 0.12);
  font-size: 25px !important;
  line-height: 1;
  animation: commandArrowDrift 2.8s ease-in-out infinite;
  transition:
    transform 0.5s var(--ease-out-expo),
    background 0.4s,
    box-shadow 0.4s;
}
.command:nth-child(2)::after {
  animation-delay: -0.7s;
}
.command:nth-child(3)::after {
  animation-delay: -1.4s;
}
.command:nth-child(4)::after {
  animation-delay: -2.1s;
}
.command strong {
  margin-top: auto !important;
  padding-top: 36px;
  font-size: 22px !important;
}
.command:hover {
  z-index: 2;
  background: #222640 !important;
  box-shadow:
    inset 0 0 0 1px rgba(var(--accent), 0.45),
    0 24px 50px rgba(0, 0, 0, 0.22);
}
.command:hover::before {
  opacity: 1;
  transform: scale(1.18);
}
.command:hover > span {
  transform: translateY(-5px) rotate(-4deg) scale(1.1);
  background: rgba(var(--accent), 0.2);
  box-shadow: 0 0 34px rgba(var(--accent), 0.3);
}
.command:hover::after {
  transform: translate(5px, -5px) rotate(10deg) scale(1.12);
  background: rgb(var(--accent));
  color: #090b14 !important;
  box-shadow: 0 0 34px rgba(var(--accent), 0.38);
}
@keyframes commandNumberGlow {
  0%,
  100% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.04),
      0 12px 30px rgba(var(--accent), 0.1);
  }
  50% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.1),
      0 0 32px rgba(var(--accent), 0.3);
  }
}
@keyframes commandArrowDrift {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 4px -4px;
  }
}
.method-line {
  --track-y: 39px;
  margin-top: 92px !important;
  gap: 38px !important;
}
.method-line::before {
  left: 3% !important;
  right: 3% !important;
  top: var(--track-y) !important;
  height: 3px !important;
  border-radius: 99px;
  background: linear-gradient(
    90deg,
    rgba(89, 99, 255, 0.45),
    rgba(168, 85, 247, 0.42),
    rgba(255, 107, 94, 0.42),
    rgba(85, 230, 178, 0.5)
  ) !important;
}
.method-line::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 3%;
  top: calc(var(--track-y) - 7px);
  width: 17px;
  height: 17px;
  border: 3px solid #dff8ef;
  border-radius: 50%;
  background: var(--ink);
  box-shadow:
    0 0 0 5px rgba(89, 99, 255, 0.14),
    0 0 28px rgba(89, 99, 255, 0.5);
  animation: methodTrackFlow 5.4s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.method-step {
  --step-accent: 89, 99, 255;
  transition: transform 0.5s var(--ease-out-expo);
}
.method-step:nth-child(2) {
  --step-accent: 168, 85, 247;
}
.method-step:nth-child(3) {
  --step-accent: 8, 10, 18;
}
.method-step:nth-child(4) {
  --step-accent: 255, 107, 94;
}
.step-dot {
  width: 80px !important;
  height: 80px !important;
  border: 2px solid rgba(var(--step-accent), 0.42) !important;
  background: #effcf7 !important;
  color: rgb(var(--step-accent)) !important;
  box-shadow:
    0 15px 34px rgba(var(--step-accent), 0.13),
    inset 0 0 0 7px rgba(var(--step-accent), 0.045) !important;
  font-size: 16px !important;
  font-weight: 900;
  letter-spacing: -0.04em;
  animation: methodDotBreathe 4.8s ease-in-out infinite;
  transition:
    transform 0.5s var(--ease-out-expo),
    background 0.4s,
    color 0.4s,
    box-shadow 0.4s;
}
.step-dot::after {
  content: '';
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(var(--step-accent), 0.18);
  border-radius: 50%;
  opacity: 0;
  animation: methodRing 4.8s ease-out infinite;
}
.method-step:nth-child(2) .step-dot,
.method-step:nth-child(2) .step-dot::after {
  animation-delay: -1.2s;
}
.method-step:nth-child(3) .step-dot,
.method-step:nth-child(3) .step-dot::after {
  animation-delay: -2.4s;
}
.method-step:nth-child(4) .step-dot,
.method-step:nth-child(4) .step-dot::after {
  animation-delay: -3.6s;
}
.method-step:nth-child(3) .step-dot {
  background: var(--ink) !important;
  color: white !important;
  box-shadow:
    0 18px 42px rgba(8, 10, 18, 0.24),
    0 0 34px rgba(89, 99, 255, 0.16) !important;
}
.method-step h3 {
  margin-top: 34px !important;
  font-size: 23px !important;
  transition:
    transform 0.4s,
    color 0.4s;
}
.method-step p {
  font-size: 14px !important;
  line-height: 1.55;
}
.method-step:hover {
  transform: translateY(-7px);
}
.method-step:hover .step-dot {
  transform: scale(1.13) rotate(-5deg);
  background: rgb(var(--step-accent)) !important;
  color: white !important;
  box-shadow:
    0 22px 48px rgba(var(--step-accent), 0.3),
    0 0 38px rgba(var(--step-accent), 0.26) !important;
}
.method-step:hover h3 {
  transform: translateX(5px);
  color: rgb(var(--step-accent));
}
@keyframes methodTrackFlow {
  0% {
    left: 3%;
  }
  25% {
    left: 31%;
  }
  50% {
    left: 59%;
  }
  75%,
  100% {
    left: calc(97% - 17px);
  }
}
@keyframes methodDotBreathe {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.055);
  }
}
@keyframes methodRing {
  0%,
  45% {
    opacity: 0;
    transform: scale(0.82);
  }
  55% {
    opacity: 0.55;
  }
  85%,
  100% {
    opacity: 0;
    transform: scale(1.22);
  }
}
@media (max-width: 760px) {
  .command {
    min-height: 190px !important;
    padding: 22px !important;
  }
  .command > span {
    width: 56px;
    height: 56px;
    border-radius: 17px;
  }
  .command::after {
    width: 48px;
    height: 48px;
    right: 20px !important;
    top: 25px !important;
    font-size: 22px !important;
  }
  .command strong {
    font-size: 18px !important;
    padding-top: 28px;
  }
  .method-line {
    gap: 18px !important;
  }
  .method-line::after {
    display: none;
  }
  .method-step {
    padding: 22px;
    border: 1px solid rgba(8, 10, 18, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.26);
  }
  .step-dot {
    width: 70px !important;
    height: 70px !important;
  }
  .method-step h3 {
    margin-top: 25px !important;
    font-size: 20px !important;
  }
  .method-step p {
    font-size: 12px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .command > span,
  .command::after,
  .method-line::after,
  .step-dot,
  .step-dot::after {
    animation: none !important;
  }
}
.method-step:hover .step-dot {
  animation: none !important;
}

/* Rebuilt text-tool selector */
.text-toolbox {
  position: relative;
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 1px;
  margin-top: 74px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  box-shadow: 0 36px 90px rgba(4, 6, 14, 0.22);
}
.toolbox-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 48px 44px;
  background: linear-gradient(155deg, #222742, #151829);
  overflow: hidden;
}
.toolbox-intro::before {
  content: '';
  position: absolute;
  width: 340px;
  height: 340px;
  left: -150px;
  bottom: -150px;
  border-radius: 50%;
  background: conic-gradient(var(--mint), var(--cobalt), var(--violet), var(--coral), var(--mint));
  filter: blur(35px);
  opacity: 0.35;
}
.toolbox-kicker {
  position: relative;
  color: var(--mint);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.toolbox-intro h3 {
  position: relative;
  margin: 25px 0 0;
  font-size: 45px;
  line-height: 0.98;
  letter-spacing: -0.06em;
}
.toolbox-intro > p {
  position: relative;
  max-width: 310px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.65;
}
.toolbox-hint {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  line-height: 1.45;
}
.toolbox-hint i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: rgba(85, 230, 178, 0.12);
  color: var(--mint);
  font-style: normal;
  font-size: 22px;
  animation: toolHint 2.8s ease-in-out infinite;
}
.toolbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.11);
}
.text-tool {
  --tool-accent: 85, 230, 178;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 62px 1fr 48px;
  grid-template-rows: auto 1fr;
  column-gap: 20px;
  min-height: 259px;
  padding: 30px;
  background: #191c30;
  overflow: hidden;
  transition:
    background 0.45s,
    transform 0.55s var(--ease-out-expo),
    box-shadow 0.45s;
}
.text-tool:nth-child(2) {
  --tool-accent: 89, 99, 255;
}
.text-tool:nth-child(3) {
  --tool-accent: 168, 85, 247;
}
.text-tool:nth-child(4) {
  --tool-accent: 255, 107, 94;
}
.text-tool::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 240px;
  height: 240px;
  right: -100px;
  top: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--tool-accent), 0.2), transparent 68%);
  opacity: 0.25;
  transform: scale(0.8);
  transition:
    opacity 0.5s,
    transform 0.7s var(--ease-out-expo);
}
.tool-no {
  grid-column: 1;
  color: rgba(var(--tool-accent), 0.8);
  font:
    850 12px/1 ui-monospace,
    monospace;
  letter-spacing: 0.04em;
}
.tool-icon {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(var(--tool-accent), 0.36);
  border-radius: 20px;
  background: rgba(var(--tool-accent), 0.08);
  color: rgb(var(--tool-accent));
  font:
    700 22px/1 Georgia,
    serif;
  box-shadow: 0 14px 34px rgba(var(--tool-accent), 0.08);
  transition:
    transform 0.5s var(--ease-out-expo),
    background 0.4s,
    color 0.4s,
    box-shadow 0.4s;
}
.text-tool > div:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1/3;
  align-self: end;
  padding-bottom: 2px;
}
.text-tool strong {
  display: block;
  font-size: 22px;
  letter-spacing: -0.035em;
}
.text-tool p {
  max-width: 270px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.43);
  font-size: 11px;
  line-height: 1.55;
}
.tool-arrow {
  grid-column: 3;
  grid-row: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(var(--tool-accent), 0.32);
  border-radius: 50%;
  color: rgb(var(--tool-accent));
  font-size: 22px;
  transition:
    transform 0.5s var(--ease-out-expo),
    background 0.4s,
    color 0.4s,
    box-shadow 0.4s;
}
.text-tool:hover {
  z-index: 2;
  background: #222640;
  box-shadow:
    inset 0 0 0 1px rgba(var(--tool-accent), 0.4),
    0 28px 65px rgba(0, 0, 0, 0.28);
}
.text-tool:hover::before {
  opacity: 1;
  transform: scale(1.35);
}
.text-tool:hover .tool-icon {
  transform: translateY(-5px) rotate(-5deg) scale(1.08);
  background: rgb(var(--tool-accent));
  color: #0c0e18;
  box-shadow: 0 18px 44px rgba(var(--tool-accent), 0.25);
}
.text-tool:hover .tool-arrow {
  transform: translate(5px, -5px) rotate(9deg);
  background: rgb(var(--tool-accent));
  color: #0c0e18;
  box-shadow: 0 0 30px rgba(var(--tool-accent), 0.3);
}
.text-tool:hover strong {
  color: rgb(var(--tool-accent));
}
@keyframes toolHint {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(4px, -4px);
  }
}
@media (max-width: 1100px) {
  .text-toolbox {
    grid-template-columns: 1fr;
  }
  .toolbox-intro {
    min-height: 310px;
  }
  .toolbox-hint {
    margin-top: 46px;
  }
}
@media (max-width: 760px) {
  .text-toolbox {
    border-radius: 28px;
  }
  .toolbox-intro {
    min-height: 340px;
    padding: 34px 28px;
  }
  .toolbox-intro h3 {
    font-size: 39px;
  }
  .toolbox-grid {
    grid-template-columns: 1fr;
  }
  .text-tool {
    grid-template-columns: 58px 1fr 44px;
    min-height: 225px;
    padding: 25px 22px;
  }
  .tool-icon {
    width: 56px;
    height: 56px;
    border-radius: 17px;
  }
  .tool-arrow {
    width: 44px;
    height: 44px;
  }
  .text-tool strong {
    font-size: 20px;
  }
  .text-tool p {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .toolbox-hint i {
    animation: none !important;
  }
  .text-tool,
  .tool-icon,
  .tool-arrow {
    transition: none !important;
  }
}

/* Solid dimensional CTA system and drawn scenario arrows */
.btn-primary,
.btn-ink,
.offer-copy .btn-primary,
.final-inner .btn {
  position: relative;
  isolation: isolate;
  color: #fff !important;
  border: 1px solid #8871ff !important;
  background: #6551e8 !important;
  background-image: none !important;
  box-shadow:
    0 7px 0 #3e2ca9,
    0 17px 34px rgba(78, 57, 210, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -8px 15px rgba(37, 22, 128, 0.16) !important;
  text-shadow: 0 1px 1px rgba(25, 16, 82, 0.3);
  transform: translateY(0);
  transition:
    transform 0.24s var(--ease-out-expo),
    box-shadow 0.24s,
    background 0.24s,
    border-color 0.24s !important;
}
.btn-primary::before,
.btn-ink::before,
.offer-copy .btn-primary::before,
.final-inner .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 10px;
  right: 10px;
  top: 3px;
  height: 45%;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  pointer-events: none;
}
.btn-primary > span:last-child,
.btn-ink > span:last-child,
.offer-copy .btn-primary > span:last-child,
.final-inner .btn > span:last-child {
  display: inline-grid;
  place-items: center;
  width: 29px;
  height: 29px;
  margin-left: 3px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 10px;
  background: #7662f0;
  color: #fff;
  font-size: 17px !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.22),
    0 3px 7px rgba(36, 22, 120, 0.22);
  transition:
    transform 0.25s var(--ease-out-expo),
    background 0.25s;
}
.btn-primary:hover,
.btn-ink:hover,
.offer-copy .btn-primary:hover,
.final-inner .btn:hover {
  background: #735ff2 !important;
  border-color: #9a88ff !important;
  box-shadow:
    0 9px 0 #3e2ca9,
    0 23px 44px rgba(78, 57, 210, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -8px 15px rgba(37, 22, 128, 0.13) !important;
  transform: translateY(-3px) !important;
}
.btn-primary:hover > span:last-child,
.btn-ink:hover > span:last-child,
.offer-copy .btn-primary:hover > span:last-child,
.final-inner .btn:hover > span:last-child {
  background: #806df5;
  transform: translate(3px, -3px) rotate(7deg);
}
.btn-primary:active,
.btn-ink:active,
.offer-copy .btn-primary:active,
.final-inner .btn:active {
  transform: translateY(5px) !important;
  box-shadow:
    0 2px 0 #3e2ca9,
    0 8px 18px rgba(78, 57, 210, 0.3),
    inset 0 1px rgba(255, 255, 255, 0.3) !important;
}
.scenario-row {
  grid-template-columns: 64px 1fr 220px 58px !important;
  min-height: 126px !important;
  padding-right: 6px;
  transition:
    padding 0.35s var(--ease-out-expo),
    background 0.35s,
    transform 0.35s !important;
}
.scenario-row i {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(89, 99, 255, 0.22);
  border-radius: 18px;
  background: #f4f1ff;
  box-shadow:
    0 6px 0 #dcd5ff,
    0 13px 27px rgba(89, 99, 255, 0.13),
    inset 0 1px #fff;
  font-size: 0 !important;
  transition:
    transform 0.4s var(--ease-out-expo),
    background 0.35s,
    box-shadow 0.35s,
    border-color 0.35s;
}
.scenario-row i::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 2px;
  border-radius: 2px;
  background: #6551e8;
  transform: rotate(-45deg);
  transition:
    width 0.3s,
    background 0.3s;
}
.scenario-row i::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #6551e8;
  border-right: 2px solid #6551e8;
  transform: translate(5px, -5px);
  transition:
    border-color 0.3s,
    transform 0.4s var(--ease-out-expo);
}
.scenario-row:hover {
  padding-left: 14px !important;
  padding-right: 2px;
  background: linear-gradient(
    90deg,
    rgba(101, 81, 232, 0.055),
    rgba(101, 81, 232, 0.015)
  ) !important;
}
.scenario-row:hover i {
  border-color: #806df5;
  background: #6551e8;
  box-shadow:
    0 7px 0 #3e2ca9,
    0 18px 33px rgba(78, 57, 210, 0.27),
    inset 0 1px rgba(255, 255, 255, 0.28);
  transform: translate(3px, -5px) rotate(3deg);
}
.scenario-row:hover i::before {
  width: 22px;
  background: #fff;
}
.scenario-row:hover i::after {
  border-color: #fff;
  transform: translate(6px, -6px);
}
@media (max-width: 760px) {
  .scenario-row {
    grid-template-columns: 44px 1fr 54px !important;
    min-height: 108px !important;
  }
  .scenario-row i {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
  .btn-primary > span:last-child,
  .btn-ink > span:last-child,
  .offer-copy .btn-primary > span:last-child,
  .final-inner .btn > span:last-child {
    width: 28px;
    height: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn-primary,
  .btn-ink,
  .offer-copy .btn-primary,
  .final-inner .btn,
  .scenario-row,
  .scenario-row i {
    transition: none !important;
  }
}

/* JS-synchronised arrival pulse for the moving method point */
.method-step.is-pulse-active {
  transform: translateY(-9px);
}
.method-step.is-pulse-active .step-dot {
  animation: stepArrival 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) both !important;
  background: rgb(var(--step-accent)) !important;
  color: #fff !important;
  border-color: rgba(var(--step-accent), 0.82) !important;
  box-shadow:
    0 22px 48px rgba(var(--step-accent), 0.28),
    0 0 0 10px rgba(var(--step-accent), 0.09),
    0 0 42px rgba(var(--step-accent), 0.34) !important;
}
.method-step.is-pulse-active .step-dot::after {
  animation: stepArrivalRing 0.9s ease-out both !important;
  border-color: rgba(var(--step-accent), 0.5);
}
.method-step.is-pulse-active h3 {
  color: rgb(var(--step-accent));
  transform: translateX(6px);
}
@keyframes stepArrival {
  0% {
    transform: scale(0.88);
    filter: brightness(0.9);
  }
  48% {
    transform: scale(1.22) rotate(-6deg);
    filter: brightness(1.18);
  }
  72% {
    transform: scale(1.08) rotate(2deg);
  }
  100% {
    transform: scale(1.12);
    filter: brightness(1);
  }
}
@keyframes stepArrivalRing {
  0% {
    opacity: 0.9;
    transform: scale(0.68);
  }
  100% {
    opacity: 0;
    transform: scale(1.65);
  }
}
@media (prefers-reduced-motion: reduce) {
  .method-step.is-pulse-active,
  .method-step.is-pulse-active .step-dot,
  .method-step.is-pulse-active .step-dot::after {
    animation: none !important;
    transform: none !important;
  }
}

/* v17 — unified crystalline SVG arrow system */
:root {
  --arrow-up-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7M10 7h7v7'/%3E%3Ccircle cx='7' cy='17' r='1.35' fill='%23fff' stroke='none'/%3E%3C/svg%3E");
  --arrow-up-ink: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235542df' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7M10 7h7v7'/%3E%3Ccircle cx='7' cy='17' r='1.35' fill='%235542df' stroke='none'/%3E%3C/svg%3E");
  --arrow-right-ink: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235542df' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h13M13 7l5 5-5 5'/%3E%3Ccircle cx='5' cy='12' r='1.35' fill='%235542df' stroke='none'/%3E%3C/svg%3E");
}
.btn > span:last-child,
.chapter-link span,
.action-summary a span,
.toolbox-hint i,
.tool-arrow,
.related i,
.scenario-row i,
.inline-arrow {
  position: relative;
  display: inline-grid !important;
  flex: 0 0 auto;
  place-items: center;
  width: 36px !important;
  height: 36px !important;
  margin-left: 7px;
  border: 1px solid rgba(255, 255, 255, 0.36) !important;
  border-radius: 12px !important;
  background-color: #6854ed !important;
  background-image: var(--arrow-up-light), linear-gradient(145deg, #8b6cff, #526cff) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size:
    21px 21px,
    100% 100% !important;
  box-shadow:
    0 5px 0 #3d2ead,
    0 11px 22px rgba(72, 52, 205, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.38) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  font-style: normal;
  transform: translateY(-2px);
  transition:
    transform 0.34s var(--ease-out-expo),
    box-shadow 0.34s,
    filter 0.34s !important;
}
.btn:hover > span:last-child,
.chapter-link:hover span,
.action-summary a:hover span,
.toolbox-hint:hover i,
.text-tool:hover .tool-arrow,
.related a:hover i,
.scenario-row:hover i,
.compare-result a:hover .inline-arrow {
  transform: translate(4px, -6px) rotate(6deg) scale(1.06) !important;
  box-shadow:
    0 7px 0 #35279c,
    0 18px 31px rgba(72, 52, 205, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.46) !important;
  filter: saturate(1.12) brightness(1.08);
}
.command::after {
  content: '' !important;
  width: 58px !important;
  height: 58px !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 19px !important;
  background-color: #6854ed !important;
  background-image: var(--arrow-up-light), linear-gradient(145deg, #8b6cff, #526cff) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size:
    28px 28px,
    100% 100% !important;
  box-shadow:
    0 7px 0 #3d2ead,
    0 17px 34px rgba(60, 43, 177, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.38) !important;
  color: transparent !important;
  animation: crystalArrowFloat 3.2s ease-in-out infinite !important;
}
.command:hover::after {
  background-color: #745fff !important;
  color: transparent !important;
  transform: translate(5px, -7px) rotate(7deg) scale(1.07) !important;
  box-shadow:
    0 9px 0 #35279c,
    0 23px 40px rgba(72, 52, 205, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.46) !important;
}
.footer-links a::after {
  content: '' !important;
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-left: 12px;
  border-radius: 10px;
  background-color: #171a2d;
  background-image: var(--arrow-up-light), linear-gradient(145deg, #7161ef, #4f67e9);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px, 100%;
  box-shadow:
    0 4px 0 #0d0f1d,
    0 9px 19px rgba(0, 0, 0, 0.25);
  opacity: 0.72;
  transition:
    transform 0.3s var(--ease-out-expo),
    opacity 0.3s;
}
.footer-links a:hover::after {
  opacity: 1;
  transform: translate(3px, -4px) rotate(5deg);
}
.ribbon-arrow,
.step-arrow {
  display: inline-grid !important;
  place-items: center;
  width: 42px !important;
  height: 34px !important;
  border: 1px solid rgba(85, 66, 223, 0.18) !important;
  border-radius: 12px !important;
  background-color: #f5f2ff !important;
  background-image: var(--arrow-right-ink) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 23px !important;
  box-shadow:
    0 4px 0 #ddd6ff,
    0 10px 22px rgba(85, 66, 223, 0.12) !important;
  color: transparent !important;
  font-size: 0 !important;
}
.step-arrow {
  width: 54px !important;
  height: 54px !important;
  border-radius: 17px !important;
  background-size: 27px !important;
}
.compare-result .inline-arrow {
  vertical-align: middle;
  width: 32px !important;
  height: 32px !important;
  margin-left: 10px;
}
.tool-arrow {
  align-self: start;
  margin-left: 0 !important;
}
.toolbox-hint i {
  margin-left: 0 !important;
}
.related i {
  width: 42px !important;
  height: 42px !important;
  margin-left: auto;
}
.scenario-row i {
  width: 54px !important;
  height: 54px !important;
  margin-left: 0;
}
.scenario-row i::before,
.scenario-row i::after {
  content: none !important;
}
@keyframes crystalArrowFloat {
  0%,
  100% {
    transform: translateY(-2px) rotate(0);
  }
  50% {
    transform: translate(3px, -7px) rotate(5deg);
  }
}
@media (max-width: 760px) {
  .command::after {
    width: 51px !important;
    height: 51px !important;
    border-radius: 16px !important;
    background-size: 24px, 100% !important;
  }
  .related i {
    width: 38px !important;
    height: 38px !important;
  }
  .scenario-row i {
    width: 48px !important;
    height: 48px !important;
  }
  .footer-links a::after {
    width: 29px;
    height: 29px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .command::after {
    animation: none !important;
  }
  .btn > span:last-child,
  .chapter-link span,
  .action-summary a span,
  .toolbox-hint i,
  .tool-arrow,
  .related i,
  .scenario-row i,
  .inline-arrow,
  .footer-links a::after {
    transition: none !important;
  }
}

/* v18 — large animated PDF value cards */
.pdf-value {
  position: relative;
  isolation: isolate;
  grid-column: 1/-1;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-top: 46px !important;
  padding: 18px !important;
  border: 1px solid rgba(89, 99, 255, 0.16) !important;
  border-radius: 38px !important;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.66),
    rgba(239, 235, 255, 0.46)
  ) !important;
  box-shadow:
    0 34px 85px rgba(62, 49, 118, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
  overflow: visible !important;
}
.pdf-value::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 10%;
  right: 10%;
  bottom: -24px;
  height: 54px;
  border-radius: 50%;
  background: rgba(89, 99, 255, 0.15);
  filter: blur(27px);
}
.pdf-value > div {
  --value-accent: 89, 99, 255;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 285px !important;
  padding: 34px 34px 32px !important;
  border: 1px solid rgba(var(--value-accent), 0.17);
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow:
    0 15px 38px rgba(36, 31, 70, 0.08),
    inset 0 1px 0 #fff;
  overflow: hidden;
  transform-origin: 50% 100%;
  transition:
    transform 0.55s var(--ease-out-expo),
    border-color 0.4s,
    box-shadow 0.5s,
    background 0.4s !important;
}
.pdf-value > div:nth-child(2) {
  --value-accent: 168, 85, 247;
}
.pdf-value > div:nth-child(3) {
  --value-accent: 255, 107, 94;
}
.pdf-value > div::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 230px;
  height: 230px;
  right: -110px;
  top: -120px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(var(--value-accent), 0.2),
    rgba(var(--value-accent), 0) 68%
  );
  transform: scale(0.65);
  opacity: 0.35;
  transition:
    transform 0.7s var(--ease-out-expo),
    opacity 0.45s;
}
.pdf-value > div::after {
  content: '';
  position: absolute;
  right: 29px;
  bottom: 29px;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(var(--value-accent), 0.17);
  border-radius: 19px;
  background: linear-gradient(
    145deg,
    rgba(var(--value-accent), 0.16),
    rgba(var(--value-accent), 0.04)
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transform: rotate(9deg);
  transition:
    transform 0.6s var(--ease-out-expo),
    background 0.4s,
    box-shadow 0.4s;
}
.pdf-value > div > span {
  position: relative;
  display: grid !important;
  place-items: center;
  width: 64px !important;
  height: 64px !important;
  margin: 0 0 31px !important;
  border: 1px solid rgba(var(--value-accent), 0.3) !important;
  border-radius: 20px !important;
  background: linear-gradient(
    145deg,
    rgba(var(--value-accent), 0.2),
    rgba(var(--value-accent), 0.07)
  ) !important;
  color: rgb(var(--value-accent)) !important;
  box-shadow:
    0 9px 0 rgba(var(--value-accent), 0.13),
    0 18px 34px rgba(var(--value-accent), 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  font:
    900 15px/1 ui-monospace,
    monospace !important;
  letter-spacing: -0.035em;
  animation: valueNumberBreathe 4.4s ease-in-out infinite;
  transition:
    transform 0.5s var(--ease-out-expo),
    background 0.4s,
    color 0.4s,
    box-shadow 0.4s !important;
}
.pdf-value > div:nth-child(2) > span {
  animation-delay: -1.45s;
}
.pdf-value > div:nth-child(3) > span {
  animation-delay: -2.9s;
}
.pdf-value b {
  position: relative;
  max-width: 290px;
  font-size: 23px !important;
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.pdf-value p {
  position: relative;
  max-width: 310px;
  margin: 16px 0 0 !important;
  color: #666878;
  font-size: 14px !important;
  line-height: 1.62 !important;
}
.pdf-value > div:hover {
  z-index: 2;
  border-color: rgba(var(--value-accent), 0.43);
  background: #fff !important;
  box-shadow:
    0 29px 64px rgba(var(--value-accent), 0.18),
    inset 0 1px 0 #fff;
  transform: translateY(-13px) rotate(0.4deg);
}
.pdf-value > div:hover::before {
  opacity: 1;
  transform: scale(1.35);
}
.pdf-value > div:hover::after {
  background: rgba(var(--value-accent), 0.17);
  box-shadow:
    0 16px 35px rgba(var(--value-accent), 0.14),
    inset 0 1px 0 #fff;
  transform: rotate(-8deg) scale(1.12);
}
.pdf-value > div:hover > span {
  color: #fff !important;
  background: rgb(var(--value-accent)) !important;
  box-shadow:
    0 11px 0 rgba(var(--value-accent), 0.25),
    0 24px 44px rgba(var(--value-accent), 0.28) !important;
  transform: translateY(-5px) rotate(-5deg) scale(1.09);
}
.js .pdf-value.motion-stagger > * {
  opacity: 0;
  transform: translateY(36px) scale(0.94);
  filter: blur(3px);
}
.js .pdf-value.motion-stagger.is-visible > * {
  opacity: 1;
  transform: none;
  filter: blur(0);
  transition:
    opacity 0.68s var(--ease-out-expo),
    transform 0.8s var(--ease-out-expo),
    filter 0.58s;
}
.js .pdf-value.motion-stagger.is-visible > *:nth-child(2) {
  transition-delay: 0.13s;
}
.js .pdf-value.motion-stagger.is-visible > *:nth-child(3) {
  transition-delay: 0.26s;
}
.js .pdf-value.motion-stagger.is-visible > div:hover {
  transform: translateY(-13px) rotate(0.4deg);
}
@keyframes valueNumberBreathe {
  0%,
  100% {
    transform: translateY(0);
    filter: brightness(1);
  }
  50% {
    transform: translateY(-6px) rotate(3deg);
    filter: brightness(1.08);
  }
}
@media (max-width: 1000px) {
  .pdf-value {
    grid-template-columns: 1fr !important;
  }
  .pdf-value > div {
    min-height: 235px !important;
  }
  .pdf-value b,
  .pdf-value p {
    max-width: 70%;
  }
}
@media (max-width: 760px) {
  .pdf-value {
    gap: 13px !important;
    margin-top: 31px !important;
    padding: 11px !important;
    border-radius: 28px !important;
  }
  .pdf-value > div {
    min-height: 245px !important;
    padding: 27px 25px !important;
    border-radius: 22px;
  }
  .pdf-value > div > span {
    width: 57px !important;
    height: 57px !important;
    margin-bottom: 26px !important;
    border-radius: 18px !important;
  }
  .pdf-value b {
    max-width: 82%;
    font-size: 21px !important;
  }
  .pdf-value p {
    max-width: 90%;
    font-size: 13px !important;
  }
  .pdf-value > div::after {
    right: 23px;
    bottom: 24px;
    width: 49px;
    height: 49px;
    border-radius: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pdf-value > div,
  .pdf-value > div > span {
    animation: none !important;
    transition: none !important;
  }
  .js .pdf-value.motion-stagger > * {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

/* v19 — oversized animated summary flow */
.compression {
  grid-template-columns: 1.28fr 0.93fr 0.78fr !important;
  gap: 30px !important;
  margin-top: 112px !important;
  perspective: 1400px;
}
.compress-card {
  min-height: 560px !important;
  padding: 50px 46px !important;
  border-radius: 38px !important;
  box-shadow: 0 30px 78px rgba(46, 37, 80, 0.13) !important;
  transition:
    transform 0.6s var(--ease-out-expo),
    box-shadow 0.55s,
    border-color 0.45s !important;
}
.compress-card .tiny-label {
  font-size: 12px !important;
  letter-spacing: 0.14em !important;
}
.compress-card h3 {
  margin-top: 34px !important;
  font-size: 34px !important;
  line-height: 1.04 !important;
}
.card-explainer {
  max-width: 510px;
  margin-top: 22px !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}
.source-specs {
  gap: 11px !important;
  margin-top: 28px !important;
}
.source-specs span {
  padding: 10px 14px !important;
  font-size: 12px !important;
}
.source-summary .fake-lines {
  gap: 15px !important;
  margin-top: 35px !important;
}
.source-summary .fake-lines i {
  height: 9px !important;
}
.digest-summary {
  padding: 50px 42px !important;
}
.digest-summary .compress-stat {
  display: flex;
  align-items: end;
  gap: 15px;
  margin-top: 48px !important;
  font-size: 82px !important;
}
.compress-stat span {
  padding-bottom: 12px;
  font-size: 14px !important;
}
.summary-points {
  gap: 20px !important;
  margin-top: 36px !important;
}
.summary-points li {
  padding-left: 36px !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}
.summary-points li::before {
  top: 0 !important;
  width: 23px !important;
  height: 23px !important;
  font-size: 12px !important;
}
.action-summary {
  padding: 50px 38px !important;
}
.action-summary h3 {
  font-size: 34px !important;
}
.action-summary .summary-points {
  margin-top: 35px !important;
}
.action-summary a {
  padding-top: 30px !important;
  font-size: 15px !important;
}
.action-summary a span {
  width: 42px !important;
  height: 42px !important;
}
.step-arrow {
  width: 68px !important;
  height: 68px !important;
  border-radius: 21px !important;
  background-size: 34px !important;
  box-shadow:
    0 8px 0 #ddd6ff,
    0 18px 38px rgba(85, 66, 223, 0.2) !important;
  animation: summaryArrowPulse 3s ease-in-out infinite;
}
.arrow-one {
  left: 41.5% !important;
}
.arrow-two {
  left: 72.5% !important;
  animation-delay: -1.5s;
}
.compress-card:hover {
  z-index: 5;
  transform: translateY(-14px) rotateX(1.5deg) !important;
  box-shadow: 0 45px 100px rgba(60, 44, 135, 0.2) !important;
}
.digest-summary:hover {
  box-shadow: 0 48px 105px rgba(17, 20, 39, 0.32) !important;
}
.action-summary:hover {
  box-shadow: 0 48px 105px rgba(104, 75, 239, 0.34) !important;
}
.compress-card:hover h3 {
  transform: translateX(5px);
}
.compress-card h3 {
  transition: transform 0.45s var(--ease-out-expo);
}
@keyframes summaryArrowPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
    filter: brightness(1);
  }
  50% {
    transform: translateX(7px) scale(1.08);
    filter: brightness(1.08);
  }
}
@media (max-width: 1100px) {
  .compression {
    grid-template-columns: 1fr !important;
  }
  .compress-card {
    min-height: auto !important;
  }
  .step-arrow {
    display: none !important;
  }
  .compress-card h3,
  .action-summary h3 {
    font-size: 31px !important;
  }
  .card-explainer,
  .summary-points li {
    font-size: 15px !important;
  }
}
@media (max-width: 760px) {
  .compression {
    margin-top: 65px !important;
    gap: 18px !important;
  }
  .compress-card {
    padding: 35px 29px !important;
    border-radius: 29px !important;
  }
  .compress-card h3,
  .action-summary h3 {
    font-size: 28px !important;
  }
  .compress-card .tiny-label {
    font-size: 10px !important;
  }
  .card-explainer {
    font-size: 15px !important;
  }
  .digest-summary .compress-stat {
    font-size: 68px !important;
  }
  .summary-points li {
    font-size: 14px !important;
  }
  .source-specs span {
    font-size: 11px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .step-arrow {
    animation: none !important;
  }
  .compress-card {
    transition: none !important;
  }
}

/* v20 — unmistakable heavy arrows, no font glyphs */
:root {
  --arrow-up-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M8.2 25.9a3 3 0 0 1 0-4.2L19.9 10H14a3 3 0 1 1 0-6h13a3 3 0 0 1 3 3v13a3 3 0 1 1-6 0v-5.9L12.4 25.9a3 3 0 0 1-4.2 0Z'/%3E%3C/svg%3E");
  --arrow-right-ink: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%235542df' d='M4 13h15.7l-4.1-4.1a3 3 0 0 1 4.2-4.2l9.2 9.2a3 3 0 0 1 0 4.2l-9.2 9.2a3 3 0 0 1-4.2-4.2l4.1-4.1H4a3 3 0 1 1 0-6Z'/%3E%3C/svg%3E");
}
.btn > span:last-child,
.chapter-link span,
.action-summary a span,
.toolbox-hint i,
.tool-arrow,
.related i,
.scenario-row i,
.inline-arrow {
  background-image: var(--arrow-up-light), linear-gradient(145deg, #8b6cff, #526cff) !important;
  background-size:
    27px 27px,
    100% 100% !important;
}
.btn > span:last-child,
.chapter-link span,
.action-summary a span {
  width: 44px !important;
  height: 44px !important;
  border-radius: 14px !important;
}
.related i,
.scenario-row i {
  background-size:
    32px 32px,
    100% 100% !important;
}
.action-summary a span {
  margin-left: 14px !important;
}
.step-arrow,
.ribbon-arrow {
  background-image: var(--arrow-right-ink) !important;
}
.step-arrow {
  background-size: 40px !important;
}
.ribbon-arrow {
  background-size: 27px !important;
}
.footer-links a::after {
  background-image: var(--arrow-up-light), linear-gradient(145deg, #7161ef, #4f67e9) !important;
  background-size: 23px, 100% !important;
}
@media (max-width: 760px) {
  .btn > span:last-child,
  .chapter-link span,
  .action-summary a span {
    width: 40px !important;
    height: 40px !important;
    background-size: 25px, 100% !important;
  }
}

/* v21 — animated analytical dashboard */
.analysis-board {
  perspective: 1500px;
}
.analysis-board .board-shell {
  --board-rx: 0deg;
  --board-ry: 0deg;
  --board-glow-x: 50%;
  --board-glow-y: 50%;
  position: relative;
  transform: rotateX(var(--board-rx)) rotateY(var(--board-ry));
  transform-style: preserve-3d;
  transition:
    transform 0.18s linear,
    box-shadow 0.55s var(--ease-out-expo);
  will-change: transform;
}
.analysis-board .board-shell::after {
  content: '';
  position: absolute;
  z-index: 20;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    circle 320px at var(--board-glow-x) var(--board-glow-y),
    rgba(255, 255, 255, 0.28),
    transparent 70%
  );
  opacity: 0.7;
  pointer-events: none;
  mix-blend-mode: soft-light;
}
.analysis-board:hover .board-shell {
  box-shadow: 0 45px 90px rgba(53, 43, 92, 0.16);
}
.analysis-board .board-title i {
  animation: analysisFileFloat 3.4s ease-in-out infinite;
}
.analysis-board .board-state i {
  animation: analysisStatePulse 1.8s ease-out infinite;
}
.analysis-board .metric-main {
  transition:
    transform 0.6s var(--ease-out-expo),
    box-shadow 0.6s;
}
.analysis-board .metric-main:hover {
  transform: translateY(-8px);
  box-shadow: 0 27px 55px rgba(8, 10, 18, 0.25);
}
.analysis-board .metric-value {
  transform: translateZ(30px);
}
.analysis-board .metric-value sup {
  animation: analysisPercentGlow 2s ease-in-out infinite;
}
.analysis-board .chart-line {
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
}
.analysis-board.is-animated .chart-line {
  animation: analysisChartDraw 1.9s 0.2s var(--ease-out-expo) forwards;
}
.analysis-board .chart .area {
  opacity: 0;
}
.analysis-board.is-animated .chart .area {
  animation: analysisAreaReveal 1.2s 0.75s ease forwards;
}
.analysis-board .metric-small {
  position: relative;
  overflow: hidden;
  transform: translateX(22px);
  opacity: 0;
  transition:
    transform 0.75s var(--ease-out-expo),
    opacity 0.6s,
    box-shadow 0.45s;
}
.analysis-board.is-animated .metric-small {
  transform: none;
  opacity: 1;
}
.analysis-board.is-animated .metric-small:nth-child(2) {
  transition-delay: 0.18s;
}
.analysis-board .metric-small::after {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  right: -48px;
  bottom: -48px;
  border-radius: 50%;
  background: rgba(89, 99, 255, 0.14);
  transition: transform 0.5s;
}
.analysis-board .metric-small:hover {
  transform: translateY(-7px) scale(1.025);
  box-shadow: 0 20px 38px rgba(74, 59, 170, 0.14);
}
.analysis-board .metric-small:hover::after {
  transform: scale(1.7);
}
.analysis-board .metric-small strong {
  animation: analysisMetricBreathe 3.2s ease-in-out infinite;
}
.analysis-board .metric-small:nth-child(2) strong {
  animation-delay: -1.6s;
}
.analysis-board .topic-row .bar i {
  transform: scaleX(0);
  transform-origin: left;
}
.analysis-board.is-animated .topic-row .bar i {
  animation: analysisBarFill 1.15s var(--ease-out-expo) forwards;
}
.analysis-board.is-animated .topic-row:nth-child(3) .bar i {
  animation-delay: 0.18s;
}
.analysis-board.is-animated .topic-row:nth-child(4) .bar i {
  animation-delay: 0.36s;
}
.analysis-board .insight-note blockquote {
  opacity: 0;
  transform: translateY(12px);
}
.analysis-board.is-animated .insight-note blockquote {
  animation: analysisInsightIn 0.85s 0.65s var(--ease-out-expo) forwards;
}
@keyframes analysisFileFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-5px) rotate(-3deg);
  }
}
@keyframes analysisStatePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(85, 230, 178, 0.45);
  }
  70%,
  100% {
    box-shadow: 0 0 0 10px rgba(85, 230, 178, 0);
  }
}
@keyframes analysisPercentGlow {
  50% {
    filter: brightness(1.3);
    text-shadow: 0 0 18px rgba(85, 230, 178, 0.55);
  }
}
@keyframes analysisChartDraw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes analysisAreaReveal {
  to {
    opacity: 1;
  }
}
@keyframes analysisMetricBreathe {
  50% {
    transform: translateY(-5px) scale(1.05);
  }
}
@keyframes analysisBarFill {
  to {
    transform: scaleX(1);
  }
}
@keyframes analysisInsightIn {
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .analysis-board .board-shell {
    transform: none !important;
    transition: none !important;
  }
  .analysis-board .board-title i,
  .analysis-board .board-state i,
  .analysis-board .metric-value sup,
  .analysis-board .metric-small strong,
  .analysis-board .chart-line,
  .analysis-board .chart .area,
  .analysis-board .topic-row .bar i,
  .analysis-board .insight-note blockquote {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    stroke-dashoffset: 0 !important;
  }
  .analysis-board .metric-small {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* v22 — real readable content in the source card */
.source-excerpt {
  position: relative;
  display: grid;
  gap: 12px;
  margin-top: 31px;
  padding: 22px 23px 20px;
  border: 1px solid rgba(89, 99, 255, 0.13);
  border-radius: 20px;
  background: linear-gradient(145deg, #faf8f3, #f5f1ff);
  box-shadow: inset 0 1px 0 #fff;
  overflow: hidden;
}
.source-excerpt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(var(--cobalt), var(--violet), var(--mint));
}
.source-excerpt > span {
  color: var(--cobalt);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.source-excerpt p {
  margin: 0 !important;
  color: #484b5a !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  opacity: 0;
  transform: translateY(8px);
  animation: sourceTextReveal 0.65s var(--ease-out-expo) forwards;
}
.source-excerpt p:nth-of-type(1) {
  animation-delay: 0.12s;
}
.source-excerpt p:nth-of-type(2) {
  animation-delay: 0.28s;
}
.source-excerpt p:nth-of-type(3) {
  animation-delay: 0.44s;
}
.source-excerpt mark {
  padding: 0 2px;
  color: inherit;
  background: linear-gradient(transparent 55%, rgba(85, 230, 178, 0.36) 55%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  animation: sourceHighlight 1s 0.75s var(--ease-out-expo) forwards;
}
.source-excerpt p:nth-of-type(2) mark {
  animation-delay: 1.05s;
}
@keyframes sourceTextReveal {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes sourceHighlight {
  to {
    background-size: 100% 100%;
  }
}
@media (max-width: 760px) {
  .source-excerpt {
    padding: 19px;
  }
  .source-excerpt p {
    font-size: 12px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .source-excerpt p,
  .source-excerpt mark {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    background-size: 100% 100% !important;
  }
}

/* v23 — larger practical-benefit panel */
.summary-value {
  grid-template-columns: 0.7fr 1.3fr !important;
  gap: 68px !important;
  margin-top: 58px !important;
  padding: 52px 54px !important;
  border-radius: 36px !important;
  box-shadow: 0 30px 78px rgba(57, 44, 111, 0.11) !important;
}
.summary-value-head span {
  font-size: 12px !important;
}
.summary-value-head h3 {
  max-width: 410px;
  margin-top: 19px !important;
  font-size: 34px !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em;
}
.summary-value-grid {
  gap: 0 !important;
}
.summary-value-grid > div {
  --benefit-accent: 89, 99, 255;
  position: relative;
  min-height: 230px;
  padding: 28px 28px 25px !important;
  border-left: 2px solid rgba(var(--benefit-accent), 0.17) !important;
  border-radius: 0 22px 22px 0;
  overflow: hidden;
  transition:
    transform 0.5s var(--ease-out-expo),
    background 0.4s,
    box-shadow 0.45s,
    border-color 0.4s;
}
.summary-value-grid > div:nth-child(2) {
  --benefit-accent: 168, 85, 247;
}
.summary-value-grid > div:nth-child(3) {
  --benefit-accent: 255, 107, 94;
}
.summary-value-grid > div::before {
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  right: -100px;
  top: -100px;
  border-radius: 50%;
  background: rgba(var(--benefit-accent), 0.16);
  transform: scale(0.6);
  opacity: 0;
  transition:
    transform 0.65s var(--ease-out-expo),
    opacity 0.4s;
}
.summary-value-grid i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 29px;
  border: 1px solid rgba(var(--benefit-accent), 0.28);
  border-radius: 17px;
  background: rgba(var(--benefit-accent), 0.09);
  color: rgb(var(--benefit-accent));
  box-shadow: 0 8px 22px rgba(var(--benefit-accent), 0.1);
  font:
    900 13px/1 ui-monospace,
    monospace;
  font-style: normal;
  animation: benefitNumberFloat 4s ease-in-out infinite;
}
.summary-value-grid > div:nth-child(2) i {
  animation-delay: -1.3s;
}
.summary-value-grid > div:nth-child(3) i {
  animation-delay: -2.6s;
}
.summary-value-grid b {
  font-size: 20px !important;
  line-height: 1.15 !important;
}
.summary-value-grid p {
  margin-top: 15px !important;
  color: #626574 !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}
.summary-value-grid > div:hover {
  z-index: 2;
  border-color: rgba(var(--benefit-accent), 0.55) !important;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 50px rgba(var(--benefit-accent), 0.14);
  transform: translateY(-9px);
}
.summary-value-grid > div:hover::before {
  opacity: 1;
  transform: scale(1.35);
}
.summary-value-grid > div:hover i {
  color: #fff;
  background: rgb(var(--benefit-accent));
  box-shadow: 0 14px 32px rgba(var(--benefit-accent), 0.28);
  transform: rotate(-5deg) scale(1.08);
}
@keyframes benefitNumberFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px) rotate(3deg);
  }
}
@media (max-width: 1100px) {
  .summary-value {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }
  .summary-value-head h3 {
    max-width: 650px;
  }
  .summary-value-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 760px) {
  .summary-value {
    padding: 33px 25px !important;
    border-radius: 28px !important;
  }
  .summary-value-head h3 {
    font-size: 29px !important;
  }
  .summary-value-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .summary-value-grid > div {
    min-height: 210px;
    padding: 25px !important;
    border: 1px solid rgba(var(--benefit-accent), 0.16) !important;
    border-radius: 22px;
  }
  .summary-value-grid b {
    font-size: 19px !important;
  }
  .summary-value-grid p {
    font-size: 14px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .summary-value-grid i {
    animation: none !important;
  }
  .summary-value-grid > div {
    transition: none !important;
  }
}

/* v24 — large animated source constellation */
.constellation {
  padding: 185px 0 210px !important;
}
.constellation-map {
  width: min(1220px, 100%) !important;
  height: 790px !important;
  margin-top: 100px !important;
  perspective: 1500px;
}
.constellation-map::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 49%;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(126, 118, 255, 0.12);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 85px rgba(126, 118, 255, 0.025),
    0 0 0 170px rgba(85, 230, 178, 0.018);
  animation: constellationOrbitBreathe 6s ease-in-out infinite;
}
.constellation-map svg {
  overflow: visible;
}
.constellation-map svg line {
  stroke: rgba(153, 158, 255, 0.38) !important;
  stroke-width: 2 !important;
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
}
.constellation-map.is-visible svg line {
  animation: constellationLineDraw 1.45s var(--ease-out-expo) forwards;
}
.constellation-map.is-visible svg line:nth-child(2) {
  animation-delay: 0.14s;
}
.constellation-map.is-visible svg line:nth-child(3) {
  animation-delay: 0.28s;
}
.constellation-map.is-visible svg line:nth-child(4) {
  animation-delay: 0.42s;
}
.constellation-map svg circle {
  r: 7;
  filter: drop-shadow(0 0 11px rgba(85, 230, 178, 0.8));
  transform-box: fill-box;
  transform-origin: center;
  animation: constellationPointPulse 2.2s ease-in-out infinite;
}
.constellation-map svg circle:nth-of-type(2) {
  animation-delay: -0.55s;
}
.constellation-map svg circle:nth-of-type(3) {
  animation-delay: -1.1s;
}
.constellation-map svg circle:nth-of-type(4) {
  animation-delay: -1.65s;
}
.source-node {
  width: 250px !important;
  min-height: 112px;
  padding: 27px 28px !important;
  border-radius: 25px !important;
  background: rgba(24, 27, 48, 0.83) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35) !important;
  opacity: 0;
  transform: translateY(28px) scale(0.9);
  transition:
    border-color 0.4s,
    background 0.4s,
    box-shadow 0.45s !important;
}
.constellation-map.is-visible .source-node {
  animation:
    sourceNodeArrive 0.85s var(--ease-out-expo) forwards,
    sourceNodeFloat 5s 1s ease-in-out infinite;
}
.constellation-map.is-visible .node-b {
  animation-delay: 0.18s, 1.3s;
}
.constellation-map.is-visible .node-c {
  animation-delay: 0.32s, 1.6s;
}
.constellation-map.is-visible .node-d {
  animation-delay: 0.46s, 1.9s;
}
.source-node b {
  font-size: 17px !important;
  line-height: 1.2;
}
.source-node span {
  margin-top: 10px !important;
  font-size: 12px !important;
}
.source-node:hover {
  z-index: 8;
  border-color: rgba(85, 230, 178, 0.42) !important;
  background: rgba(34, 38, 67, 0.96) !important;
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.45),
    0 0 34px rgba(85, 230, 178, 0.13) !important;
}
.node-a {
  left: 0 !important;
  top: 10% !important;
}
.node-b {
  right: 0 !important;
  top: 3% !important;
}
.node-c {
  left: 5% !important;
  bottom: 8% !important;
}
.node-d {
  right: 1% !important;
  bottom: 5% !important;
  width: 275px !important;
}
.quote-core {
  --quote-rx: 0deg;
  --quote-ry: 0deg;
  --quote-glow-x: 50%;
  --quote-glow-y: 50%;
  top: 49% !important;
  width: 560px !important;
  min-height: 480px;
  padding: 58px 59px !important;
  border-radius: 42px !important;
  background: linear-gradient(145deg, rgba(89, 99, 255, 0.42), rgba(168, 85, 247, 0.24)) !important;
  box-shadow:
    0 48px 130px rgba(64, 61, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  transform: translate(-50%, -50%) rotateX(var(--quote-rx)) rotateY(var(--quote-ry));
  transform-style: preserve-3d;
  transition:
    transform 0.2s linear,
    box-shadow 0.5s !important;
  overflow: hidden;
}
.quote-core::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    circle 260px at var(--quote-glow-x) var(--quote-glow-y),
    rgba(255, 255, 255, 0.2),
    transparent 70%
  );
  pointer-events: none;
}
.quote-core::before {
  position: relative;
  z-index: 2;
  font-size: 104px !important;
  animation: quoteMarkFloat 3s ease-in-out infinite;
}
.quote-core blockquote {
  position: relative;
  z-index: 2;
  margin-top: 34px !important;
  font-size: 38px !important;
  line-height: 1.24 !important;
  transform: translateZ(38px);
}
.quote-core footer {
  position: relative;
  z-index: 2;
  margin-top: 39px !important;
  font-size: 13px !important;
  transform: translateZ(25px);
}
.quote-core:hover {
  box-shadow:
    0 62px 150px rgba(81, 66, 255, 0.38),
    0 0 65px rgba(168, 85, 247, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}
@keyframes constellationLineDraw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes constellationPointPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.65;
  }
  50% {
    transform: scale(1.9);
    opacity: 1;
  }
}
@keyframes constellationOrbitBreathe {
  50% {
    transform: translate(-50%, -50%) scale(1.04);
    opacity: 0.65;
  }
}
@keyframes sourceNodeArrive {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes sourceNodeFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}
@keyframes quoteMarkFloat {
  50% {
    transform: translateY(-9px) rotate(-4deg);
    text-shadow: 0 0 28px rgba(85, 230, 178, 0.45);
  }
}
@media (max-width: 1100px) {
  .constellation-map {
    height: 720px !important;
  }
  .quote-core {
    width: 500px !important;
    min-height: 440px;
    padding: 50px !important;
  }
  .quote-core blockquote {
    font-size: 34px !important;
  }
  .source-node {
    width: 220px !important;
  }
  .node-d {
    width: 240px !important;
  }
}
@media (max-width: 760px) {
  .constellation {
    padding: 110px 0 !important;
  }
  .constellation-map {
    height: 610px !important;
    margin-top: 60px !important;
  }
  .constellation-map::before {
    width: 450px;
    height: 450px;
  }
  .source-node {
    display: none !important;
  }
  .quote-core {
    width: min(520px, 94%) !important;
    min-height: 430px;
    padding: 42px 35px !important;
  }
  .quote-core blockquote {
    font-size: 30px !important;
  }
  .quote-core footer {
    font-size: 12px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .constellation-map::before,
  .constellation-map svg line,
  .constellation-map svg circle,
  .source-node,
  .quote-core::before {
    animation: none !important;
  }
  .constellation-map svg line {
    stroke-dashoffset: 0 !important;
  }
  .source-node {
    opacity: 1 !important;
    transform: none !important;
  }
  .quote-core {
    transform: translate(-50%, -50%) !important;
    transition: none !important;
  }
}

/* v25 — large animated PDF transformation + large text-tool numbers */
.pdf-layout {
  grid-template-columns: 0.78fr 1.22fr !important;
  gap: 105px !important;
}
.pdf-copy .display {
  font-size: clamp(70px, 6vw, 96px) !important;
  line-height: 0.9 !important;
}
.pdf-copy .lead {
  max-width: 610px !important;
  font-size: 22px !important;
  line-height: 1.55 !important;
}
.pdf-copy .caution {
  margin-top: 42px !important;
  padding: 23px 25px !important;
  font-size: 14px !important;
  line-height: 1.55;
}
.pdf-copy .chapter-link {
  margin-top: 39px !important;
  font-size: 17px !important;
}
.transform-stage {
  --pdf-rx: 0deg;
  --pdf-ry: 0deg;
  --pdf-glow-x: 50%;
  --pdf-glow-y: 50%;
  height: 850px !important;
  perspective: 1600px;
  transform: rotateX(var(--pdf-rx)) rotateY(var(--pdf-ry));
  transform-style: preserve-3d;
  transition: transform 0.2s linear !important;
  will-change: transform;
}
.transform-stage::after {
  content: '';
  position: absolute;
  z-index: 10;
  inset: 0;
  border-radius: 44px;
  background: radial-gradient(
    circle 260px at var(--pdf-glow-x) var(--pdf-glow-y),
    rgba(255, 255, 255, 0.22),
    transparent 72%
  );
  pointer-events: none;
  mix-blend-mode: soft-light;
}
.pdf-page {
  width: 440px !important;
  height: 610px !important;
  padding: 54px 52px !important;
  border-radius: 18px !important;
  box-shadow: 0 42px 100px rgba(46, 37, 80, 0.2) !important;
  animation: pdfFrontFloat 5s ease-in-out infinite;
}
.pdf-page:nth-child(2) {
  left: 38px !important;
  top: 42px !important;
  animation: pdfLayerTwo 6s ease-in-out infinite;
}
.pdf-page:nth-child(3) {
  left: 76px !important;
  top: 12px !important;
  animation: pdfLayerThree 7s ease-in-out infinite;
}
.pdf-page .tiny-label {
  font-size: 12px !important;
}
.pdf-page .pdf-title {
  font-size: 36px !important;
}
.pdf-page-intro {
  max-width: 335px !important;
  font-size: 15px !important;
}
.pdf-assets span {
  padding: 9px 12px !important;
  font-size: 11px !important;
}
.pdf-page .fake-lines {
  gap: 14px !important;
}
.pdf-page .fake-lines i {
  height: 9px !important;
}
.pdf-page-note {
  left: 52px !important;
  right: 52px !important;
  bottom: 45px !important;
  padding: 22px !important;
}
.pdf-page-note b {
  font-size: 14px !important;
}
.pdf-page-note span {
  font-size: 11px !important;
}
.transform-beam {
  left: 350px !important;
  top: 280px !important;
  width: 260px !important;
  height: 180px !important;
  opacity: 0.75;
  animation: pdfBeamFlow 2.8s ease-in-out infinite;
}
.edit-sheet {
  right: -10px !important;
  top: 135px !important;
  width: 480px !important;
  min-height: 600px !important;
  padding: 39px !important;
  border-radius: 34px !important;
  box-shadow: 0 48px 115px rgba(48, 45, 100, 0.25) !important;
  animation: editSheetFloat 5.6s -2s ease-in-out infinite;
}
.edit-top {
  font-size: 14px !important;
}
.edit-intro {
  font-size: 14px !important;
}
.outline-row {
  grid-template-columns: 38px 1fr !important;
  gap: 17px !important;
  margin-bottom: 24px !important;
  opacity: 0;
  transform: translateX(18px);
}
.transform-stage.is-visible .outline-row {
  animation: outlineRowIn 0.7s var(--ease-out-expo) forwards;
}
.transform-stage.is-visible .outline-row:nth-child(2) {
  animation-delay: 0.15s;
}
.transform-stage.is-visible .outline-row:nth-child(3) {
  animation-delay: 0.3s;
}
.transform-stage.is-visible .outline-row:nth-child(4) {
  animation-delay: 0.45s;
}
.outline-row i {
  width: 36px !important;
  height: 36px !important;
  border-radius: 11px !important;
  font-size: 11px !important;
}
.outline-row strong {
  font-size: 15px !important;
}
.outline-row p {
  font-size: 11px !important;
}
.cursor-tag {
  right: -28px !important;
  padding: 11px 15px !important;
  font-size: 11px !important;
  animation: cursorTagPulse 2.4s ease-in-out infinite;
}
.transform-stage > .pdf-page:first-child {
  height: 610px !important;
}
.js .transform-stage.motion-fade.is-visible {
  transform: rotateX(var(--pdf-rx)) rotateY(var(--pdf-ry)) !important;
}
.tool-no {
  display: grid !important;
  place-items: center !important;
  width: 64px !important;
  height: 64px !important;
  margin: 0 !important;
  border: 1px solid rgba(var(--tool-accent), 0.46) !important;
  border-radius: 20px !important;
  background: rgba(var(--tool-accent), 0.14) !important;
  color: rgb(var(--tool-accent)) !important;
  box-shadow:
    0 9px 0 rgba(var(--tool-accent), 0.16),
    0 19px 37px rgba(var(--tool-accent), 0.17),
    inset 0 1px rgba(255, 255, 255, 0.15) !important;
  font-size: 16px !important;
  animation: toolNumberFloat 4s ease-in-out infinite !important;
  transition:
    transform 0.5s var(--ease-out-expo),
    background 0.4s,
    color 0.4s,
    box-shadow 0.4s !important;
}
.text-tool:nth-child(2) .tool-no {
  animation-delay: -1s !important;
}
.text-tool:nth-child(3) .tool-no {
  animation-delay: -2s !important;
}
.text-tool:nth-child(4) .tool-no {
  animation-delay: -3s !important;
}
.text-tool:hover .tool-no {
  color: #0b0d17 !important;
  background: rgb(var(--tool-accent)) !important;
  box-shadow:
    0 12px 0 rgba(var(--tool-accent), 0.3),
    0 25px 50px rgba(var(--tool-accent), 0.28) !important;
  transform: translateY(-7px) rotate(-5deg) scale(1.1);
}
@keyframes pdfFrontFloat {
  0%,
  100% {
    translate: 0 0;
    rotate: 0deg;
  }
  50% {
    translate: 0 -10px;
    rotate: -0.5deg;
  }
}
@keyframes pdfLayerTwo {
  0%,
  100% {
    transform: rotate(-5deg) translateY(0);
  }
  50% {
    transform: rotate(-3deg) translateY(-14px);
  }
}
@keyframes pdfLayerThree {
  0%,
  100% {
    transform: rotate(-9deg) translateY(0);
  }
  50% {
    transform: rotate(-11deg) translateY(-18px);
  }
}
@keyframes pdfBeamFlow {
  0%,
  100% {
    filter: blur(10px);
    transform: scaleX(0.9);
    opacity: 0.45;
  }
  50% {
    filter: blur(5px);
    transform: scaleX(1.12);
    opacity: 0.9;
  }
}
@keyframes editSheetFloat {
  0%,
  100% {
    translate: 0 0;
    rotate: 0deg;
  }
  50% {
    translate: 0 -12px;
    rotate: 0.7deg;
  }
}
@keyframes outlineRowIn {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes cursorTagPulse {
  50% {
    transform: translate(5px, -5px);
    box-shadow: 0 18px 35px rgba(89, 99, 255, 0.42);
  }
}
@keyframes toolNumberFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px) rotate(3deg);
  }
}
@media (max-width: 1100px) {
  .pdf-layout {
    grid-template-columns: 1fr !important;
  }
  .transform-stage {
    margin-top: 60px;
  }
  .pdf-copy .display {
    font-size: 72px !important;
  }
  .tool-no {
    width: 58px !important;
    height: 58px !important;
  }
}
@media (max-width: 760px) {
  .pdf-copy .display {
    font-size: 54px !important;
  }
  .pdf-copy .lead {
    font-size: 18px !important;
  }
  .transform-stage {
    height: auto !important;
    transform: none !important;
  }
  .transform-stage > .pdf-page {
    width: 100% !important;
    height: auto !important;
    min-height: 610px !important;
  }
  .edit-sheet {
    width: 100% !important;
  }
  .tool-no {
    width: 55px !important;
    height: 55px !important;
    border-radius: 17px !important;
    font-size: 14px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .transform-stage,
  .pdf-page,
  .edit-sheet,
  .transform-beam,
  .cursor-tag,
  .tool-no {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
  .outline-row {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

/* v26 — larger editor typography */
.editor-stage {
  gap: 28px !important;
  margin-top: 62px !important;
}
.editor-pane {
  min-height: 590px !important;
  padding: 48px 46px !important;
  border-radius: 36px !important;
}
.editor-head {
  padding-bottom: 30px !important;
  font-size: 16px !important;
  letter-spacing: 0.01em;
}
.editor-head span {
  font-size: 14px !important;
}
.editor-copy {
  margin-top: 42px !important;
  font-size: 23px !important;
  line-height: 1.72 !important;
}
.editor-copy mark {
  padding: 3px 6px !important;
  border-radius: 5px;
}
.quality-row {
  gap: 13px !important;
  margin-top: 42px !important;
  flex-wrap: wrap;
}
.quality-row span {
  padding: 11px 15px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
}
.editor-pane:hover {
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
  transform: translateY(-7px);
}
.editor-pane {
  transition:
    transform 0.55s var(--ease-out-expo),
    box-shadow 0.55s;
}
@media (max-width: 760px) {
  .editor-pane {
    min-height: auto !important;
    padding: 34px 27px !important;
  }
  .editor-head {
    font-size: 14px !important;
  }
  .editor-head span {
    font-size: 12px !important;
  }
  .editor-copy {
    font-size: 20px !important;
  }
  .quality-row span {
    font-size: 12px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .editor-pane {
    transition: none !important;
  }
}

/* v28 — compact static footer identity */
.footer-official {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 25px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.footer-official::before {
  content: none !important;
}
.footer-official img {
  width: 36px !important;
  height: 36px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  transform: none !important;
  animation: none !important;
}
.footer-official div {
  display: flex !important;
  align-items: baseline !important;
  gap: 7px !important;
}
.footer-official span {
  color: rgba(255, 255, 255, 0.42) !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
}
.footer-official strong {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
}
.footer-official:hover img,
.footer-official:hover strong,
.footer-official:hover span {
  transform: none !important;
  animation: none !important;
  filter: none !important;
}
.footer-bottom {
  justify-content: flex-end !important;
}
.footer-bottom span {
  font-size: 10px !important;
}
@media (max-width: 600px) {
  .footer-official div {
    display: grid !important;
    gap: 2px !important;
  }
  .footer-official span {
    font-size: 8px !important;
  }
  .footer-official strong {
    font-size: 13px !important;
  }
}

/* v33 — WCAG AA contrast for small labels on light and dark surfaces. */
.compare-intro .eyebrow,
.scenarios > .container > .eyebrow {
  color: #3943c6 !important;
}
.summary-top .eyebrow,
.faq-title .eyebrow {
  color: #ad3028 !important;
}
.summary-value-head span {
  color: #3943c6 !important;
}
.pdf-copy > .eyebrow {
  color: #7130ae !important;
}
.footer-official span,
.footer-bottom span {
  color: rgba(255, 255, 255, 0.66) !important;
}

/* v34 — intent-complete audience block built from the current visual system. */
.for-whom {
  position: relative;
  padding: 150px 0;
  color: #fff;
  background: #0e1120;
  box-shadow:
    0 -38px 90px rgba(8, 10, 18, 0.3),
    inset 0 1px rgba(255, 255, 255, 0.07);
  overflow: hidden;
}
.for-whom::before {
  content: '';
  position: absolute;
  width: 680px;
  height: 680px;
  right: -260px;
  top: -310px;
  border-radius: 50%;
  background: conic-gradient(
    from 45deg,
    rgba(85, 230, 178, 0.2),
    rgba(89, 99, 255, 0.2),
    rgba(168, 85, 247, 0.2),
    rgba(255, 107, 94, 0.15),
    rgba(85, 230, 178, 0.2)
  );
  filter: blur(80px);
  opacity: 0.48;
}
.audience-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 100px;
  align-items: end;
}
.audience-head .eyebrow {
  color: var(--mint);
}
.audience-head .display {
  margin-top: 30px;
}
.audience-head .lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}
.audience-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 78px;
}
.audience-card {
  --audience-accent: 85, 230, 178;
  position: relative;
  isolation: isolate;
  min-height: 345px;
  padding: 38px;
  border: 1px solid rgba(var(--audience-accent), 0.2);
  border-radius: 31px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.065),
    rgba(var(--audience-accent), 0.045)
  );
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition:
    transform 0.5s var(--ease-out-expo),
    border-color 0.4s,
    box-shadow 0.5s;
}
.audience-card:nth-child(2) {
  --audience-accent: 89, 99, 255;
}
.audience-card:nth-child(3) {
  --audience-accent: 168, 85, 247;
}
.audience-card:nth-child(4) {
  --audience-accent: 255, 107, 94;
}
.audience-card::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 270px;
  height: 270px;
  right: -130px;
  top: -150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--audience-accent), 0.28), transparent 68%);
  transition:
    transform 0.7s var(--ease-out-expo),
    opacity 0.4s;
}
.audience-card > span {
  color: rgb(var(--audience-accent));
  font:
    850 11px/1 ui-monospace,
    monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.audience-card h3 {
  margin: 64px 0 0;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -0.045em;
}
.audience-card p {
  max-width: 500px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  line-height: 1.65;
}
.audience-card > div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.audience-card > div i {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 10px;
  background: rgba(var(--audience-accent), 0.12);
  color: rgb(var(--audience-accent));
  font-style: normal;
  font-size: 17px;
  animation: audienceArrow 2.8s ease-in-out infinite;
}
.audience-card:nth-child(2) > div i {
  animation-delay: -0.7s;
}
.audience-card:nth-child(3) > div i {
  animation-delay: -1.4s;
}
.audience-card:nth-child(4) > div i {
  animation-delay: -2.1s;
}
.audience-card:hover {
  transform: translateY(-10px);
  border-color: rgba(var(--audience-accent), 0.48);
  box-shadow:
    0 38px 90px rgba(0, 0, 0, 0.32),
    0 0 45px rgba(var(--audience-accent), 0.1);
}
.audience-card:hover::before {
  transform: scale(1.35);
}
@keyframes audienceArrow {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
@media (max-width: 900px) {
  .audience-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .audience-head .lead {
    max-width: 650px;
  }
  .audience-grid {
    grid-template-columns: 1fr;
  }
  .audience-card {
    min-height: 310px;
  }
}
@media (max-width: 600px) {
  .for-whom {
    padding: 104px 0;
  }
  .audience-grid {
    margin-top: 52px;
  }
  .audience-card {
    min-height: auto;
    padding: 29px 24px;
    border-radius: 25px;
  }
  .audience-card h3 {
    margin-top: 45px;
    font-size: 28px;
  }
  .audience-card p {
    font-size: 14px;
  }
  .audience-card > div {
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 29px;
  }
  .audience-card > div i {
    width: 28px;
    height: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .audience-card > div i {
    animation: none !important;
  }
}
@media (max-width: 760px) {
  .hero-type-title em {
    font-size: 0.7em;
  }
  .hero-type-title > [data-type-text] {
    white-space: nowrap;
  }
}

/* v29 — tactile CTA with a restrained pulse */
.btn-primary,
.btn-ink,
.offer-copy .btn-primary,
.final-inner .btn {
  --cta-glow: rgba(111, 83, 255, 0.48);
  overflow: visible !important;
  isolation: isolate;
}
.btn-primary::after,
.btn-ink::after,
.offer-copy .btn-primary::after,
.final-inner .btn::after {
  content: '';
  position: absolute;
  z-index: -2;
  inset: -8px;
  border: 1px solid rgba(134, 109, 255, 0.34);
  border-radius: 22px;
  opacity: 0;
  transform: scale(0.92);
  animation: ctaSoftPulse 3.2s ease-out infinite;
  pointer-events: none;
}
.btn-primary::before,
.btn-ink::before,
.offer-copy .btn-primary::before,
.final-inner .btn::before {
  z-index: 0 !important;
  left: 12px !important;
  right: 12px !important;
  top: 4px !important;
  height: 42% !important;
  border-radius: 13px !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.03)
  ) !important;
}
.btn-primary,
.btn-ink,
.offer-copy .btn-primary,
.final-inner .btn {
  min-height: 64px !important;
  padding: 0 14px 0 27px !important;
  border-color: #9a87ff !important;
  border-radius: 19px !important;
  background: linear-gradient(135deg, #6654ed, #7255ed 55%, #684ee0) !important;
  box-shadow:
    0 8px 0 #38279d,
    0 20px 40px rgba(70, 48, 190, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -9px 18px rgba(42, 25, 132, 0.18) !important;
  letter-spacing: -0.01em;
  animation: ctaButtonBreathe 3.2s ease-in-out infinite;
}
.btn-primary > span:last-child,
.btn-ink > span:last-child,
.offer-copy .btn-primary > span:last-child,
.final-inner .btn > span:last-child {
  z-index: 2;
  width: 46px !important;
  height: 46px !important;
  margin-left: 12px !important;
  border-radius: 15px !important;
  background-image: var(--arrow-up-light), linear-gradient(145deg, #8e7aff, #5971ff) !important;
  background-size: 29px, 100% !important;
  box-shadow:
    0 5px 0 #3d2eaf,
    0 11px 23px rgba(43, 28, 146, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
  animation: ctaArrowNudge 2.2s ease-in-out infinite;
}
.btn-primary:hover,
.btn-ink:hover,
.offer-copy .btn-primary:hover,
.final-inner .btn:hover {
  background: linear-gradient(135deg, #765fff, #815dff 55%, #7753ef) !important;
  box-shadow:
    0 11px 0 #38279d,
    0 29px 56px rgba(76, 50, 211, 0.53),
    0 0 38px var(--cta-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
  transform: translateY(-5px) scale(1.018) !important;
  animation-play-state: paused;
}
.btn-primary:hover::after,
.btn-ink:hover::after,
.offer-copy .btn-primary:hover::after,
.final-inner .btn:hover::after {
  opacity: 1;
  animation: none;
  transform: scale(1.04);
  box-shadow: 0 0 28px rgba(119, 86, 255, 0.2);
}
.btn-primary:hover > span:last-child,
.btn-ink:hover > span:last-child,
.offer-copy .btn-primary:hover > span:last-child,
.final-inner .btn:hover > span:last-child {
  animation: none;
  transform: translate(5px, -5px) rotate(7deg) scale(1.08) !important;
}
.btn-primary:active,
.btn-ink:active,
.offer-copy .btn-primary:active,
.final-inner .btn:active {
  transform: translateY(6px) scale(0.99) !important;
  box-shadow:
    0 2px 0 #38279d,
    0 9px 20px rgba(70, 48, 190, 0.35),
    inset 0 2px 8px rgba(29, 16, 102, 0.22) !important;
}
.btn-primary:focus-visible,
.btn-ink:focus-visible,
.offer-copy .btn-primary:focus-visible,
.final-inner .btn:focus-visible {
  outline: 3px solid rgba(85, 230, 178, 0.9);
  outline-offset: 6px;
}
@keyframes ctaButtonBreathe {
  0%,
  100% {
    filter: brightness(1);
    box-shadow:
      0 8px 0 #38279d,
      0 20px 40px rgba(70, 48, 190, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.42),
      inset 0 -9px 18px rgba(42, 25, 132, 0.18);
  }
  50% {
    filter: brightness(1.055);
    box-shadow:
      0 8px 0 #38279d,
      0 24px 48px rgba(78, 52, 216, 0.5),
      0 0 25px rgba(112, 82, 255, 0.17),
      inset 0 1px 0 rgba(255, 255, 255, 0.46),
      inset 0 -9px 18px rgba(42, 25, 132, 0.16);
  }
}
@keyframes ctaSoftPulse {
  0% {
    opacity: 0;
    transform: scale(0.93);
  }
  28% {
    opacity: 0.42;
  }
  72%,
  100% {
    opacity: 0;
    transform: scale(1.09);
  }
}
@keyframes ctaArrowNudge {
  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }
  50% {
    transform: translate(3px, -3px) rotate(4deg);
  }
}
@media (max-width: 760px) {
  .btn-primary,
  .btn-ink,
  .offer-copy .btn-primary,
  .final-inner .btn {
    min-height: 60px !important;
    padding-left: 21px !important;
  }
  .btn-primary > span:last-child,
  .btn-ink > span:last-child,
  .offer-copy .btn-primary > span:last-child,
  .final-inner .btn > span:last-child {
    width: 43px !important;
    height: 43px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn-primary,
  .btn-ink,
  .offer-copy .btn-primary,
  .final-inner .btn,
  .btn-primary::after,
  .btn-ink::after,
  .offer-copy .btn-primary::after,
  .final-inner .btn::after,
  .btn-primary > span:last-child,
  .btn-ink > span:last-child,
  .offer-copy .btn-primary > span:last-child,
  .final-inner .btn > span:last-child {
    animation: none !important;
  }
}

/* v30 — real-time hero typing */
.hero-type-title {
  position: relative;
  height: 1.82em;
  min-height: 1.82em;
}
.hero-type-title > [data-type-text] {
  white-space: pre;
}
.hero-type-title em {
  display: inline;
}
.hero-type-title .type-caret {
  display: none;
  width: 5px;
  height: 0.78em;
  margin-left: 10px;
  border-radius: 4px;
  background: linear-gradient(var(--mint), #b7a8ff);
  box-shadow: 0 0 18px rgba(85, 230, 178, 0.55);
  vertical-align: -0.06em;
}
.hero-type-title.is-typing .type-caret {
  display: inline-block;
  animation: typeCaretBlink 0.72s steps(1, end) infinite;
}
.hero-type-title.is-typed .type-caret {
  display: inline-block;
  animation: typeCaretFinish 1.2s ease forwards;
}
.hero-type-title.is-typing + [class],
.hero-type-title.is-typing ~ .hero-text,
.hero-type-title.is-typing ~ .hero-actions {
  opacity: 0.42;
  transform: translateY(8px);
}
.hero-type-title ~ .hero-text,
.hero-type-title ~ .hero-actions {
  transition:
    opacity 0.7s var(--ease-out-expo),
    transform 0.7s var(--ease-out-expo);
}
@keyframes typeCaretBlink {
  50% {
    opacity: 0;
  }
}
@keyframes typeCaretFinish {
  0%,
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(8px);
  }
}
@media (max-width: 760px) {
  .hero-type-title {
    height: 1.9em;
    min-height: 1.9em;
  }
  .hero-type-title .type-caret {
    width: 4px;
    margin-left: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-type-title .type-caret {
    display: none !important;
  }
  .hero-type-title ~ .hero-text,
  .hero-type-title ~ .hero-actions {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* v31 — deliberate mobile layout, not a scaled desktop canvas */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }
  :root {
    --pad: 20px;
  }
  .container {
    max-width: none;
  }
  .nav {
    padding: 12px 0;
  }
  .nav-inner {
    min-height: 64px;
    padding: 7px 12px;
    border-radius: 19px;
  }
  .nav .official-brand {
    min-height: 44px;
  }
  .nav .brand-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  .nav .brand-wordmark {
    font-size: 16px;
  }
  .hero {
    gap: 34px;
    padding: 54px 0 74px;
  }
  .hero-copy {
    max-width: 100%;
  }
  .hero .eyebrow {
    font-size: 10px;
    line-height: 1.35;
  }
  .hero h1 {
    font-size: clamp(45px, 14.8vw, 58px);
    line-height: 0.91;
  }
  .hero-type-title {
    height: 1.86em;
    min-height: 1.86em;
  }
  .hero-text {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.55;
  }
  .hero-actions {
    margin-top: 28px;
  }
  .hero-actions .btn {
    min-height: 62px;
  }
  .trust-line {
    align-items: flex-start;
    gap: 12px;
    margin-top: 30px;
    font-size: 11px;
    line-height: 1.55;
  }
  .faces {
    flex: 0 0 auto;
  }
  .hero-stage {
    height: 390px;
    min-width: 0;
    perspective: none;
  }
  .workspace {
    position: relative;
    top: 12px;
    left: 0;
    width: 100%;
    height: 350px;
    border-radius: 24px;
    transform: none !important;
  }
  .workspace-bar {
    height: 45px;
    padding: 0 13px;
    font-size: 8px;
  }
  .workspace-bar > span:first-of-type {
    max-width: 205px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .workspace-body {
    grid-template-columns: 92px 1fr;
    height: 305px;
  }
  .source-pane {
    padding: 15px 8px;
  }
  .source-pane .tiny-label {
    font-size: 7px;
  }
  .source-item {
    padding: 10px 7px;
    font-size: 7px;
  }
  .chat-pane {
    padding: 17px 13px;
  }
  .chat-title {
    font-size: 13px;
  }
  .chat-sub {
    margin-top: 6px;
    font-size: 8px;
  }
  .answer {
    margin-top: 19px;
  }
  .answer p {
    font-size: 9px;
    line-height: 1.5;
  }
  .quote-inline {
    padding-left: 9px;
  }
  .studio-pane {
    display: none;
  }
  .ask {
    left: 105px;
    right: 11px;
    bottom: 10px;
    height: 36px;
    padding: 0 10px;
    font-size: 7px;
  }
  .ask b {
    width: 23px;
    height: 23px;
  }
  .float-source,
  .insight-chip,
  .hero-foot {
    display: none;
  }
  .aurora {
    left: 50%;
    top: 50%;
    width: 330px;
    height: 330px;
    margin-left: -165px;
  }
  .source-ribbon {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .source-ribbon::-webkit-scrollbar {
    display: none;
  }
  .source-ribbon .ribbon-track {
    width: max-content;
    min-width: 850px;
    padding-inline: 20px;
    animation: none !important;
  }
  .ribbon-title {
    font-size: 18px;
  }
  .format-pill {
    min-height: 48px;
    padding-inline: 16px;
  }
  .ribbon-arrow {
    width: 36px;
    height: 36px;
  }
  .paper-section,
  .white-section,
  .analysis,
  .anatomy,
  .compare,
  .summary,
  .constellation,
  .pdf-flow,
  .text-studio,
  .scenarios,
  .method,
  .workspace-offer,
  .faq,
  .final-cta {
    padding: 84px 0;
  }
  .visual-essay {
    padding: 84px 0 94px;
  }
  .visual-essay-head {
    gap: 22px;
    margin-bottom: 48px;
  }
  .visual-essay-head .display,
  .display {
    font-size: clamp(42px, 12.6vw, 50px);
    line-height: 0.98;
  }
  .visual-essay-head .lead,
  .lead {
    font-size: 17px;
    line-height: 1.55;
  }
  .visual-essay-grid {
    grid-template-rows: 350px 430px 250px;
    gap: 16px;
  }
  .image-scene {
    border-radius: 24px;
  }
  .image-scene figcaption {
    gap: 13px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .image-scene figcaption > span {
    width: 46px;
    height: 46px;
  }
  .image-scene figcaption strong {
    font-size: 23px;
  }
  .image-scene figcaption small {
    max-width: 210px;
    font-size: 9px;
    line-height: 1.4;
  }
  .analysis-layout {
    gap: 45px;
  }
  .chapter h2 {
    margin-top: 28px;
    font-size: clamp(48px, 14vw, 58px);
  }
  .chapter p {
    font-size: 16px;
    line-height: 1.65;
  }
  .chapter-link {
    font-size: 14px;
  }
  .analysis-board {
    padding: 0;
  }
  .board-shell {
    min-height: 0;
    padding: 12px;
    border-radius: 25px;
  }
  .board-top {
    gap: 12px;
    padding: 8px 6px 14px;
  }
  .board-title {
    min-width: 0;
  }
  .board-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
  }
  .board-state span {
    display: none;
  }
  .analysis-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 12px;
  }
  .metric-main {
    min-height: 330px;
    padding: 25px 22px;
  }
  .metric-value {
    font-size: 72px;
  }
  .metric-main p {
    font-size: 12px;
  }
  .metric-stack {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .metric-small {
    min-height: 145px;
    padding: 20px;
  }
  .topic-map {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 25px 22px;
  }
  .insight-note {
    padding-top: 24px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .insight-note blockquote {
    font-size: 25px;
  }
  .section-head {
    gap: 24px;
  }
  .anatomy-stage {
    gap: 28px;
  }
  .document-sheet {
    width: 100%;
    margin: 0;
    padding: 36px 23px;
    border-radius: 24px;
    transform: none;
  }
  .doc-title {
    font-size: 30px;
    line-height: 1.05;
  }
  .doc-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
  }
  .doc-copy {
    font-size: 15px;
    line-height: 1.7;
  }
  .meaning-stack {
    gap: 12px;
  }
  .meaning-item {
    min-height: 150px;
    padding: 24px;
    border-radius: 23px;
  }
  .meaning-item::before {
    font-size: 22px;
  }
  .meaning-item strong {
    font-size: 20px;
  }
  .meaning-item p {
    font-size: 13px;
  }
  .compare-intro,
  .summary-top,
  .method-top {
    gap: 24px;
  }
  .compare-stage {
    gap: 16px;
    padding-top: 18px;
  }
  .compare-doc {
    min-height: 0;
    padding: 30px 24px;
    border-radius: 27px;
  }
  .compare-doc h3 {
    font-size: 31px;
  }
  .compare-doc:nth-child(2) {
    transform: none;
  }
  .command-strip {
    grid-template-columns: 1fr;
  }
  .command {
    min-height: 170px !important;
  }
  .compression {
    gap: 16px !important;
    margin-top: 55px !important;
  }
  .compress-card {
    padding: 31px 24px !important;
    border-radius: 27px !important;
  }
  .compress-card h3,
  .action-summary h3 {
    font-size: 27px !important;
  }
  .card-explainer {
    font-size: 14px !important;
  }
  .source-specs span {
    font-size: 10px !important;
  }
  .summary-points li {
    padding-left: 31px !important;
    font-size: 14px !important;
  }
  .summary-value {
    margin-top: 28px !important;
    padding: 28px 20px !important;
  }
  .constellation {
    padding: 90px 0 !important;
  }
  .constellation-map {
    height: 540px !important;
    margin-top: 40px !important;
  }
  .constellation-map::before {
    width: 330px;
    height: 330px;
  }
  .quote-core {
    width: 100% !important;
    min-height: 400px;
    padding: 36px 27px !important;
  }
  .quote-core blockquote {
    font-size: 28px !important;
    line-height: 1.18;
  }
  .quote-core footer {
    font-size: 11px !important;
  }
  .pdf-layout {
    gap: 40px !important;
  }
  .pdf-copy {
    width: 100%;
    min-width: 0;
  }
  .pdf-copy .display {
    font-size: clamp(45px, 13.8vw, 54px) !important;
    overflow-wrap: anywhere;
  }
  .pdf-copy .lead {
    font-size: 17px !important;
  }
  .pdf-copy .caution {
    margin-top: 30px !important;
    padding: 19px !important;
    font-size: 12px !important;
  }
  .transform-stage {
    display: grid !important;
    gap: 16px !important;
    height: auto !important;
    margin-top: 18px !important;
    transform: none !important;
  }
  .transform-stage::after {
    display: none;
  }
  .transform-stage > .pdf-page,
  .transform-stage > .pdf-page:first-child {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 540px !important;
    margin: 0 !important;
    padding: 34px 25px !important;
    border-radius: 24px !important;
    transform: none !important;
  }
  .pdf-page-note {
    left: 25px !important;
    right: 25px !important;
    bottom: 28px !important;
  }
  .edit-sheet {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    min-height: 520px !important;
    margin: 0 !important;
    padding: 29px 23px !important;
    border-radius: 26px !important;
    transform: none !important;
  }
  .edit-top,
  .edit-intro,
  .outline-row {
    width: 100% !important;
  }
  .outline-row {
    grid-template-columns: 36px minmax(0, 1fr) !important;
    gap: 12px !important;
  }
  .outline-row > div {
    min-width: 0;
  }
  .outline-row strong,
  .outline-row p {
    overflow-wrap: anywhere;
  }
  .cursor-tag {
    right: 15px !important;
    bottom: 15px !important;
  }
  .text-toolbox {
    margin-top: 48px;
    border-radius: 27px;
  }
  .toolbox-intro {
    min-height: 315px;
    padding: 31px 24px;
  }
  .toolbox-intro h3 {
    font-size: 38px;
  }
  .toolbox-intro > p {
    font-size: 13px;
  }
  .toolbox-grid {
    grid-template-columns: 1fr;
  }
  .text-tool {
    grid-template-columns: 54px minmax(0, 1fr) 44px;
    column-gap: 14px;
    min-height: 205px;
    padding: 23px 18px;
  }
  .tool-icon {
    width: 52px;
    height: 52px;
  }
  .text-tool strong {
    font-size: 20px;
  }
  .text-tool p {
    font-size: 12px;
  }
  .editor-stage {
    grid-template-columns: 1fr;
    gap: 16px !important;
    margin-top: 42px !important;
  }
  .editor-pane {
    min-height: 0 !important;
    padding: 28px 22px !important;
    border-radius: 27px !important;
  }
  .editor-head {
    gap: 10px;
    font-size: 13px !important;
  }
  .editor-copy {
    margin-top: 28px !important;
    font-size: 18px !important;
    line-height: 1.65 !important;
  }
  .quality-row {
    margin-top: 28px !important;
  }
  .quality-row span {
    font-size: 11px !important;
  }
  .scenario-grid {
    gap: 30px;
    margin-top: 48px;
  }
  .scenario-aside strong {
    font-size: 24px;
  }
  .scenario-row {
    grid-template-columns: 44px minmax(0, 1fr) 52px !important;
    min-height: 112px !important;
    gap: 10px;
    padding: 18px 10px;
  }
  .scenario-row .no {
    font-size: 14px;
  }
  .scenario-row strong {
    font-size: 17px;
    overflow-wrap: anywhere;
  }
  .scenario-row p {
    display: none;
  }
  .scenario-row i {
    width: 46px !important;
    height: 46px !important;
  }
  .method-line {
    grid-template-columns: 1fr;
    gap: 14px !important;
    margin-top: 50px !important;
  }
  .method-step {
    display: grid;
    grid-template-columns: 68px 1fr;
    column-gap: 18px;
    align-items: start;
    padding: 22px;
  }
  .step-dot {
    grid-row: 1/3;
    width: 66px !important;
    height: 66px !important;
  }
  .method-step h3 {
    margin-top: 4px !important;
    font-size: 20px !important;
  }
  .method-step p {
    margin-top: 8px;
    font-size: 13px !important;
  }
  .offer-panel {
    min-height: 0;
    border-radius: 30px;
  }
  .offer-copy {
    padding: 40px 25px;
  }
  .offer-copy h2 {
    font-size: 40px;
  }
  .offer-copy p {
    font-size: 15px;
  }
  .offer-copy .btn {
    width: 100%;
  }
  .offer-list {
    padding: 20px 25px 35px;
  }
  .offer-item {
    grid-template-columns: 40px 1fr;
    gap: 14px;
    padding: 20px 0;
  }
  .offer-item strong {
    font-size: 15px;
  }
  .offer-item span {
    font-size: 12px;
    line-height: 1.5;
  }
  .faq-grid {
    gap: 40px;
  }
  .faq-title p {
    font-size: 15px;
  }
  .faq-item {
    padding: 22px 0;
  }
  .faq-item strong {
    max-width: calc(100% - 58px);
    font-size: 18px;
  }
  .faq-item p {
    font-size: 14px;
    line-height: 1.6;
  }
  .faq-item i {
    width: 44px !important;
    height: 44px !important;
  }
  .final-cta {
    padding: 96px 0;
  }
  .portal-ring {
    width: min(340px, calc(100% - 24px));
    height: min(340px, calc(100vw - 24px));
  }
  .final-inner h2 {
    font-size: clamp(46px, 13vw, 54px);
  }
  .final-inner p {
    font-size: 15px;
  }
  .final-inner .btn {
    width: 100%;
  }
  .site-footer {
    padding: 64px 0 28px;
  }
  .footer-top {
    gap: 35px;
    padding-bottom: 42px;
  }
  .footer-links {
    grid-template-columns: 1fr;
  }
  .footer-links a {
    min-height: 58px;
    font-size: 13px;
  }
  .footer-official {
    width: 100%;
    margin-bottom: 28px;
    padding: 12px 14px;
  }
  .footer-official img {
    width: 42px;
    height: 42px;
  }
  .footer-bottom {
    font-size: 11px;
  }
  .btn,
  .chapter-link,
  .scenario-row,
  .text-tool,
  .faq-item {
    -webkit-tap-highlight-color: transparent;
  }
  .btn {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  :root {
    --pad: 16px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero-text {
    font-size: 17px;
  }
  .workspace-body {
    grid-template-columns: 82px 1fr;
  }
  .ask {
    left: 94px;
  }
  .visual-essay-head .display,
  .display {
    font-size: 41px;
  }
  .chapter h2 {
    font-size: 47px;
  }
  .doc-title {
    font-size: 27px;
  }
  .pdf-copy .display {
    font-size: 44px !important;
  }
  .text-tool {
    grid-template-columns: 48px minmax(0, 1fr) 42px;
    padding-inline: 15px;
  }
  .tool-icon {
    width: 48px;
    height: 48px;
  }
  .scenario-row {
    grid-template-columns: 38px minmax(0, 1fr) 46px !important;
  }
  .scenario-row strong {
    font-size: 16px;
  }
}

/* v37 — cross-page readability and true mobile containment */
.hero .lead {
  color: rgba(255, 255, 255, 0.76);
}
.step p {
  color: rgba(255, 255, 255, 0.7);
}
.final-cta p {
  color: rgba(255, 255, 255, 0.72);
}
.footer-links {
  color: rgba(255, 255, 255, 0.76);
}
.outcome .no,
.step .no {
  font-size: 14px;
}
.art-label b {
  font-size: 12px;
}
.art-label span {
  font-size: 14px;
}
@media (max-width: 760px) {
  .hero,
  .hero-copy,
  .hero-actions,
  .split,
  .split > *,
  .feature-card {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .hero,
  .split {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .hero h1,
  .split h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .hero .lead {
    font-size: 18px;
    line-height: 1.58;
    color: rgba(255, 255, 255, 0.78);
  }
  .eyebrow {
    font-size: 12px !important;
    line-height: 1.4;
  }
  .outcome .no,
  .step .no {
    font-size: 15px;
  }
  .outcome p,
  .step p,
  .notice p,
  .feature-card p {
    font-size: 16px;
    line-height: 1.65;
  }
  .footer-links a {
    font-size: 15px !important;
  }
  .footer-official span {
    font-size: 10px !important;
  }
  .footer-official strong {
    font-size: 15px !important;
  }
  .footer-bottom span {
    font-size: 12px !important;
  }
}

/* v38.1 — final cascade locks after legacy mobile rules */
@media (max-width: 760px) {
  .source-ribbon {
    padding: 29px 18px !important;
    overflow: hidden !important;
  }
  .source-ribbon > .ribbon-track {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    justify-content: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    transform: none !important;
    animation: none !important;
  }
  .source-ribbon .ribbon-title {
    flex: 1 0 100% !important;
    margin: 0 0 13px !important;
    padding: 0 8px !important;
    text-align: center !important;
    white-space: normal !important;
    font-size: 24px !important;
    line-height: 1.12 !important;
  }
  .source-ribbon .format-pill {
    flex: 1 1 calc(50% - 6px) !important;
    justify-content: center !important;
    min-width: 0 !important;
    min-height: 46px !important;
    padding: 9px 10px !important;
    text-align: center !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
  }
  .source-ribbon .ribbon-arrow {
    display: none !important;
  }
  .compare-stage {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
    padding-top: 0 !important;
  }
  .compare-stage .compare-doc:first-of-type {
    grid-row: 1 !important;
  }
  .compare-stage > .difference-spine {
    grid-row: 2 !important;
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    top: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: stretch !important;
    width: 100% !important;
    height: 62px !important;
    padding: 0 !important;
    transform: none !important;
    font-size: 28px !important;
  }
  .compare-stage .compare-doc:last-of-type {
    grid-row: 3 !important;
  }
  .compare-stage > .difference-spine::before,
  .compare-stage > .difference-spine::after {
    top: 50% !important;
    bottom: auto !important;
    width: calc(50% - 42px) !important;
    height: 1px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
  }
  .compare-stage > .difference-spine::before {
    left: 0 !important;
  }
  .compare-stage > .difference-spine::after {
    left: auto !important;
    right: 0 !important;
    transform: scaleX(-1) !important;
  }
}
@media (max-width: 360px) {
  .source-ribbon .ribbon-title {
    font-size: 22px !important;
  }
  .source-ribbon .format-pill {
    flex-basis: 100% !important;
  }
}
/* v40 — remove every directional glyph; highlight the whole control instead. */
.arrow,
.ribbon-arrow,
.step-arrow,
.inline-arrow,
.tool-arrow,
.toolbox-hint i,
.chapter-link span,
.action-summary a span,
.scenario-row i,
.audience-card i,
.btn > span:last-child {
  display: none !important;
}
.art-label span {
  display: none !important;
}
.command::after,
.footer-links a::after {
  content: none !important;
  display: none !important;
}
.ask {
  gap: 10px;
}
.ask b {
  width: auto !important;
  min-width: 78px;
  height: 34px !important;
  padding-inline: 13px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 10px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #6c57ee, #7659f2) !important;
  box-shadow:
    0 5px 0 #3b2a9f,
    0 11px 22px rgba(77, 56, 205, 0.34) !important;
  font-size: 11px !important;
  font-weight: 800;
}
.ask:hover b {
  filter: brightness(1.1);
  transform: translateY(-2px);
}
.command {
  border-top: 2px solid rgba(var(--accent), 0.36);
}
.command:hover {
  transform: translateY(-7px);
  box-shadow:
    inset 0 0 0 2px rgba(var(--accent), 0.5),
    0 28px 58px rgba(0, 0, 0, 0.26) !important;
}
.toolbox-hint {
  padding: 18px 20px !important;
  border: 1px solid rgba(85, 230, 178, 0.22) !important;
  border-radius: 16px;
  background: rgba(85, 230, 178, 0.08);
}
.text-tool {
  grid-template-columns: 62px minmax(0, 1fr) !important;
  border-top: 2px solid rgba(var(--tool-accent), 0.34);
}
.text-tool:hover {
  transform: translateY(-6px);
  box-shadow:
    inset 0 0 0 2px rgba(var(--tool-accent), 0.48),
    0 28px 65px rgba(0, 0, 0, 0.28) !important;
}
.compare-result a,
.chapter-link,
.action-summary a {
  display: inline-flex !important;
  align-items: center;
  min-height: 48px;
  padding: 0 20px !important;
  border: 2px solid #6551e8 !important;
  border-radius: 14px;
  background: rgba(101, 81, 232, 0.08);
  box-shadow:
    0 5px 0 rgba(62, 44, 169, 0.28),
    0 13px 28px rgba(78, 57, 210, 0.14);
  font-weight: 800;
  transition:
    transform 0.25s var(--ease-out-expo),
    background 0.25s,
    box-shadow 0.25s;
}
.compare-result a:hover,
.chapter-link:hover,
.action-summary a:hover {
  color: #fff !important;
  background: #6551e8;
  transform: translateY(-3px);
  box-shadow:
    0 8px 0 #3e2ca9,
    0 20px 38px rgba(78, 57, 210, 0.28);
}
.audience-card > div {
  gap: 8px !important;
  flex-wrap: wrap;
}
.audience-card > div b {
  padding: 7px 10px;
  border: 1px solid rgba(89, 99, 255, 0.16);
  border-radius: 999px;
  background: rgba(89, 99, 255, 0.07);
}
@media (max-width: 760px) {
  .ask b {
    min-width: 74px;
    height: 38px !important;
  }
  .text-tool {
    grid-template-columns: 58px minmax(0, 1fr) !important;
  }
}

/* v43 — audit repair: readable mobile workspace and explicit tap targets. */
@media (max-width: 760px) {
  .hero-stage {
    height: 690px !important;
  }
  .workspace {
    height: 650px !important;
  }
  .workspace-bar {
    height: 50px !important;
    padding-inline: 15px !important;
    font-size: 11px !important;
  }
  .workspace-body {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    height: 600px !important;
  }
  .source-pane {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 15px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }
  .source-pane .tiny-label {
    grid-column: 1/-1;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }
  .source-item {
    min-height: 44px !important;
    margin: 0 !important;
    padding: 10px 8px 10px 32px !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    overflow-wrap: anywhere;
  }
  .chat-pane {
    min-height: 0 !important;
    padding: 22px 20px 78px !important;
  }
  .chat-title {
    font-size: 18px !important;
    line-height: 1.25 !important;
  }
  .chat-sub {
    font-size: 12px !important;
  }
  .answer {
    margin-top: 20px !important;
  }
  .answer p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }
  .cite {
    width: 22px !important;
    height: 22px !important;
    font-size: 11px !important;
  }
  .ask {
    left: 18px !important;
    right: 18px !important;
    bottom: 15px !important;
    height: 52px !important;
    padding: 0 8px 0 13px !important;
    font-size: 12px !important;
  }
  .ask b {
    min-width: 88px !important;
    height: 38px !important;
    font-size: 11px !important;
  }
  .image-scene figcaption small {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
  .source-ribbon .format-pill {
    font-size: 13px !important;
  }
  .card-explainer,
  .summary-points li,
  .text-tool p,
  .outline-row p,
  .offer-item span,
  .faq-item > p {
    font-size: 14px !important;
  }
  .source-specs span,
  .pdf-assets span,
  .quality-row span,
  .cursor-tag {
    font-size: 12px !important;
  }
  .editor-head,
  .edit-top,
  .edit-intro,
  .outline-row strong {
    font-size: 13px !important;
  }
  .btn,
  .chapter-link,
  .compare-result a,
  .action-summary a,
  .related a,
  .footer-links a,
  .page-rail a,
  .official-brand {
    min-height: 44px;
  }
  .page-rail a {
    display: flex;
    align-items: center;
    padding-inline: 3px;
    font-size: 13px !important;
  }
}

@media (max-width: 760px) {
  .metric-main .tiny-label,
  .topic-map .tiny-label,
  .insight-note .tiny-label,
  .edit-top span {
    font-size: 11px !important;
  }
  .trust-line {
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.72) !important;
  }
  .workspace .tiny-label,
  .visual-essay .tiny-label,
  .pdf-page .tiny-label {
    font-size: 11px !important;
  }
  .difference-spine {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
  }
  .compare-doc h3,
  .chapter h2,
  .display,
  h1 {
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }
}
