/* Qinglian China ? cn40 premium editorial
   PayPal / Apple / fashion-magazine calm. Same structure, no lacquer-dragon chaos.
   Subtle ink + jade (tradition without kitsch). */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@500;600;700;900&family=Noto+Serif+SC:wght@500;600&display=swap");

:root {
  --black: #0e0e0e;
  --ink-deep: #161616;
  --ink: #1c1c1c;
  --text: #1a1a1a;
  --muted: #6a6a6a;
  --line: #e6e2dc;
  --paper: #f5f3ef;
  --paper-warm: #f0ede8;
  --panel-deep: #121212;
  --panel-paypal: #1a1a1a;
  --panel: #222;
  --feature-blue: #2f6f5e;
  --canvas-side: #eceae6;
  --surface-sand: #e8e4de;
  --accent-gold: #b8a078;
  --brand: #111;
  --paypal-sky: #eceae6;
  --font-stack-sans: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;
  --font-stack-brand: "Noto Serif SC", "Songti SC", "STSong", Georgia, serif;
  --font-stack-tech: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;
  --font-text: var(--font-stack-sans);
  --font-display: var(--font-stack-brand);
  --font-wordmark: var(--font-stack-tech);
  --font-nav: var(--font-stack-tech);
  --font-serif: var(--font-stack-brand);
  --cn-ink: #111;
  --cn-jade: #2f6f5e;
  --cn-jade-soft: #3d8a74;
  --cn-champagne: #b8a078;
  --cn-lacquer: #111; /* legacy hooks ? ink */
  --cn-lacquer-deep: #0a0a0a;
  --cn-gold: #b8a078;
  /* Luxury scroll budget ? longer hold per scene, editorial pace */
  --feature-scene-travel: clamp(420px, 52vh, 640px);
  --feature-scroll-travel: calc(var(--feature-scene-travel) * 2.15);
  --pin-travel: clamp(280px, 52vh, 560px);
  --pin-travel-tall: clamp(320px, 58vh, 620px);
  --cn-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --cn-ease-lux: cubic-bezier(0.19, 1, 0.22, 1);
  --cn-motion-slow: 1.15s;
  --cn-motion-meta: 0.95s;
  --hero-content-shift-x: 0.35cm;
  --hero-content-shift-y: -1.1cm;
  --hero-title-shift-y: 0px;
  --hero-logo-nudge: 0px;
  --hero-object-position: 38% 42%;
  --flow-object-position: center 22%;
  --cabinet-object-position: center 30%;
}

html, body {
  /* overflow-x:hidden clips vertical seam bars in WebKit ? use clip */
  overflow-x: clip !important;
  overflow-y: auto !important;
  height: auto !important;
  max-height: none !important;
  background: var(--paper) !important;
  color: var(--text) !important;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.site-header, .header-inner { overflow: visible !important; }

.site-header {
  position: relative !important;
  z-index: 40 !important;
}
.site-header .brand,
.site-header a.brand {
  position: relative !important;
  z-index: 41 !important;
}

/* Brand ? seal + text only (no pill/frame) */
.brand,
a.brand,
.brand.brand--light,
.footer-brand {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  color: #f5f3ef !important;
  writing-mode: horizontal-tb !important;
  overflow: visible !important;
}
.brand::before, .footer-brand::before,
.brand::after, .footer-brand::after {
  display: none !important;
  content: none !important;
}
.brand .brand-mark,
.brand img.brand-mark,
.footer-brand .brand-mark {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  border-radius: 10px !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
  background: transparent !important;
}
.brand .brand-label,
.brand .brand-name,
.footer-brand .brand-label,
.footer-brand .brand-name {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 2px 0 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: var(--font-wordmark) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.14em !important;
  color: #f7f8f7 !important;
  writing-mode: horizontal-tb !important;
  white-space: nowrap !important;
  font-feature-settings: "kern" 1, "liga" 0 !important;
  text-shadow:
    0 1px 10px rgba(0, 0, 0, 0.5),
    0 0 1px rgba(0, 0, 0, 0.55) !important;
}
.footer-brand .brand-name,
.footer-brand .brand-label {
  font-size: 16px !important;
  letter-spacing: 0.12em !important;
  color: #e8ebe8 !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45) !important;
}
.footer-brand .brand-mark { width: 28px !important; height: 28px !important; min-width: 28px !important; min-height: 28px !important; }

.main-nav a, .menu-toggle {
  font-family: var(--font-nav) !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  font-size: 15px !important;
}
/* cn61 opaque over-hero replaced ? see cn61-glass-restored */
/* cn76 glass mark ? keep WeChat-green ring; no lacquer desaturate */
.brand .brand-mark,
.footer-brand .brand-mark {
  filter: none !important;
}

/* Buttons ? solid ink, magazine CTA */
.button, .button-dark, .button-outline, .button-outline-light,
.auth-form__submit, .feature-cta {
  font-family: var(--font-text) !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  font-size: 14px !important;
  border-radius: 999px !important;
  min-height: 48px !important;
  padding: 0.85em 1.6em !important;
}
.button-dark, .auth-form__submit.button-dark {
  background: #111 !important;
  color: #f5f3ef !important;
  border: 1px solid #111 !important;
  box-shadow: none !important;
}
.button-dark:hover, .auth-form__submit.button-dark:hover {
  background: #2a2a2a !important;
}
.button-outline-light {
  border: 1.5px solid rgba(245, 243, 239, 0.85) !important;
  color: #f5f3ef !important;
  background: rgba(0, 0, 0, 0.28) !important;
}

/* Hero: free ::before for scroll-linked black ribbon (band-seam); scrim only on ::after.
   overflow-y must stay visible so the seam can grow below the photo edge. */
.hero {
  position: relative;
  isolation: isolate;
  overflow-x: clip !important;
  overflow-y: visible !important;
}
.hero.band-seam-host--bottom.band-seam-host--into-below {
  overflow-x: clip !important;
  overflow-y: visible !important;
}
/* Do NOT put gradients on .hero::before ? that pseudo is the black ribbon bar */
.hero:not(.band-seam-host)::before {
  content: none !important;
  display: none !important;
}
.hero.band-seam-host--bottom.band-seam-host--into-below::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  z-index: 40 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  top: 100% !important;
  bottom: auto !important;
  margin: 0 !important;
  height: calc(2px + var(--band-seam, 0) * var(--band-seam-thick)) !important;
  background-color: #000 !important;
  background-image: none !important;
  opacity: 1 !important;
  pointer-events: none !important;
  mix-blend-mode: normal !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
  border: 0 !important;
  inset: auto 0 auto 0 !important;
  top: 100% !important;
}
.hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  /* Left read-scrim only ? no heavy bottom fade (RU uses light bottom; seam ribbon handles the join) */
  background:
    linear-gradient(
      90deg,
      rgba(10, 10, 10, 0.72) 0%,
      rgba(10, 10, 10, 0.4) 30%,
      rgba(10, 10, 10, 0.12) 54%,
      transparent 74%
    ),
    linear-gradient(
      180deg,
      rgba(10, 10, 10, 0.2) 0%,
      transparent 42%,
      transparent 78%,
      rgba(10, 10, 10, 0.18) 100%
    ) !important;
}
.hero-bg, .section-bg, .feature-photo { filter: none !important; opacity: 1 !important; }

.hero-inner {
  position: absolute !important;
  inset: auto 0 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
  transform: none !important;
  z-index: 3;
  margin-inline: auto !important;
}
.hero-copy {
  position: relative;
  z-index: 3;
  max-width: min(440px, calc(100% - 24px)) !important;
  transform: translate(var(--hero-content-shift-x), var(--hero-content-shift-y)) !important;
}
.hero-title {
  margin: 0 !important;
  transform: translateY(var(--hero-title-shift-y)) !important;
  font-family: var(--font-text) !important;
  font-weight: 700 !important;
  font-size: clamp(34px, 5.2vw, 58px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.02em !important;
  color: #fff !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.45) !important;
}
.hero-title-line { display: block !important; overflow: visible !important; }
.hero-title-line:nth-child(1),
.hero-title-line--brand {
  font-family: var(--font-display) !important;
  font-size: clamp(13px, 1.4vw, 17px) !important;
  font-weight: 600 !important;
  letter-spacing: 0.2em !important;
  line-height: 1.2 !important;
  margin-bottom: 0.14em !important;
}
.hero-title-line--brand span { color: #d4c4a8 !important; }
.hero-title-line:nth-child(2),
.hero-title-line:nth-child(3) {
  font-family: var(--font-display) !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
}
.hero-promo {
  display: inline-flex !important;
  margin: clamp(14px, 2vh, 22px) 0 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  color: #f5f3ef !important;
  background: rgba(0, 0, 0, 0.35) !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
}
.hero-lead {
  margin: clamp(10px, 1.6vh, 14px) 0 0 !important;
  font-family: var(--font-text) !important;
  font-weight: 500 !important;
  font-size: clamp(15px, 1.5vw, 17px) !important;
  line-height: 1.5 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  max-width: 28em !important;
}
.hero-cta-stack {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 16px !important;
  margin-top: 22px !important;
}
.hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 10px !important;
}

/* Kill dragons / kitsch overlays */
img.hero-dragon-fly, .hero-dragon-fly, svg.hero-dragon-fly,
[class*="dragon"], [class*="lantern"] {
  display: none !important;
  animation: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Kill decorative film overlays only ? keep RU scroll-linked black seams */
.bento-stack .edge-scene:not(.band-seam-host)::after,
.bento-stack .edge-scene:not(.band-seam-host)::before,
.photo-band:not(.band-seam-host)::before,
.photo-band:not(.band-seam-host)::after,
.edge-scene:not(.band-seam-host)::after,
.edge-scene:not(.band-seam-host)::before {
  background: transparent !important;
  opacity: 0 !important;
  content: none !important;
}

/* RU parity: floating black seam bars between blocks */
.band-seam-host--top::before,
.band-seam-host--bottom.band-seam-host--into-below::before,
.band-seam-host--top.band-seam-host--into-above:not(.feature-scroll-pin)::before,
.feature-scroll-pin.band-seam-host--top.band-seam-host--into-above::after,
.feature-scroll-pin.band-seam-host--bottom.band-seam-host--into-below::before,
.edge-pin__sticky.photo-band.band-seam-host--bottom.band-seam-host--into-below::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  z-index: 40 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  height: calc(2px + var(--band-seam, 0) * var(--band-seam-thick)) !important;
  background-color: #000 !important;
  background-image: none !important;
  opacity: 1 !important;
  pointer-events: none !important;
  mix-blend-mode: normal !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
  border: 0 !important;
}
.band-seam-host--top:not(.band-seam-host--into-above)::before {
  top: 0 !important;
  bottom: auto !important;
}
.band-seam-host--top.band-seam-host--into-above:not(.feature-scroll-pin)::before,
.feature-scroll-pin.band-seam-host--top.band-seam-host--into-above::after {
  top: auto !important;
  bottom: 100% !important;
}
.band-seam-host--bottom.band-seam-host--into-below::before,
.feature-scroll-pin.band-seam-host--bottom.band-seam-host--into-below::before,
.edge-pin__sticky.photo-band.band-seam-host--bottom.band-seam-host--into-below::before {
  top: 100% !important;
  bottom: auto !important;
}
.edge-pin__sticky.edge-scene--photo.band-seam-host--into-below,
.bento-tile#devices.band-seam-host--into-below,
.feature-scroll-pin.band-seam-host--bottom {
  overflow: visible !important;
}
/* Force seams visible unless reduced-motion (override motion-compat hide) */
html:not(.cl-no-band-seam) .band-seam-host--top::before,
html:not(.cl-no-band-seam) .band-seam-host--bottom.band-seam-host--into-below::before,
html:not(.cl-no-band-seam) .edge-pin__sticky.photo-band.band-seam-host--bottom::before,
html:not(.cl-no-band-seam) .feature-scroll-pin.band-seam-host--bottom::before {
  display: block !important;
}

html.cl-motion-lite .edge-pin,
html.cl-motion-lite .m-photo-band { background: #111 !important; }

/* Lite / reduced only ? do not kill premium reveals for everyone */
html.cl-motion-lite .reveal,
html.cl-motion-lite .motion-ready .bento-stack > .bento-tile,
html.cl-motion-lite .motion-ready .bento-stack > .bento-statement,
html.cl-motion-lite .pricing-showcase .pricing-statement h2,
html.cl-motion-lite .pricing-showcase .tariff-card-slide {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  filter: none !important;
}

html:not(.cl-motion-lite) .motion-ready .reveal:not(.hero):not(.feature-scroll-pin):not(.edge-pin):not(.pricing-showcase):not(.devices-block):not(.cabinet-section) {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition:
    opacity var(--cn-motion-slow) var(--cn-ease-lux),
    transform var(--cn-motion-slow) var(--cn-ease-lux);
}
html:not(.cl-motion-lite) .motion-ready .reveal.is-visible:not(.hero):not(.feature-scroll-pin):not(.edge-pin):not(.pricing-showcase):not(.devices-block):not(.cabinet-section),
html:not(.cl-motion-lite) .motion-ready .reveal.in-view:not(.hero):not(.feature-scroll-pin):not(.edge-pin):not(.pricing-showcase):not(.devices-block):not(.cabinet-section) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-eyebrow {
  color: var(--cn-jade) !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
}
.pricing-statement h2, .bento-statement h2, .devices-block h2, .cabinet-head h2 {
  font-family: var(--font-display) !important;
  color: #1a1a1a !important;
  font-weight: 500 !important;
}
.bento-statement p, .devices-block__lead, .pricing-statement p {
  color: var(--muted) !important;
}
.term-filter button {
  font-weight: 700 !important;
  border-radius: 999px !important;
  color: #333 !important;
  border-color: var(--line) !important;
  background: #fff !important;
}
.term-filter button.is-active {
  background: #111 !important;
  color: #f5f3ef !important;
  border-color: #111 !important;
}
.feature-tab.is-active {
  background: transparent !important;
  color: #f5f3ef !important;
}

/* Edge words ? Chinese display axes (not Latin crush) */
.edge-word {
  font-family: var(--font-display) !important;
  color: rgba(245, 243, 239, 0.96) !important;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.35) !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  line-height: 1.18 !important;
  text-transform: none !important;
  font-feature-settings: "kern" 1 !important;
  overflow: visible !important;
  padding-block: 0.08em !important;
  /* prevent paint clip on sticky/compositing layers */
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.edge-scene--photo {
  /* Never clip the floating Chinese words ? only the photo media crops */
  overflow: visible !important;
  /* Shared descend axis, then mirror split (left ? right) */
  --edge-descend: clamp(52px, 9.5vh, 118px) !important;
  --edge-enter-x-left: clamp(-28px, -3.2vw, -12px) !important;
  --edge-enter-x-right: clamp(12px, 3.2vw, 32px) !important;
  --edge-split-x-left: clamp(-64px, -6.2vw, -28px) !important;
  --edge-split-x-right: clamp(28px, 6.2vw, 72px) !important;
  --edge-split-y: clamp(18px, 3.2vh, 42px) !important;
  --edge-split-tilt-left: -1.1deg !important;
  --edge-split-tilt-right: 1.1deg !important;
  --edge-rise: var(--edge-descend) !important;
  --edge-split-rise: var(--edge-split-y) !important;
  --edge-shift-left: min(14vw, var(--edge-travel), 140px) !important;
  --edge-shift-right: min(14vw, var(--edge-travel), 140px) !important;
  --edge-scroll-travel: clamp(36px, 8vh, 96px) !important;
}
.edge-pin .edge-scene__frame--display {
  /* Pull captions toward mid-frame (not far corners) */
  padding-top: clamp(16vh, 20vh, 24vh) !important;
  padding-bottom: clamp(14vh, 18vh, 22vh) !important;
  padding-inline: clamp(10vw, 14vw, 18vw) !important;
  justify-content: space-between !important;
}
.edge-pin .edge-pair {
  align-content: space-between !important;
  height: 100% !important;
}
.edge-scene--photo .edge-scene__frame,
.edge-pin__sticky.photo-band .edge-scene__frame,
.edge-pin__sticky.photo-band .edge-scene__frame--display,
.edge-pin__sticky.photo-band .edge-scene__frame--compact {
  overflow: visible !important;
}
.edge-scene__media {
  overflow: hidden !important;
  border-radius: 0 !important;
  z-index: 0 !important;
}
.edge-scene__frame {
  z-index: 3 !important;
  overflow: visible !important;
  /* inset breathing room so glyphs never kiss the band edge */
  inset: clamp(10px, 2.2vh, 28px) clamp(12px, 3vw, 36px) !important;
}
.edge-pair {
  overflow: visible !important;
  height: 100% !important;
  align-content: space-between !important;
  gap: clamp(12px, 2vh, 28px) !important;
  /* CJK glyph room ? never crop ink */
  padding-block: 0.06em !important;
}
.edge-scene__frame--display .edge-word,
.edge-scene__frame--compact .edge-word {
  letter-spacing: 0.16em !important;
  line-height: 1.16 !important;
  /* Slightly smaller kinetic type */
  font-size: clamp(44px, 8.6vw, 136px) !important;
}
.edge-scene--photo .edge-word--left,
.edge-scene--photo .edge-word--right {
  max-width: none !important;
  will-change: transform, opacity !important;
}
/* cn91 motion: both descend on --edge-in, then diverge on --edge-out */
.edge-scene--photo .edge-word--left {
  justify-self: start !important;
  margin-inline-start: clamp(2%, 4vw, 8%) !important;
  transform: translate3d(
    calc(
      (1 - var(--edge-in, 0)) * var(--edge-enter-x-left)
      + var(--edge-out, 0) * var(--edge-split-x-left)
    ),
    calc(
      (1 - var(--edge-in, 0)) * var(--edge-descend) * -1
      + var(--edge-out, 0) * var(--edge-split-y)
    ),
    0
  )
  rotate(calc(var(--edge-out, 0) * var(--edge-split-tilt-left))) !important;
}
.edge-scene--photo .edge-word--right {
  justify-self: end !important;
  margin-inline-end: clamp(2%, 4vw, 8%) !important;
  transform: translate3d(
    calc(
      (1 - var(--edge-in, 0)) * var(--edge-enter-x-right)
      + var(--edge-out, 0) * var(--edge-split-x-right)
    ),
    calc(
      (1 - var(--edge-in, 0)) * var(--edge-descend) * -1
      + var(--edge-out, 0) * var(--edge-split-y) * 1.12
    ),
    0
  )
  rotate(calc(var(--edge-out, 0) * var(--edge-split-tilt-right))) !important;
}

/* Tariff cards */
.pricing-showcase .tariff-card-slide,
.tariff-card-slide {
  border-radius: 0 !important;
  background: #121212 !important;
  overflow: hidden !important;
  isolation: isolate !important;
  clip-path: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
.pricing-showcase .tariff-card-slide::before,
.pricing-showcase .tariff-card-slide::after,
.tariff-card-slide::before,
.tariff-card-slide::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  background: none !important;
}
.pricing-showcase .tariff-card-img,
.tariff-card-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center top !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  filter: none !important;
  transform: none !important;
}
.tariff-card-fallback {
  display: none !important;
  background: linear-gradient(180deg, #2a2a28, #141210) !important;
}
.tariff-card-slide--no-img .tariff-card-img { display: none !important; }
.tariff-card-slide--no-img .tariff-card-fallback {
  display: flex !important;
  position: relative !important;
  z-index: 0 !important;
}
.tariff-card-caption { display: none !important; }

button.tariff-card-buy,
.tariff-card-buy,
a.tariff-card-buy {
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  opacity: 1 !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
button.tariff-card-buy::before,
button.tariff-card-buy::after,
.tariff-card-buy::before,
.tariff-card-buy::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

.pricing-showcase .tariff-slider__track,
.pricing-showcase .tariff-slider__viewport {
  min-height: 0;
}
.pricing-showcase { overflow: visible !important; }

/* Feature block ? sticky scroll restored (leisurely timed scenes) */
.feature-scroll-pin,
.feature-scroll-pin.dark-run {
  background: linear-gradient(165deg, #1c1c1c 0%, #121212 55%, #0a0a0a 100%) !important;
  overflow: visible !important;
  padding: 0 !important;
  height: calc(var(--feature-sticky-h) + var(--feature-scroll-travel)) !important;
  min-height: calc(var(--feature-sticky-h) + var(--feature-scroll-travel)) !important;
}
.feature-scroll-pin__track {
  height: 100% !important;
}
.feature-scroll-pin__sticky {
  position: sticky !important;
  top: var(--feature-sticky-top) !important;
  height: var(--feature-sticky-h) !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
}
.feature-scroll-pin .paypal-tabs {
  width: min(1120px, calc(100% - 32px)) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
}
.feature-scroll-pin .paypal-tabs .feature-block-layout {
  display: grid !important;
  grid-template-columns: minmax(240px, 0.95fr) minmax(280px, 1.05fr) !important;
  gap: clamp(20px, 3vw, 40px) !important;
  align-items: center !important;
}
.feature-scroll-pin .paypal-tabs .feature-visual { max-width: 420px !important; margin-inline: auto !important; }
.feature-scroll-pin .feature-photo { object-fit: cover !important; opacity: 1 !important; filter: none !important; }

.feature-scroll-pin .feature-tab {
  transition:
    color var(--cn-motion-meta) var(--cn-ease-lux),
    opacity var(--cn-motion-meta) var(--cn-ease-lux),
    transform var(--cn-motion-meta) var(--cn-ease-lux) !important;
}
.feature-scroll-pin .feature-tabs::before {
  transition: transform 1.05s var(--cn-ease-lux) !important;
}
.feature-scroll-pin .feature-meta {
  min-height: 3.2em !important;
  height: auto !important;
}
.feature-scroll-pin .feature-meta-text {
  letter-spacing: 0.04em !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  max-width: 22em !important;
  transition:
    opacity 0.45s var(--cn-ease-lux),
    transform 0.5s var(--cn-ease-lux) !important;
  transform: translate3d(0, calc((1 - var(--meta-opacity, 0)) * 8px), 0) !important;
  opacity: var(--meta-opacity, 0) !important;
}
.feature-scroll-pin .paypal-tabs .feature-side {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  justify-content: flex-start !important;
  gap: clamp(14px, 2.2vh, 22px) !important;
}
.feature-scroll-pin .paypal-tabs .feature-side-footer {
  margin-top: 0 !important;
  gap: 12px !important;
}
.feature-scroll-pin .feature-cta {
  transition:
    opacity 0.4s var(--cn-ease-out),
    transform 0.45s var(--cn-ease-lux),
    border-color 0.35s ease,
    background 0.35s ease !important;
}
.feature-scroll-pin .feature-photo-wrap {
  transition:
    opacity 1.05s var(--cn-ease-lux),
    transform 1.15s var(--cn-ease-lux),
    filter 1.05s var(--cn-ease-lux) !important;
}
.feature-scroll-pin .feature-glass {
  transition:
    opacity 0.85s var(--cn-ease-lux),
    transform 1s var(--cn-ease-lux) !important;
}

/* Hero title lines ? slower editorial rise */
.motion-ready .hero-copy.is-visible .hero-title-line > span {
  animation-duration: 1.35s !important;
  animation-timing-function: var(--cn-ease-lux) !important;
}
.motion-ready .hero-copy.is-visible .hero-title-line:nth-child(1) > span,
.motion-ready .hero-copy.is-visible .hero-title-line--brand > span {
  animation-delay: 0.12s !important;
}
.motion-ready .hero-copy.is-visible .hero-title-line:nth-child(2) > span {
  animation-delay: 0.32s !important;
}
.motion-ready .hero-copy.is-visible .hero-title-line:nth-child(3) > span {
  animation-delay: 0.52s !important;
}

@media (max-width: 900px) {
  .feature-scroll-pin,
  .feature-scroll-pin.dark-run {
    height: auto !important;
    min-height: 0 !important;
    padding: clamp(28px, 5vw, 48px) 0 !important;
  }
  .feature-scroll-pin__track { height: auto !important; }
  .feature-scroll-pin__sticky {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    align-items: flex-start !important;
  }
  .feature-scroll-pin .paypal-tabs .feature-block-layout {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    align-items: start !important;
    gap: 18px !important;
  }
  .feature-scroll-pin .paypal-tabs .feature-side {
    height: auto !important;
    min-height: 0 !important;
    gap: 12px !important;
    justify-content: flex-start !important;
  }
  .feature-scroll-pin .feature-meta {
    min-height: 2.6em !important;
    position: relative !important;
  }
  .feature-scroll-pin .paypal-tabs .feature-meta-text {
    position: relative !important;
    inset: auto !important;
  }
  .feature-scroll-pin .feature-cta {
    margin-top: 4px !important;
  }
}

/* Payment strip ? logos+labels directly on photo, NO frosted pill */
.hero-payment-logos,
.footer-payments,
.hero-payment-logos.cn-pay-strip,
.footer-payments.cn-pay-strip {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px 16px !important;
  position: relative !important;
  z-index: 1 !important;
  width: auto !important;
  max-width: min(520px, 96vw) !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: none !important;
}
.hero-payment-logos::before,
.hero-payment-logos::after,
.footer-payments::before,
.footer-payments::after,
.cn-pay-strip::before,
.cn-pay-strip::after {
  display: none !important;
  content: none !important;
  background: none !important;
}
.cn-pay-chip {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: #f5f3ef !important;
  font-weight: 650 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.55),
    0 0 12px rgba(0, 0, 0, 0.35) !important;
}
.cn-pay-chip img {
  width: 34px !important;
  height: 34px !important;
  max-width: 34px !important;
  border-radius: 0 !important;
  background: transparent !important;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45)) !important;
  opacity: 1 !important;
  display: block !important;
  object-fit: contain !important;
}
.footer-payments,
.footer-payments.cn-pay-strip {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.footer-payments .cn-pay-chip {
  font-size: 12px !important;
  color: #e8e4de !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}
.footer-payments .cn-pay-chip img {
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.devices-download__stores.cn-stores-mount {
  width: 100% !important;
  display: block !important;
}
.devices-download__note {
  color: var(--muted) !important;
  font-weight: 600 !important;
}

.site-footer {
  background: #111 !important;
  color: #e8e4de !important;
}
.footer-brand-col { display: contents !important; }
.footer-strip {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 16px 22px !important;
  padding-block: 22px !important;
}
.footer-strip__end {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
  margin-left: auto !important;
}
.footer-nav a, .footer-copy { color: #c8c2b8 !important; font-weight: 600 !important; }

@media (max-width: 720px) {
  .brand .brand-name, .brand .brand-label { font-size: 17px !important; }
  .button, .button-dark, .button-outline-light { min-height: 46px !important; font-size: 14px !important; }
  .hero-inner {
    padding-top: clamp(72px, 12vh, 96px) !important;
    padding-bottom: clamp(28px, 5vh, 48px) !important;
  }
  .hero-copy { max-width: min(320px, calc(100% - 20px)) !important; }
  .hero-title { font-size: clamp(28px, 9vw, 40px) !important; }
  .hero-title-line:nth-child(1),
  .hero-title-line--brand { font-size: 13px !important; }
  .hero-lead { font-size: 14px !important; max-width: 18em !important; }
  .hero-cta-stack { gap: 12px !important; margin-top: 16px !important; }
  .cn-pay-chip { font-size: 12px !important; }
  .cn-pay-chip img { width: 24px !important; height: 24px !important; }
}

@media (max-width: 480px) {
  .hero-copy { max-width: min(280px, calc(100% - 16px)) !important; }
  .hero-title { font-size: clamp(26px, 8.5vw, 34px) !important; }
  .hero-actions .button {
    min-height: 42px !important;
    padding: 0.7em 1.2em !important;
    font-size: 13px !important;
  }
  .hero-payment-logos { padding: 0 !important; background: transparent !important; }
}

/* Density + film bands ? restore RU sticky pin travel on desktop */
.bento-stack.compact-paypal-stack > .bento-tile,
.bento-stack.compact-paypal-stack > .bento-statement {
  margin: 0 !important;
}
.bento-statement {
  padding: clamp(40px, 5.5vw, 72px) 0 !important;
}

/* Desktop: RU edge-pin sticky + travel (seams animate on scroll) */
@media (min-width: 901px) {
  .edge-pin,
  .edge-pin--tall {
    position: relative !important;
    width: 100% !important;
    height: calc(var(--edge-pin-sticky-h) + var(--pin-travel)) !important;
    min-height: calc(var(--edge-pin-sticky-h) + var(--pin-travel)) !important;
    overflow: visible !important;
    background: #000 !important;
  }
  .edge-pin__sticky,
  .edge-pin .edge-scene,
  .edge-pin__sticky.photo-band,
  .edge-pin--tall .edge-pin__sticky.photo-band,
  .edge-pin--tall .edge-pin__sticky.photo-band.edge-scene,
  .edge-pin--tall .edge-pin__sticky,
  .edge-pin--tall .edge-scene {
    aspect-ratio: auto !important;
    position: sticky !important;
    top: 0 !important;
    width: 100% !important;
    height: var(--edge-pin-sticky-h) !important;
    min-height: var(--edge-pin-sticky-h) !important;
    max-height: var(--edge-pin-sticky-h) !important;
    overflow: visible !important;
  }
  .edge-pin__sticky.photo-band .edge-scene__media {
    overflow: hidden !important;
  }
  .edge-pin__sticky.photo-band .edge-scene__frame,
  .edge-pin__sticky.photo-band .edge-pair {
    overflow: visible !important;
  }
}

/* Mobile / tablet: compact 3:2 bands, head-safe crop */
@media (max-width: 900px) {
  .edge-pin,
  .edge-pin--tall {
    min-height: 0 !important;
    height: auto !important;
    background: #000 !important;
    overflow: visible !important;
  }
  .edge-pin__sticky,
  .edge-pin .edge-scene,
  .edge-pin__sticky.photo-band,
  .edge-pin--tall .edge-pin__sticky.photo-band,
  .edge-pin--tall .edge-pin__sticky.photo-band.edge-scene,
  .edge-pin--tall .edge-pin__sticky,
  .edge-pin--tall .edge-scene {
    position: relative !important;
    top: auto !important;
    aspect-ratio: 3 / 2 !important;
    width: 100% !important;
    height: auto !important;
    min-height: min(52vw, 360px) !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .edge-pin__sticky.photo-band .edge-scene__media {
    overflow: hidden !important;
  }
  .edge-pin__sticky.photo-band .edge-scene__frame,
  .edge-pin__sticky.photo-band .edge-pair,
  .edge-word {
    overflow: visible !important;
  }
  .edge-word {
    font-size: clamp(30px, 9vw, 52px) !important;
    line-height: 1.2 !important;
  }
  .edge-pin .edge-scene__frame--display {
    padding-top: clamp(12%, 14vh, 18%) !important;
    padding-bottom: clamp(10%, 12vh, 16%) !important;
    padding-inline: clamp(8vw, 12vw, 16vw) !important;
  }
}

#flow .edge-scene__media .section-bg,
#cabinet-banner .edge-scene__media .section-bg {
  top: 0 !important;
  left: 50% !important;
  width: auto !important;
  height: auto !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center top !important;
  transform: translate3d(-50%, var(--photo-pan-y, 0px), 0) !important;
  transform-origin: center top !important;
}
.devices-block {
  padding: clamp(40px, 5.5vw, 72px) 0 !important;
}

.feature-glass__tag--pay {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
}
.feature-glass__tag--pay img {
  width: 14px !important;
  height: 14px !important;
  border-radius: 3px !important;
  display: inline-block !important;
}
.feature-glass__price {
  font-variant-numeric: tabular-nums !important;
  letter-spacing: 0.02em !important;
}

/* cn45 ? WeChat-style chat widgets pinned bottom-left, faces free */
.feature-scroll-pin .paypal-tabs .feature-visual {
  display: block !important;
  position: relative !important;
}
.feature-scroll-pin .paypal-tabs .feature-visual-panel {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
.feature-scroll-pin .paypal-tabs .feature-visual-panel .feature-photo-wrap {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.feature-scroll-pin .paypal-tabs .feature-visual-panel .feature-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 50% 18% !important;
}
.feature-scroll-pin .feature-glass__lens,
.feature-scroll-pin .feature-glass::before,
.feature-scroll-pin .feature-glass::after {
  display: none !important;
  content: none !important;
}

.feature-scroll-pin .feature-visual-panel .feature-glass,
.feature-scroll-pin .feature-visual-panel .feature-glass--chat {
  position: absolute !important;
  left: 12px !important;
  right: auto !important;
  top: auto !important;
  bottom: 12px !important;
  z-index: 5 !important;
  width: min(78%, 188px) !important;
  max-width: 188px !important;
  margin: 0 !important;
  padding: 10px !important;
  gap: 0 !important;
  border-radius: 16px !important;
  transform: none !important;
  opacity: 1 !important;
  background: rgba(245, 243, 239, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%) !important;
  backdrop-filter: blur(18px) saturate(140%) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22) !important;
  color: #1a1a1a !important;
  display: block !important;
}

.feature-scroll-pin .fg-chat {
  display: grid !important;
  gap: 7px !important;
}
.feature-scroll-pin .fg-chat__row {
  display: flex !important;
  align-items: flex-end !important;
  gap: 6px !important;
}
.feature-scroll-pin .fg-chat__row--me {
  justify-content: flex-end !important;
}
.feature-scroll-pin .fg-chat__row--sys {
  justify-content: center !important;
}
.feature-scroll-pin .fg-chat__ava {
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  flex: 0 0 22px !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
}
.feature-scroll-pin .fg-chat__bubble {
  max-width: 86% !important;
  padding: 6px 9px !important;
  border-radius: 12px 12px 12px 4px !important;
  background: #fff !important;
  font-size: 11.5px !important;
  line-height: 1.35 !important;
  letter-spacing: 0.01em !important;
  color: #1a1a1a !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06) !important;
}
.feature-scroll-pin .fg-chat__bubble b {
  font-weight: 700 !important;
  font-variant-numeric: tabular-nums !important;
}
.feature-scroll-pin .fg-chat__bubble--me {
  border-radius: 12px 12px 4px 12px !important;
  background: #95ec69 !important;
  color: #111 !important;
}
.feature-scroll-pin .fg-chat__sys {
  font-size: 10px !important;
  color: rgba(26, 26, 26, 0.62) !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;
  padding: 2px 4px !important;
}
.feature-scroll-pin .fg-chat__pays,
.feature-scroll-pin .feature-glass__pays {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-top: 2px !important;
  padding-top: 2px !important;
}
.feature-scroll-pin .fg-chat__pays img,
.feature-scroll-pin .feature-glass__pays img,
.cn-pay-chip img {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  border-radius: 7px !important;
  object-fit: cover !important;
  display: block !important;
  flex: 0 0 28px !important;
}

.feature-scroll-pin .feature-visual-panel[data-panel="friends"] .feature-glass {
  width: min(82%, 196px) !important;
  max-width: 196px !important;
}
.feature-scroll-pin .feature-visual-panel[data-panel="friends"] .feature-photo,
.feature-scroll-pin .feature-visual-panel[data-panel="family"] .feature-photo {
  object-position: 50% 22% !important;
}

/* TG header CTA ? ink, not red */
.site-header .tg-header-btn,
a.tg-header-btn {
  background: #111 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: #f5f3ef !important;
}

/* ?? Mobile + cross-browser feature / seams polish (cn46) ?? */
@supports not (overflow-x: clip) {
  html, body { overflow-x: hidden !important; }
}

@media (max-width: 900px) {
  .feature-scroll-pin .paypal-tabs .feature-block-layout {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .feature-scroll-pin .paypal-tabs .feature-visual {
    width: min(100%, 360px) !important;
    max-width: 360px !important;
    margin-inline: auto !important;
    aspect-ratio: 3 / 4 !important;
    height: auto !important;
    min-height: 0 !important;
  }
  .feature-scroll-pin .paypal-tabs .feature-visual-panel,
  .feature-scroll-pin .paypal-tabs .feature-visual-panel .feature-photo-wrap {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
  }
  .feature-scroll-pin .feature-visual-panel .feature-glass,
  .feature-scroll-pin .feature-visual-panel .feature-glass--chat {
    left: 10px !important;
    bottom: 10px !important;
    width: min(72%, 168px) !important;
    max-width: 168px !important;
    padding: 8px !important;
    -webkit-backdrop-filter: blur(12px) saturate(130%) !important;
    backdrop-filter: blur(12px) saturate(130%) !important;
  }
  .feature-scroll-pin .fg-chat { gap: 5px !important; }
  .feature-scroll-pin .fg-chat__bubble {
    font-size: 10.5px !important;
    padding: 5px 8px !important;
  }
  .feature-scroll-pin .fg-chat__pays img,
  .feature-scroll-pin .feature-glass__pays img {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    flex-basis: 24px !important;
  }
  .feature-scroll-pin .feature-tabs {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }
  .feature-scroll-pin .feature-tab {
    font-size: clamp(22px, 7vw, 32px) !important;
    text-align: left !important;
  }
  .pricing-showcase .tariff-card-slide {
    scroll-snap-align: center !important;
  }
  .hero-payment-logos.cn-pay-strip,
  .footer-payments.cn-pay-strip {
    max-width: min(100%, 96vw) !important;
    justify-content: flex-start !important;
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}

/* Smooth tab / carousel / hover ? transform+opacity only */
.feature-scroll-pin .feature-tab {
  transition: color 0.35s var(--cn-ease-lux), opacity 0.35s var(--cn-ease-lux), transform 0.35s var(--cn-ease-lux) !important;
}
.feature-scroll-pin .feature-tab:hover {
  transform: translateX(2px);
}
.pricing-showcase .tariff-card-slide,
.pricing-showcase .tariff-slider__track {
  transition: transform 0.55s var(--cn-ease-lux), opacity 0.4s ease !important;
}
.button,
.feature-cta {
  transition: transform 0.3s var(--cn-ease-lux), opacity 0.3s ease, background 0.3s ease, border-color 0.3s ease !important;
}
.button:hover,
.feature-cta:hover {
  transform: translateY(-1px);
}

@media (max-width: 480px) {
  .feature-scroll-pin .feature-visual-panel .feature-glass--chat {
    width: min(78%, 152px) !important;
    max-width: 152px !important;
  }
  .edge-word {
    font-size: clamp(32px, 10vw, 56px) !important;
  }
}

/* Safari / iOS: keep sticky + seams stable */
@supports (-webkit-touch-callout: none) {
  .edge-pin__sticky.photo-band,
  .feature-scroll-pin__sticky {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .band-seam-host--bottom.band-seam-host--into-below::before,
  .edge-pin__sticky.photo-band.band-seam-host--bottom::before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .band-seam-host--top::before,
  .band-seam-host--bottom.band-seam-host--into-below::before,
  .feature-scroll-pin.band-seam-host--bottom.band-seam-host--into-below::before {
    height: 2px !important;
  }
  .feature-scroll-pin .feature-tab,
  .feature-scroll-pin .feature-photo-wrap,
  .feature-scroll-pin .feature-glass {
    transition: none !important;
  }
}


/* cn51-pay-naked: never wrap payment logos in a pill */
.hero-payment-logos,
.footer-payments,
.hero-payment-logos.cn-pay-strip,
.footer-payments.cn-pay-strip,
.cn-pay-strip {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.feature-scroll-pin .fg-chat__pays,
.feature-scroll-pin .feature-glass__pays {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}


/* cn51b-pay-naked-final */
html body .hero-payment-logos,
html body .footer-payments,
html body .cn-pay-strip,
html body .hero-payment-logos.cn-pay-strip,
html body .footer-payments.cn-pay-strip {
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-top: 10px !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  outline: none !important;
}
html body .cn-pay-chip {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,.65), 0 0 14px rgba(0,0,0,.4) !important;
}
html body .feature-scroll-pin .fg-chat__pays,
html body .feature-scroll-pin .feature-glass__pays {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 2px 0 0 !important;
}

/* cn61-glass-restored: frosted glass over hero (RU pattern) */
.site-header, .header-inner { overflow: visible !important; }
.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 50% !important;
  right: auto !important;
  width: 100% !important;
  transform: translateX(-50%) !important;
  z-index: 40 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.site-header .brand,
.site-header a.brand {
  position: relative !important;
  z-index: 41 !important;
}
.site-header .header-material {
  position: absolute !important;
  inset: 0 !important;
  opacity: 1 !important;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.18) 0%,
    rgba(255,255,255,0.08) 55%,
    rgba(255,255,255,0.03) 100%
  ) !important;
  backdrop-filter: blur(28px) saturate(185%) brightness(1.04) !important;
  -webkit-backdrop-filter: blur(28px) saturate(185%) brightness(1.04) !important;
  border-bottom: 1px solid rgba(255,255,255,0.22) !important;
  box-shadow: 0 10px 40px rgba(0,0,0,0.12), inset 0 1px 0 rgba(255,255,255,0.32) !important;
}
.site-header.site-header--over-hero .main-nav--light a,
.site-header.site-header--over-hero .menu-toggle--light {
  color: #fff !important;
  text-shadow: 0 1px 8px rgba(0,0,0,.55), 0 0 1px rgba(0,0,0,.7) !important;
  font-weight: 700 !important;
}
.site-header.site-header--over-hero .header-material {
  opacity: 1 !important;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.22) 0%,
    rgba(255,255,255,0.10) 55%,
    rgba(255,255,255,0.04) 100%
  ) !important;
  backdrop-filter: blur(28px) saturate(185%) brightness(1.04) !important;
  -webkit-backdrop-filter: blur(28px) saturate(185%) brightness(1.04) !important;
  border-bottom: 1px solid rgba(255,255,255,0.28) !important;
  box-shadow: 0 10px 40px rgba(0,0,0,0.12), inset 0 1px 0 rgba(255,255,255,0.35) !important;
}
.site-header:not(.site-header--over-hero) .header-material,
.site-header.is-scrolled:not(.site-header--over-hero) .header-material {
  background: rgba(245, 243, 239, 0.86) !important;
  backdrop-filter: blur(16px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(130%) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  box-shadow: none !important;
}
.site-header:not(.site-header--over-hero) .main-nav--light a {
  color: #111 !important;
  text-shadow: none !important;
}
.hero {
  position: relative !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.hero .hero-bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: var(--hero-object-position, 42% 30%) !important;
}
.hero-inner {
  padding-top: clamp(88px, 14vh, 140px) !important;
}

/* cn69-KILL-BLACK: pin height = sticky height; photo fills; zero travel shaft */
html {
  overflow-x: clip !important;
  overflow-y: visible !important;
  height: auto !important;
  max-height: none !important;
}
body {
  overflow-x: clip !important;
  overflow-y: visible !important;
  height: auto !important;
  max-height: none !important;
}
:root {
  --edge-pin-sticky-h: 100svh !important;
  --pin-travel: 0px !important;
  --pin-travel-tall: 0px !important;
  --edge-scroll-travel: 0px !important;
  --hero-object-position: 42% 30% !important;
  --flow-object-position: 42% 28% !important;
  --cabinet-object-position: 48% 22% !important;
  --feature-sticky-h: min(640px, 78svh) !important;
  --feature-visual-h: min(520px, calc(var(--feature-sticky-h) - 96px)) !important;
  --feature-sticky-top: max(12px, calc((100svh - var(--feature-sticky-h)) / 2)) !important;
  --feature-scene-travel: clamp(320px, 38vh, 460px) !important;
  --feature-scroll-travel: calc(var(--feature-scene-travel) * 4.05) !important;
}
@supports not (height: 100svh) {
  :root { --edge-pin-sticky-h: 100vh !important; }
}

.edge-pin,
.edge-pin--tall,
.bento-tile.edge-pin,
.bento-tile.edge-pin--tall {
  position: relative !important;
  width: 100% !important;
  height: var(--edge-pin-sticky-h) !important;
  min-height: var(--edge-pin-sticky-h) !important;
  max-height: var(--edge-pin-sticky-h) !important;
  background: transparent !important;
  /* visible so scroll-linked band-seam ribbons can grow past photo edges (RU) */
  overflow: visible !important;
}

.edge-pin__sticky,
.edge-pin .edge-scene,
.edge-pin__sticky.photo-band,
.edge-pin__sticky.photo-band.edge-scene,
.edge-pin--tall .edge-pin__sticky,
.edge-pin--tall .edge-pin__sticky.photo-band,
.edge-pin--tall .edge-pin__sticky.photo-band.edge-scene,
.edge-pin--tall .edge-scene {
  position: relative !important;
  top: auto !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  background: #111 !important;
}

.edge-scene--photo {
  overflow: visible !important;
}

.edge-scene__media {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  background: #111 !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

.edge-scene__media .section-bg,
#flow .edge-scene__media .section-bg,
#cabinet-banner .edge-scene__media .section-bg,
.edge-pin .section-bg,
.edge-pin--tall .section-bg {
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: var(--flow-object-position, center center) !important;
  transform: none !important;
  -webkit-transform: none !important;
  will-change: auto !important;
}

#cabinet-banner .edge-scene__media .section-bg {
  object-position: var(--cabinet-object-position, center center) !important;
}

.edge-scene__frame,
.edge-pin__sticky.photo-band .edge-scene__frame,
.edge-pin__sticky.photo-band .edge-scene__frame--display {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  overflow: hidden !important;
}

@media (max-width: 900px) {
  .edge-pin,
  .edge-pin--tall {
    height: min(72svh, 560px) !important;
    min-height: min(72svh, 560px) !important;
    max-height: min(72svh, 560px) !important;
  }
}

.feature-scroll-pin {
  height: calc(var(--feature-sticky-h) + var(--feature-scroll-travel)) !important;
  min-height: var(--feature-sticky-h) !important;
  background: #0e0e0e !important;
}
.feature-scroll-pin__sticky {
  position: sticky !important;
  top: var(--feature-sticky-top) !important;
  height: var(--feature-sticky-h) !important;
  min-height: var(--feature-sticky-h) !important;
  max-height: var(--feature-sticky-h) !important;
  overflow: clip !important;
}
.feature-scroll-pin .paypal-tabs .feature-block-layout {
  display: grid !important;
  grid-template-columns: minmax(240px, 0.95fr) minmax(280px, 420px) !important;
  gap: clamp(20px, 3vw, 48px) !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: min(1120px, calc(100% - 32px)) !important;
  margin-inline: auto !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
}
.feature-scroll-pin .paypal-tabs .feature-side {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  justify-content: center !important;
}
.feature-scroll-pin .paypal-tabs .feature-visual {
  grid-column: 2 !important;
  grid-row: 1 !important;
  position: relative !important;
  width: 100% !important;
  max-width: 400px !important;
  height: var(--feature-visual-h) !important;
  min-height: min(420px, var(--feature-visual-h)) !important;
  max-height: var(--feature-visual-h) !important;
  aspect-ratio: 3 / 4 !important;
  margin-inline: auto !important;
  overflow: hidden !important;
  border-radius: clamp(28px, 11cqw, 44px) !important;
  justify-self: center !important;
}

/* cn69 richer frosted social glass */
.feature-scroll-pin .feature-visual-panel .feature-glass,
.feature-scroll-pin .feature-visual-panel .feature-glass--chat {
  width: min(86%, 210px) !important;
  max-width: 210px !important;
  padding: 12px 12px 11px !important;
}
.feature-scroll-pin .feature-glass--frost-a {
  border-radius: 22px !important;
  background:
    linear-gradient(155deg, rgba(255,255,255,0.46) 0%, rgba(190,220,255,0.16) 45%, rgba(255,255,255,0.18) 100%) !important;
  box-shadow:
    0 16px 42px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.65),
    inset 0 -1px 0 rgba(255,255,255,0.1) !important;
}
.feature-scroll-pin .feature-glass--frost-b {
  border-radius: 16px 26px 16px 26px !important;
  background:
    linear-gradient(210deg, rgba(255,246,230,0.42) 0%, rgba(255,255,255,0.12) 48%, rgba(210,240,255,0.22) 100%) !important;
}
.feature-scroll-pin .feature-glass--frost-c {
  border-radius: 28px 18px 24px 20px !important;
  width: min(90%, 220px) !important;
  max-width: 220px !important;
  background:
    linear-gradient(130deg, rgba(255,255,255,0.4) 0%, rgba(160,200,255,0.14) 38%, rgba(255,230,245,0.2) 100%) !important;
}
.feature-scroll-pin .feature-glass--frost-d {
  border-radius: 14px !important;
  background:
    linear-gradient(175deg, rgba(255,255,255,0.32) 0%, rgba(230,240,255,0.1) 55%, rgba(255,255,255,0.16) 100%) !important;
  border: 1px solid rgba(255,255,255,0.34) !important;
}
.feature-scroll-pin .fg-chat { gap: 8px !important; }
.feature-scroll-pin .fg-chat__bubble {
  font-size: 12px !important;
  line-height: 1.4 !important;
  padding: 7px 10px !important;
}
.feature-scroll-pin .fg-chat__emoji {
  display: inline-block !important;
  margin-left: 2px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  vertical-align: -1px !important;
}
.feature-scroll-pin .fg-chat__react {
  display: flex !important;
  gap: 4px !important;
  margin-top: 2px !important;
  padding-left: 28px !important;
}
.feature-scroll-pin .fg-chat__pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 3px !important;
  padding: 3px 8px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.28) !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
  font-size: 11px !important;
  color: #f5f3ef !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.35) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}
.feature-scroll-pin .fg-chat__row--sys .fg-chat__sys {
  background: rgba(0,0,0,0.28) !important;
  border-radius: 999px !important;
  padding: 4px 10px !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
}

/* cn71-RESTORE-FEATURE: RU 5-col sticky stage + visible photo card */
@media (min-width: 901px) {
  .feature-scroll-pin .paypal-tabs {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
  .feature-scroll-pin .paypal-tabs .feature-block-layout {
    display: grid !important;
    grid-template-columns:
      minmax(72px, 1fr)
      minmax(280px, 460px)
      minmax(56px, 104px)
      minmax(300px, 420px)
      minmax(72px, 1fr) !important;
    gap: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: min(1920px, 100%) !important;
    margin-inline: auto !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
  }
  .feature-scroll-pin .paypal-tabs .feature-side {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    align-self: center !important;
    width: 100% !important;
    height: var(--feature-visual-h) !important;
    min-height: 0 !important;
    max-height: none !important;
  }
  .feature-scroll-pin .paypal-tabs .feature-visual {
    grid-column: 4 !important;
    grid-row: 1 !important;
    position: relative !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: var(--feature-visual-w, 400px) !important;
    height: var(--feature-visual-h) !important;
    min-height: min(420px, var(--feature-visual-h)) !important;
    max-height: var(--feature-visual-h) !important;
    aspect-ratio: 3 / 4 !important;
    margin-inline: auto !important;
    overflow: hidden !important;
    border-radius: clamp(28px, 11cqw, 44px) !important;
    background: #0e0c0a !important;
    justify-self: center !important;
    align-self: center !important;
  }
}

.feature-scroll-pin .paypal-tabs .feature-visual-panel {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  pointer-events: none !important;
}
.feature-scroll-pin .paypal-tabs .feature-visual-panel.is-active {
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 2 !important;
}
.feature-scroll-pin .paypal-tabs .feature-visual-panel .feature-photo-wrap {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: var(--panel-opacity, 1) !important;
  background: #12100e !important;
}
.feature-scroll-pin .paypal-tabs .feature-visual-panel .feature-photo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.feature-scroll-pin .feature-visual-panel .feature-glass,
.feature-scroll-pin .feature-visual-panel .feature-glass--chat {
  display: block !important;
  z-index: 5 !important;
}
.feature-scroll-pin .fg-chat__pays,
.feature-scroll-pin .feature-glass__pays {
  display: none !important;
}

/* cn71 pay marks: no white pad, slightly larger */
html body .cn-pay-chip img,
html body .hero-payment-logos.cn-pay-strip .cn-pay-chip img,
html body .footer-payments.cn-pay-strip .cn-pay-chip img {
  width: 34px !important;
  height: 34px !important;
  max-width: 34px !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
html body .footer-payments .cn-pay-chip img {
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
}


/* cn74 ? WeChat-style asymmetric floating messages (not corner template) */
html body .feature-scroll-pin .feature-visual-panel .feature-glass,
html body .feature-scroll-pin .feature-visual-panel .feature-glass--chat,
html body .feature-scroll-pin .fg-chat {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

html body .feature-scroll-pin .ff-layer {
  position: absolute !important;
  inset: 0 !important;
  z-index: 8 !important;
  pointer-events: none !important;
  background: transparent !important;
  overflow: hidden !important;
}

/* base WeChat bits */
html body .feature-scroll-pin .wx {
  position: absolute !important;
  margin: 0 !important;
  max-width: 58% !important;
  z-index: 2 !important;
  will-change: transform;
}
html body .feature-scroll-pin .wx__msg {
  display: flex !important;
  align-items: flex-end !important;
  gap: 5px !important;
  max-width: 62% !important;
}
html body .feature-scroll-pin .wx__msg--me {
  flex-direction: row-reverse !important;
}
html body .feature-scroll-pin .wx__avatar {
  flex: 0 0 auto !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 4px !important;
  display: grid !important;
  place-items: center !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  color: #fff !important;
  background: linear-gradient(145deg, #5b8def, #3a6fd8) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
}
html body .feature-scroll-pin .wx__bubble {
  display: inline-block !important;
  padding: 7px 10px !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
  font-weight: 560 !important;
  letter-spacing: 0.01em !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18) !important;
}
html body .feature-scroll-pin .wx__msg--them .wx__bubble {
  color: #1a1a1a !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border-radius: 4px 14px 14px 14px !important;
  -webkit-backdrop-filter: blur(10px) saturate(140%) !important;
  backdrop-filter: blur(10px) saturate(140%) !important;
}
html body .feature-scroll-pin .wx__msg--me .wx__bubble {
  color: #111 !important;
  background: #95ec69 !important;
  border-radius: 14px 4px 14px 14px !important;
}
html body .feature-scroll-pin .wx__msg--tight .wx__bubble {
  padding: 5px 8px !important;
  font-size: 10px !important;
}
html body .feature-scroll-pin .wx__sticker {
  font-size: 26px !important;
  line-height: 1 !important;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.28)) !important;
  max-width: none !important;
}
html body .feature-scroll-pin .wx__sticker--sm {
  font-size: 16px !important;
}
html body .feature-scroll-pin .wx__tag,
html body .feature-scroll-pin .wx__react {
  padding: 5px 9px !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  color: rgba(255, 255, 255, 0.95) !important;
  background: rgba(12, 14, 18, 0.28) !important;
  border: 0.5px solid rgba(255, 255, 255, 0.32) !important;
  border-radius: 999px !important;
  -webkit-backdrop-filter: blur(18px) saturate(160%) !important;
  backdrop-filter: blur(18px) saturate(160%) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2), inset 0 0.5px 0 rgba(255, 255, 255, 0.35) !important;
  white-space: nowrap !important;
  max-width: none !important;
}

/* ---- SELF: cascade left ? mid-right, face open ---- */
html body .feature-scroll-pin .ff-layer--self .wx--a {
  top: 9% !important; left: 4% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-3.5deg) scale(0.96) !important;
}
html body .feature-scroll-pin .ff-layer--self .wx--b {
  top: 18% !important; left: auto !important; right: 7% !important; bottom: auto !important;
  transform: rotate(8deg) scale(1.08) !important;
  animation: wx-bob 3.6s ease-in-out infinite !important;
}
html body .feature-scroll-pin .ff-layer--self .wx--c {
  top: auto !important; left: auto !important; right: 5% !important; bottom: 28% !important;
  transform: rotate(2.5deg) scale(1.02) !important;
}
html body .feature-scroll-pin .ff-layer--self .wx--d {
  top: auto !important; left: 8% !important; right: auto !important; bottom: 14% !important;
  transform: rotate(-2deg) !important;
}
html body .feature-scroll-pin .ff-layer--self .wx--e {
  top: auto !important; left: auto !important; right: 18% !important; bottom: 9% !important;
  transform: rotate(4deg) scale(0.94) !important;
}
html body .feature-scroll-pin .ff-layer--self .wx--f {
  top: 42% !important; left: 6% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-12deg) !important;
  animation: wx-twinkle 2.8s ease-in-out infinite !important;
}

/* ---- FAMILY: top-right me, mid-left them, bottom scatter ---- */
html body .feature-scroll-pin .ff-layer--family .wx--a {
  top: 7% !important; left: auto !important; right: 4% !important; bottom: auto !important;
  transform: rotate(3deg) scale(0.98) !important;
}
html body .feature-scroll-pin .ff-layer--family .wx--b {
  top: 26% !important; left: 3% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-4.5deg) scale(0.94) !important;
}
html body .feature-scroll-pin .ff-layer--family .wx--c {
  top: auto !important; left: auto !important; right: 10% !important; bottom: 36% !important;
  transform: rotate(-7deg) scale(1.12) !important;
  animation: wx-bob 4.2s ease-in-out infinite 0.4s !important;
}
html body .feature-scroll-pin .ff-layer--family .wx--d {
  top: 48% !important; left: 10% !important; right: auto !important; bottom: auto !important;
  transform: rotate(6deg) !important;
  font-size: 18px !important;
  padding: 4px 7px !important;
  background: rgba(255, 255, 255, 0.16) !important;
}
html body .feature-scroll-pin .ff-layer--family .wx--e {
  top: auto !important; left: auto !important; right: 6% !important; bottom: 11% !important;
  transform: rotate(-1.5deg) !important;
}
html body .feature-scroll-pin .ff-layer--family .wx--f {
  top: auto !important; left: 5% !important; right: auto !important; bottom: 22% !important;
  transform: rotate(2deg) scale(0.9) !important;
}

/* ---- FRIENDS: sticker top-left, chat stack mid-right, tag bottom-mid ---- */
html body .feature-scroll-pin .ff-layer--friends .wx--a {
  top: 6% !important; left: 8% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-11deg) scale(1.15) !important;
  animation: wx-bob 3.2s ease-in-out infinite !important;
}
html body .feature-scroll-pin .ff-layer--friends .wx--b {
  top: 16% !important; left: auto !important; right: 3% !important; bottom: auto !important;
  transform: rotate(2deg) scale(0.95) !important;
}
html body .feature-scroll-pin .ff-layer--friends .wx--c {
  top: 34% !important; left: auto !important; right: 6% !important; bottom: auto !important;
  transform: rotate(-2.5deg) scale(1.04) !important;
}
html body .feature-scroll-pin .ff-layer--friends .wx--d {
  top: auto !important; left: 6% !important; right: auto !important; bottom: 18% !important;
  transform: rotate(5deg) !important;
}
html body .feature-scroll-pin .ff-layer--friends .wx--e {
  top: auto !important; left: auto !important; right: 4% !important; bottom: 26% !important;
  transform: rotate(1.5deg) scale(0.92) !important;
}
html body .feature-scroll-pin .ff-layer--friends .wx--f {
  top: auto !important; left: 22% !important; right: auto !important; bottom: 8% !important;
  transform: rotate(-3deg) !important;
}

/* ---- BIZ: tag top-mid, me upper-left, them lower-right ---- */
html body .feature-scroll-pin .ff-layer--biz .wx--a {
  top: 5% !important; left: 28% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-1deg) !important;
}
html body .feature-scroll-pin .ff-layer--biz .wx--b {
  top: 14% !important; left: 3% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-3deg) scale(0.97) !important;
}
html body .feature-scroll-pin .ff-layer--biz .wx--c {
  top: auto !important; left: auto !important; right: 3% !important; bottom: 30% !important;
  transform: rotate(3.5deg) scale(0.93) !important;
}
html body .feature-scroll-pin .ff-layer--biz .wx--d {
  top: 40% !important; left: 7% !important; right: auto !important; bottom: auto !important;
  transform: rotate(9deg) scale(1.05) !important;
  animation: wx-twinkle 3.4s ease-in-out infinite 0.6s !important;
}
html body .feature-scroll-pin .ff-layer--biz .wx--e {
  top: auto !important; left: auto !important; right: 12% !important; bottom: 10% !important;
  transform: rotate(-5deg) !important;
  font-size: 16px !important;
  padding: 4px 8px !important;
}
html body .feature-scroll-pin .ff-layer--biz .wx--f {
  top: auto !important; left: 10% !important; right: auto !important; bottom: 12% !important;
  transform: rotate(1.5deg) scale(0.9) !important;
}

@keyframes wx-bob {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -5px; }
}
@keyframes wx-twinkle {
  0%, 100% { opacity: 0.75; scale: 1; }
  50% { opacity: 1; scale: 1.12; }
}

@media (prefers-reduced-motion: reduce) {
  html body .feature-scroll-pin .wx {
    animation: none !important;
  }
}

/* brand: no black pill */
.site-header a.brand,
.site-header a.brand.brand--light {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.site-header .brand-name {
  color: #fff !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.45) !important;
}

/* UnionPay / pay marks: no white square, slightly larger */
.cn-pay-chip img,
.hero-payment-logos .cn-pay-chip img,
.footer-payments .cn-pay-chip img {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  object-fit: contain !important;
}

/* cn76 ? tariff glass price widgets + WeChat floats (pricing cards only) */
html body .pricing-showcase .tariff-card-slide {
  overflow: hidden !important;
}

html body .pricing-showcase .tariff-card-slide .tf-layer {
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  pointer-events: none !important;
  background: transparent !important;
  overflow: hidden !important;
}

html body .pricing-showcase .tariff-card-slide .wx {
  position: absolute !important;
  margin: 0 !important;
  max-width: 86% !important;
  z-index: 2 !important;
  will-change: transform;
}

html body .pricing-showcase .tariff-card-slide .wx__msg {
  display: flex !important;
  align-items: flex-end !important;
  gap: 6px !important;
  max-width: 92% !important;
}
html body .pricing-showcase .tariff-card-slide .wx__msg--me {
  flex-direction: row-reverse !important;
}
html body .pricing-showcase .tariff-card-slide .wx__avatar {
  flex: 0 0 auto !important;
  width: 26px !important;
  height: 26px !important;
  border-radius: 6px !important;
  display: grid !important;
  place-items: center !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #fff !important;
  background: linear-gradient(145deg, #5b8def, #3a6fd8) !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24) !important;
}
html body .pricing-showcase .tariff-card-slide .wx__bubble {
  display: inline-block !important;
  padding: 8px 12px !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18) !important;
}
html body .pricing-showcase .tariff-card-slide .wx__msg--them .wx__bubble {
  color: #1a1a1a !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-radius: 5px 16px 16px 16px !important;
  -webkit-backdrop-filter: blur(12px) saturate(145%) !important;
  backdrop-filter: blur(12px) saturate(145%) !important;
}
html body .pricing-showcase .tariff-card-slide .wx__msg--me .wx__bubble {
  color: #111 !important;
  background: #95ec69 !important;
  border-radius: 16px 5px 16px 16px !important;
}
html body .pricing-showcase .tariff-card-slide .wx__msg--tight .wx__bubble {
  padding: 7px 10px !important;
  font-size: 12px !important;
}
html body .pricing-showcase .tariff-card-slide .wx__sticker {
  font-size: 34px !important;
  line-height: 1 !important;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.28)) !important;
  max-width: none !important;
}
html body .pricing-showcase .tariff-card-slide .wx__sticker--sm {
  font-size: 22px !important;
}
html body .pricing-showcase .tariff-card-slide .wx__tag,
html body .pricing-showcase .tariff-card-slide .wx__react {
  padding: 7px 12px !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  letter-spacing: 0.02em !important;
  color: rgba(255, 255, 255, 0.98) !important;
  background: rgba(12, 14, 18, 0.34) !important;
  border: 0.5px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 999px !important;
  -webkit-backdrop-filter: blur(18px) saturate(170%) !important;
  backdrop-filter: blur(18px) saturate(170%) !important;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.2), inset 0 0.5px 0 rgba(255, 255, 255, 0.4) !important;
  white-space: nowrap !important;
  max-width: none !important;
}

/* asymmetric float positions ? keep faces open; clear unified bottom glass */
html body .pricing-showcase .tf-layer--0 .wx--a {
  top: 7% !important; left: 4% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-3deg) scale(1.02) !important;
}
html body .pricing-showcase .tf-layer--0 .wx--b {
  top: 12% !important; left: auto !important; right: 5% !important; bottom: auto !important;
  transform: rotate(9deg) scale(1.12) !important;
  animation: wx-bob 3.4s ease-in-out infinite !important;
}
html body .pricing-showcase .tf-layer--0 .wx--c {
  top: auto !important; left: auto !important; right: 6% !important; bottom: 28% !important;
  transform: rotate(2deg) scale(1.05) !important;
}
html body .pricing-showcase .tf-layer--0 .wx--d {
  top: 36% !important; left: 6% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-14deg) scale(1.08) !important;
  animation: wx-twinkle 2.8s ease-in-out infinite !important;
}

html body .pricing-showcase .tf-layer--1 .wx--a {
  top: 6% !important; left: auto !important; right: 3% !important; bottom: auto !important;
  transform: rotate(3deg) scale(1.02) !important;
}
html body .pricing-showcase .tf-layer--1 .wx--b {
  top: 20% !important; left: 5% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-8deg) scale(1.16) !important;
  animation: wx-bob 3.8s ease-in-out infinite 0.3s !important;
}
html body .pricing-showcase .tf-layer--1 .wx--c {
  top: auto !important; left: 6% !important; right: auto !important; bottom: 28% !important;
  transform: rotate(-2deg) scale(1.04) !important;
}
html body .pricing-showcase .tf-layer--1 .wx--d {
  top: auto !important; left: auto !important; right: 8% !important; bottom: 34% !important;
  transform: rotate(5deg) scale(1.08) !important;
}

html body .pricing-showcase .tf-layer--2 .wx--a {
  top: 5% !important; left: 18% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-1deg) scale(1.04) !important;
}
html body .pricing-showcase .tf-layer--2 .wx--b {
  top: 16% !important; left: auto !important; right: 4% !important; bottom: auto !important;
  transform: rotate(2.5deg) scale(1.02) !important;
}
html body .pricing-showcase .tf-layer--2 .wx--c {
  top: 30% !important; left: 4% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-10deg) scale(1.18) !important;
  animation: wx-bob 3.1s ease-in-out infinite !important;
}
html body .pricing-showcase .tf-layer--2 .wx--d {
  top: auto !important; left: auto !important; right: 10% !important; bottom: 30% !important;
  transform: rotate(4deg) scale(1.06) !important;
}

html body .pricing-showcase .tf-layer--3 .wx--a {
  top: 5% !important; left: 7% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-12deg) scale(1.14) !important;
  animation: wx-bob 4s ease-in-out infinite !important;
}
html body .pricing-showcase .tf-layer--3 .wx--b {
  top: 15% !important; left: auto !important; right: 3% !important; bottom: auto !important;
  transform: rotate(2deg) scale(1.02) !important;
}
html body .pricing-showcase .tf-layer--3 .wx--c {
  top: auto !important; left: 5% !important; right: auto !important; bottom: 28% !important;
  transform: rotate(-2deg) scale(1.05) !important;
}
html body .pricing-showcase .tf-layer--3 .wx--d {
  top: 40% !important; left: auto !important; right: 6% !important; bottom: auto !important;
  transform: rotate(3deg) scale(1.04) !important;
}

html body .pricing-showcase .tf-layer--4 .wx--a {
  top: 8% !important; left: 3% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-3.5deg) scale(1.02) !important;
}
html body .pricing-showcase .tf-layer--4 .wx--b {
  top: 11% !important; left: auto !important; right: 5% !important; bottom: auto !important;
  transform: rotate(8deg) scale(1.16) !important;
  animation: wx-bob 3.5s ease-in-out infinite 0.2s !important;
}
html body .pricing-showcase .tf-layer--4 .wx--c {
  top: auto !important; left: auto !important; right: 5% !important; bottom: 28% !important;
  transform: rotate(1.5deg) scale(1.05) !important;
}
html body .pricing-showcase .tf-layer--4 .wx--d {
  top: 38% !important; left: 7% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-4deg) scale(1.08) !important;
}

html body .pricing-showcase .tf-layer--5 .wx--a {
  top: 5% !important; left: auto !important; right: 6% !important; bottom: auto !important;
  transform: rotate(11deg) scale(1.18) !important;
  animation: wx-bob 3.2s ease-in-out infinite !important;
}
html body .pricing-showcase .tf-layer--5 .wx--b {
  top: 18% !important; left: 3% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-2.5deg) scale(1.04) !important;
}
html body .pricing-showcase .tf-layer--5 .wx--c {
  top: auto !important; left: auto !important; right: 4% !important; bottom: 30% !important;
  transform: rotate(3deg) scale(1.06) !important;
}
html body .pricing-showcase .tf-layer--5 .wx--d {
  top: 34% !important; left: 7% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-1deg) scale(1.05) !important;
}

html body .pricing-showcase .tf-layer--6 .wx--a {
  top: 7% !important; left: auto !important; right: 3% !important; bottom: auto !important;
  transform: rotate(2deg) scale(1.02) !important;
}
html body .pricing-showcase .tf-layer--6 .wx--b {
  top: 22% !important; left: 5% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-9deg) scale(1.1) !important;
  animation: wx-twinkle 3.2s ease-in-out infinite !important;
}
html body .pricing-showcase .tf-layer--6 .wx--c {
  top: auto !important; left: auto !important; right: 7% !important; bottom: 28% !important;
  transform: rotate(-2deg) scale(1.05) !important;
}
html body .pricing-showcase .tf-layer--6 .wx--d {
  top: auto !important; left: 10% !important; right: auto !important; bottom: 36% !important;
  transform: rotate(6deg) scale(1.08) !important;
}

html body .pricing-showcase .tf-layer--7 .wx--a {
  top: 4% !important; left: 8% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-11deg) scale(1.2) !important;
  animation: wx-bob 3.3s ease-in-out infinite !important;
}
html body .pricing-showcase .tf-layer--7 .wx--b {
  top: 14% !important; left: auto !important; right: 4% !important; bottom: auto !important;
  transform: rotate(2.5deg) scale(1.03) !important;
}
html body .pricing-showcase .tf-layer--7 .wx--c {
  top: auto !important; left: 4% !important; right: auto !important; bottom: 28% !important;
  transform: rotate(-1.5deg) scale(1.05) !important;
}
html body .pricing-showcase .tf-layer--7 .wx--d {
  top: 38% !important; left: auto !important; right: 7% !important; bottom: auto !important;
  transform: rotate(4deg) scale(1.08) !important;
}

html body .pricing-showcase .tf-layer--8 .wx--a {
  top: 5% !important; left: 22% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-1deg) scale(1.05) !important;
}
html body .pricing-showcase .tf-layer--8 .wx--b {
  top: 15% !important; left: 3% !important; right: auto !important; bottom: auto !important;
  transform: rotate(-3deg) scale(1.02) !important;
}
html body .pricing-showcase .tf-layer--8 .wx--c {
  top: 26% !important; left: auto !important; right: 5% !important; bottom: auto !important;
  transform: rotate(8deg) scale(1.14) !important;
  animation: wx-bob 3.6s ease-in-out infinite 0.5s !important;
}
html body .pricing-showcase .tf-layer--8 .wx--d {
  top: auto !important; left: auto !important; right: 8% !important; bottom: 29% !important;
  transform: rotate(-2deg) scale(1.06) !important;
}

/* cn86 ? dark cinematic tariff dock + WeChat-green full-width CTA */
html body .pricing-showcase .tariff-glass {
  position: absolute !important;
  z-index: 5 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  width: auto !important;
  max-width: none !important;
  padding: 14px 12px 12px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  transform: none !important;
  pointer-events: none !important;
  color: #f5f3ef !important;
  background:
    linear-gradient(
      180deg,
      rgba(6, 8, 10, 0) 0%,
      rgba(6, 8, 10, 0.55) 28%,
      rgba(8, 10, 12, 0.88) 100%
    ) !important;
  border: 0 !important;
  border-top: 0.5px solid rgba(149, 236, 105, 0.22) !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%) !important;
  backdrop-filter: blur(18px) saturate(140%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 -18px 36px rgba(0, 0, 0, 0.28) !important;
}
html body .pricing-showcase .tariff-glass::before {
  content: "" !important;
  position: absolute !important;
  left: 12px !important;
  right: 12px !important;
  top: 0 !important;
  height: 1px !important;
  border-radius: 999px !important;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(149, 236, 105, 0.55) 35%,
    rgba(245, 243, 239, 0.35) 65%,
    transparent 100%
  ) !important;
  pointer-events: none !important;
}
html body .pricing-showcase .tariff-glass__copy {
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 10px !important;
  min-width: 0 !important;
  width: 100% !important;
  padding: 0 2px !important;
}
html body .pricing-showcase .tariff-glass__meta {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.04em !important;
  color: rgba(245, 243, 239, 0.72) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
html body .pricing-showcase .tariff-glass__price {
  display: block !important;
  flex: 0 0 auto !important;
  font-size: clamp(22px, 2.6vw, 28px) !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  font-variant-numeric: tabular-nums !important;
  color: #f5f3ef !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45) !important;
}
html body .pricing-showcase .tariff-glass__cta {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 44px !important;
  padding: 11px 14px !important;
  border-radius: 12px !important;
  font-size: 14px !important;
  font-weight: 760 !important;
  letter-spacing: 0.08em !important;
  color: #0e140c !important;
  background:
    linear-gradient(180deg, #a8f27a 0%, #95ec69 48%, #7fd84f 100%) !important;
  border: 0.5px solid rgba(255, 255, 255, 0.28) !important;
  box-shadow:
    0 8px 22px rgba(149, 236, 105, 0.28),
    0 2px 0 rgba(255, 255, 255, 0.35) inset,
    0 -1px 0 rgba(0, 0, 0, 0.12) inset !important;
  white-space: nowrap !important;
}
html body .pricing-showcase .tariff-glass__cta-label {
  display: inline-block !important;
  transform: translateY(0.5px) !important;
}

html body .pricing-showcase .tariff-card-buy {
  z-index: 6 !important;
}

/* keep WeChat floats clear of taller dock */
html body .pricing-showcase .tf-layer--0 .wx--c,
html body .pricing-showcase .tf-layer--1 .wx--c,
html body .pricing-showcase .tf-layer--3 .wx--c,
html body .pricing-showcase .tf-layer--4 .wx--c,
html body .pricing-showcase .tf-layer--6 .wx--c,
html body .pricing-showcase .tf-layer--7 .wx--c {
  bottom: 34% !important;
}
html body .pricing-showcase .tf-layer--2 .wx--d,
html body .pricing-showcase .tf-layer--5 .wx--c,
html body .pricing-showcase .tf-layer--8 .wx--d {
  bottom: 36% !important;
}

@media (prefers-reduced-motion: reduce) {
  html body .pricing-showcase .tariff-card-slide .wx {
    animation: none !important;
  }
}

@media (max-width: 720px) {
  html body .pricing-showcase .tariff-glass {
    padding: 12px 10px 10px !important;
    gap: 8px !important;
    border-radius: 0 !important;
  }
  html body .pricing-showcase .tariff-glass__meta {
    font-size: 11px !important;
  }
  html body .pricing-showcase .tariff-glass__price {
    font-size: 20px !important;
  }
  html body .pricing-showcase .tariff-glass__cta {
    min-height: 42px !important;
    padding: 10px 12px !important;
    font-size: 13px !important;
    border-radius: 11px !important;
  }
  html body .pricing-showcase .tariff-card-slide .wx__bubble {
    font-size: 12px !important;
    padding: 7px 10px !important;
  }
  html body .pricing-showcase .tariff-card-slide .wx__sticker {
    font-size: 28px !important;
  }
  html body .pricing-showcase .tariff-card-slide .wx__tag,
  html body .pricing-showcase .tariff-card-slide .wx__react {
    font-size: 11px !important;
    padding: 6px 10px !important;
  }
}

/* cn78 ? tariff card portraits: container owns ratio; img never stretches */
html body .pricing-showcase .tariff-slider__track {
  align-items: flex-start !important;
}
html body .pricing-showcase .tariff-card-slide {
  position: relative !important;
  aspect-ratio: 9 / 16 !important;
  height: auto !important;
  min-height: 0 !important;
  align-self: flex-start !important;
  overflow: hidden !important;
}
html body .pricing-showcase .tariff-card-img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center top !important;
  transform: none !important;
}
html body .pricing-showcase .tariff-card-fallback {
  position: absolute !important;
  inset: 0 !important;
  aspect-ratio: auto !important;
  height: 100% !important;
}

/* cn79 ? multilingual lang switcher (glass, left of Telegram) */
.header-actions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.header-actions .lang {
  position: relative;
  flex-shrink: 0;
  margin: 0 !important;
  z-index: 45;
}
.header-actions .lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  min-height: 1.7rem;
  padding: 0.18rem 0.38rem 0.18rem 0.48rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: #fff;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 4px 14px rgba(0,0,0,0.12);
  text-shadow: 0 1px 6px rgba(0,0,0,.45);
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.header-actions .lang-btn:hover,
.header-actions .lang-btn[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.45);
}
.header-actions .lang-btn:focus-visible {
  outline: 2px solid rgba(255,255,255,0.55);
  outline-offset: 2px;
}
.header-actions .lang-btn-code { line-height: 1; color: inherit; }
.header-actions .lang-btn-chevron {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3.5px solid currentColor;
  opacity: 0.55;
}
.header-actions .lang-btn[aria-expanded="true"] .lang-btn-chevron {
  opacity: 0.9;
  transform: translateY(0.5px) rotate(180deg);
}
.header-actions .lang-menu {
  position: absolute;
  top: calc(100% + 0.4rem);
  right: 0;
  z-index: 60;
  min-width: 12rem;
  max-height: min(70vh, 22rem);
  overflow: auto;
  padding: 0.35rem;
  background: rgba(22, 18, 16, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255,255,255,0.12);
}
.header-actions .lang-menu[hidden] { display: none !important; }
.header-actions .lang-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0.45rem 0.55rem;
  background: transparent;
  border: none;
  border-radius: 10px;
  color: rgba(255,255,255,0.88);
  font: inherit;
  font-size: 0.84rem;
  text-align: start;
  cursor: pointer;
}
.header-actions .lang-option:hover,
.header-actions .lang-option:focus-visible {
  background: rgba(255,255,255,0.1);
  outline: none;
}
.header-actions .lang-option.is-active {
  background: rgba(255,255,255,0.14);
  color: #fff;
}
.header-actions .lang-option-name { font-weight: 500; }
.header-actions .lang-option-code {
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.55);
  font-weight: 700;
}
.site-header:not(.site-header--over-hero) .header-actions .lang-btn {
  color: #1a1714;
  text-shadow: none;
  background: rgba(255,255,255,0.55);
  border-color: rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 2px 8px rgba(0,0,0,0.06);
}
.site-header:not(.site-header--over-hero) .header-actions .lang-menu {
  background: rgba(250, 248, 245, 0.92);
  border-color: rgba(0,0,0,0.08);
  box-shadow: 0 16px 36px rgba(0,0,0,0.12);
}
.site-header:not(.site-header--over-hero) .header-actions .lang-option {
  color: #1a1714;
}
.site-header:not(.site-header--over-hero) .header-actions .lang-option-code {
  color: rgba(0,0,0,0.45);
}
.site-header:not(.site-header--over-hero) .header-actions .lang-option:hover,
.site-header:not(.site-header--over-hero) .header-actions .lang-option.is-active {
  background: rgba(0,0,0,0.05);
}
html[dir="rtl"] .header-actions .lang-menu { right: auto; left: 0; }

/* Keep lang + TG visible on mobile (styles hide .header-actions) */
@media (max-width: 980px) {
  .site-header .header-inner {
    grid-template-columns: auto 1fr auto auto !important;
    align-items: center !important;
  }
  .site-header .header-actions {
    display: inline-flex !important;
    justify-self: end !important;
    grid-column: 3 !important;
    gap: 6px !important;
  }
  .site-header .menu-toggle {
    grid-column: 4 !important;
    justify-self: end !important;
  }
  .header-actions .lang-btn {
    min-height: 1.55rem;
    font-size: 0.68rem;
    padding: 0.14rem 0.32rem 0.14rem 0.4rem;
  }
}

/* cn79 ? harden hero cover (no stretch) */
html body .hero .hero-bg {
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
  display: block !important;
  visibility: visible !important;
}

/* cn100 ? devices: sharp QL cinematic (no soft tile farm); CN=official APK */
html body .devices-block {
  position: relative !important;
  isolation: isolate !important;
  background:
    linear-gradient(135deg, rgba(149, 236, 105, 0.05) 0%, transparent 42%),
    radial-gradient(ellipse 55% 40% at 88% 100%, rgba(184, 160, 120, 0.08), transparent 55%),
    linear-gradient(180deg, #070707 0%, #101010 50%, #0a0a0a 100%) !important;
  border-top: 0 !important;
  padding: clamp(56px, 7vw, 100px) 0 !important;
  /* clip grain sideways only ? keep bottom seam ribbon unclipped (RU) */
  overflow-x: clip !important;
  overflow-y: visible !important;
}
html body .devices-block::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    repeating-linear-gradient(
      -18deg,
      transparent 0 18px,
      rgba(255,255,255,0.012) 18px 19px
    ) !important;
  pointer-events: none !important;
  z-index: 0 !important;
  opacity: 0.55 !important;
}
html body .devices-panel {
  position: relative !important;
  z-index: 1 !important;
  background: transparent !important;
  width: min(880px, calc(100% - 2 * var(--gutter, 20px))) !important;
  margin-inline: auto !important;
}
html body .devices-block .devices-block__head {
  max-width: 520px !important;
  margin: 0 0 clamp(28px, 3.5vw, 40px) !important;
  text-align: left !important;
}
html body .devices-panel-wrap { width: 100% !important; }
html body .devices-panel__shell,
html body .devices-panel__shell.devices-panel__card {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(22px, 3vw, 32px) clamp(18px, 2.6vw, 28px) !important;
  border-radius: 2px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  -webkit-backdrop-filter: blur(18px) saturate(130%) !important;
  backdrop-filter: blur(18px) saturate(130%) !important;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  overflow: hidden !important;
}
html body .devices-download {
  margin: 0 !important;
  padding: 0 !important;
  border-top: 0 !important;
  display: block !important;
  gap: 0 !important;
  justify-items: stretch !important;
  text-align: left !important;
}
html body .devices-download__stores.cn-stores-mount {
  width: 100% !important;
  margin: 0 !important;
}
html body .devices-block .section-eyebrow,
html body .devices-block .devices-block__eyebrow,
html body .devices-block .devices-download__eyebrow {
  color: #95ec69 !important;
  letter-spacing: 0.28em !important;
  font-weight: 750 !important;
  font-size: 0.7rem !important;
  text-transform: uppercase !important;
}
html body .devices-block h2 {
  color: #f5f3ef !important;
  font-family: var(--font-display) !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  margin: 12px 0 0 !important;
  font-size: clamp(32px, 4.2vw, 48px) !important;
  line-height: 1.05 !important;
}
html body .devices-block .devices-block__lead {
  color: rgba(245, 243, 239, 0.62) !important;
  margin: 14px 0 0 !important;
  max-width: 34em !important;
  font-size: clamp(14px, 1.5vw, 16.5px) !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}
html body .devices-panel-wrap { width: 100% !important; }
html body .devices-panel__shell,
html body .devices-panel__shell.devices-panel__card {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 2px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  -webkit-backdrop-filter: blur(20px) saturate(140%) !important;
  backdrop-filter: blur(20px) saturate(140%) !important;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  overflow: hidden !important;
}

/* OS rail ? one composition strip, not 4 soft chips */
html body .devices-grid,
html body .devices-os-rail {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
html body .device-tile,
html body .devices-os-rail__item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  min-height: 72px !important;
  padding: 18px 20px !important;
  border-radius: 0 !important;
  text-align: left !important;
  background: transparent !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
  transition: background 0.18s ease !important;
}
html body .device-tile:last-child,
html body .devices-os-rail__item:last-child {
  border-right: 0 !important;
}
html body .device-tile:hover,
html body .devices-os-rail__item:hover {
  background: rgba(149, 236, 105, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  transform: none !important;
}
html body .device-tile__glyph,
html body .devices-os-rail__glyph {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  flex: 0 0 auto !important;
  color: #f5f3ef !important;
}
html body .device-tile__icon,
html body .devices-os-rail__icon {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
  filter: none !important;
  opacity: 1 !important;
  color: #f5f3ef !important;
}
html body .device-tile__name,
html body .devices-os-rail__name {
  color: #f5f3ef !important;
  font-weight: 800 !important;
  font-size: 0.98rem !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
}
html body .device-tile,
html body .devices-os-rail__item {
  gap: 14px !important;
  min-height: 64px !important;
  padding: 16px 18px !important;
}
html body .devices-download {
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border-top: 0 !important;
  display: block !important;
}
html body .devices-download__note {
  display: none !important;
}
html body .devices-download__stores.cn-stores-mount {
  width: 100% !important;
  margin: 0 !important;
}
html body .devices-download__head {
  display: none !important;
}

/* Channel panels ? asymmetric, sharp, high contrast */
html body .devices-block .cn-store-platforms {
  display: grid !important;
  grid-template-columns: 1.15fr 1.15fr 1.35fr !important;
  gap: 1px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}
html body .devices-block .cn-platform-tile {
  min-height: 118px !important;
  padding: 18px 16px !important;
  gap: 12px !important;
  border-radius: 0 !important;
  color: #f5f3ef !important;
  background: #121212 !important;
  border: 0 !important;
  box-shadow: none !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
  transition: background 0.15s ease, outline-color 0.15s ease !important;
  outline: 1px solid transparent !important;
  outline-offset: -1px !important;
}
html body .devices-block .cn-platform-tile:hover,
html body .devices-block .cn-platform-tile:focus-visible,
html body .devices-block .cn-platform-tile.is-active {
  background: #1a1a1a !important;
  outline-color: #95ec69 !important;
  transform: none !important;
  box-shadow: none !important;
}
html body .devices-block .cn-platform-tile[data-platform="china"] {
  background: #0f140f !important;
}
html body .devices-block .cn-platform-tile[data-platform="china"].is-active,
html body .devices-block .cn-platform-tile[data-platform="china"]:hover {
  background: #152015 !important;
}
html body .devices-block .cn-platform-tile .ql-store-btn__icon {
  width: 40px !important;
  height: 40px !important;
  border-radius: 10px !important;
  object-fit: contain !important;
  filter: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
html body .devices-block .ql-store-detail .ql-store-btn__icon {
  width: 28px !important;
  height: 28px !important;
  border-radius: 7px !important;
  filter: none !important;
}
html body .devices-block .cn-platform-tile__copy {
  align-items: flex-start !important;
  text-align: left !important;
  gap: 6px !important;
}
html body .devices-block .cn-platform-tile__label {
  color: #f5f3ef !important;
  font-weight: 750 !important;
  font-size: 1rem !important;
  letter-spacing: 0.02em !important;
}
html body .devices-block .cn-platform-tile__hint {
  color: rgba(245, 243, 239, 0.55) !important;
  font-weight: 550 !important;
  font-size: 0.74rem !important;
  max-width: none !important;
  line-height: 1.35 !important;
}
html body .devices-block .cn-platform-panels {
  width: 100% !important;
  margin-top: 0 !important;
}
html body .devices-block .ql-store-detail {
  padding: 18px 20px !important;
  border-radius: 0 !important;
  background: #0c0c0c !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-top: 0 !important;
  text-align: left !important;
  color: rgba(245, 243, 239, 0.9) !important;
}
html body .devices-block .ql-store-detail h3 {
  color: #f5f3ef !important;
  margin: 0 0 12px !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
}
html body .devices-block .ql-store-steps li {
  color: rgba(245, 243, 239, 0.78) !important;
}
html body .devices-block .ql-store-step-n {
  background: #95ec69 !important;
  color: #0a0a0a !important;
  border-radius: 0 !important;
  font-weight: 800 !important;
}
html body .devices-block .ql-store-link {
  color: #111 !important;
  background: #f5f3ef !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  font-weight: 700 !important;
}
html body .devices-block .ql-store-link--primary {
  background: #95ec69 !important;
  color: #0a0a0a !important;
  border-color: transparent !important;
}
html body .devices-block .ql-store-more {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 0 !important;
  border-style: solid !important;
}
html body .devices-block .ql-store-more summary,
html body .devices-block .ql-store-more__lead {
  color: rgba(245, 243, 239, 0.55) !important;
}
html body .devices-block .ql-store-more__links a {
  color: #95ec69 !important;
}

@media (max-width: 820px) {
  html body .devices-block .cn-store-platforms {
    grid-template-columns: 1fr !important;
  }
  html body .devices-grid,
  html body .devices-os-rail {
    grid-template-columns: 1fr 1fr !important;
  }
  html body .device-tile:nth-child(2),
  html body .devices-os-rail__item:nth-child(2) {
    border-right: 0 !important;
  }
  html body .device-tile:nth-child(1),
  html body .device-tile:nth-child(2),
  html body .devices-os-rail__item:nth-child(1),
  html body .devices-os-rail__item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }
}
@media (max-width: 480px) {
  html body .devices-grid,
  html body .devices-os-rail {
    grid-template-columns: 1fr !important;
  }
  html body .device-tile,
  html body .devices-os-rail__item {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }
  html body .devices-block .devices-block__head {
    text-align: left !important;
  }
}

/* cn81?cn83 superseded */
/* cn84 ? invented QingLian tech mark (interlock portal) + ?? sans; half lang; black TG; couple hero */
/* cn85 ? fashion editorial couple hero (retro super-fusion); keep mark/lang/TG; object-position for cover */
:root {
  --hero-object-position: 62% 28% !important;
  --header-action-size: 24px; /* was 30; lang pill ~0.8x */
  --header-tg-mark: 36px;
  --brand-mark-size: 40px;
}

/* Nav: larger premium geometric sans on glass */
html body .main-nav a,
html body .menu-toggle {
  font-family: var(--font-nav) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
}
html body .site-header.site-header--over-hero .main-nav--light a,
html body .site-header.site-header--over-hero .menu-toggle--light {
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  color: rgba(255, 255, 255, 0.94) !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5) !important;
}

/* Lang + TG: balanced pair ? shared vertical center, more gap, pill ~30px */
html body .header-actions {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
}
html body .header-actions .lang-btn {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: var(--header-action-size) !important;
  min-height: var(--header-action-size) !important;
  padding: 0 8px 0 10px !important; /* was 10/12; ?0.8 */
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  color: #fff !important;
  font-family: var(--font-nav) !important;
  font-size: 8.8px !important; /* was 11; ?0.8 */
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  line-height: 1 !important;
  gap: 0.22rem !important; /* was 0.28; ?0.8 */
  transform: none !important;
  backdrop-filter: blur(12px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(160%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35) !important;
}
html body .header-actions .lang-btn:hover,
html body .header-actions .lang-btn[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}
html body .header-actions .lang-btn-chevron {
  border-left-width: 2.4px !important; /* was 3; ?0.8 */
  border-right-width: 2.4px !important;
  border-top-width: 2.8px !important; /* was 3.5; ?0.8 */
  opacity: 0.7 !important;
}
/* Solid black TG circle ? no vertical offset so it shares center with lang pill */
html body .header-actions .header-tg-btn,
html body a.header-tg-btn {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: var(--header-tg-mark, 36px) !important;
  height: var(--header-tg-mark, 36px) !important;
  min-width: var(--header-tg-mark, 36px) !important;
  min-height: var(--header-tg-mark, 36px) !important;
  flex: 0 0 auto !important;
  border-radius: 50% !important;
  background: rgba(0, 0, 0, 0.85) !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  text-decoration: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16) !important;
  transform: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.32s ease, border-color 0.32s ease !important;
}
html body .header-actions .header-tg-btn:hover,
html body a.header-tg-btn:hover {
  background: rgba(0, 0, 0, 0.85) !important;
  border-color: #fff !important;
  transform: scale(1.04) !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2) !important;
}
html body .header-actions .header-tg-btn__icon {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  transform: translateX(-0.5px) !important;
}
html body .site-header:not(.site-header--over-hero) .header-actions .lang-btn {
  color: #1a1714 !important;
  text-shadow: none !important;
  background: rgba(255, 255, 255, 0.55) !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}
html body .site-header:not(.site-header--over-hero) .header-actions .header-tg-btn,
html body .site-header:not(.site-header--over-hero) a.header-tg-btn {
  background: rgba(0, 0, 0, 0.85) !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  text-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16) !important;
  transform: none !important;
}
@media (max-width: 980px) {
  html body .header-actions {
    gap: 10px !important;
  }
  html body .header-actions .lang-btn {
    height: 22px !important; /* was 28; ?0.8 */
    min-height: 22px !important;
    font-size: 8px !important; /* was 10; ?0.8 */
    padding: 0 7px 0 8px !important; /* was 9/10; ?0.8 */
  }
  html body .header-actions .header-tg-btn,
  html body a.header-tg-btn {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
  }
  html body .header-actions .header-tg-btn__icon {
    width: 18px !important;
    height: 18px !important;
  }
  html body .main-nav a,
  html body .menu-toggle {
    font-size: 14px !important;
  }
}

/* Hero: couple metropolis ? cover, no stretch */
html body .hero .hero-bg {
  object-fit: cover !important;
  object-position: var(--hero-object-position, 62% 28%) !important;
  width: 100% !important;
  height: 100% !important;
}

/* cn84 ? graphic mark + geometric ?? wordmark (NO bilingual black pill) */
html body .brand,
html body a.brand,
html body .brand.brand--light,
html body .footer-brand,
html body a.footer-brand {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transform: translateY(-2px) !important;
  overflow: visible !important;
}
html body .brand::before,
html body .brand::after,
html body .footer-brand::before,
html body .footer-brand::after {
  display: none !important;
  content: none !important;
}
/* Kill rejected cn83 bilingual badge entirely */
html body .brand .brand-label,
html body .brand .brand-name,
html body .footer-brand .brand-label,
html body .footer-brand .brand-name,
html body .brand .brand-label__primary,
html body .brand .brand-label__meta,
html body .footer-brand .brand-label__primary,
html body .footer-brand .brand-label__meta {
  display: none !important;
}
html body .brand .brand-mark,
html body .brand img.brand-mark,
html body .footer-brand .brand-mark,
html body .footer-brand img.brand-mark {
  display: block !important;
  width: var(--brand-mark-size, 40px) !important;
  height: var(--brand-mark-size, 40px) !important;
  min-width: var(--brand-mark-size, 40px) !important;
  min-height: var(--brand-mark-size, 40px) !important;
  border-radius: 12px !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28) !important;
  filter: none !important;
}
html body .brand .brand-wordmark,
html body .footer-brand .brand-wordmark {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-indent: 0.06em !important;
  line-height: 1 !important;
  color: #f7faf8 !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45) !important;
  white-space: nowrap !important;
}
html body .footer-brand .brand-mark,
html body .footer-brand img.brand-mark {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}
html body .footer-brand .brand-wordmark {
  font-size: 15px !important;
  letter-spacing: 0.14em !important;
  color: #e8ebe8 !important;
  text-shadow: none !important;
}
html body .site-header:not(.site-header--over-hero) .brand .brand-wordmark {
  color: #121417 !important;
  text-shadow: none !important;
}
@media (max-width: 980px) {
  html body .brand .brand-mark,
  html body .brand img.brand-mark {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
  }
  html body .brand .brand-wordmark {
    font-size: 15px !important;
    letter-spacing: 0.14em !important;
  }
}

/* cn87 ? hero band-seam ribbon restored; new app-icon mark + couple-glasses hero */

/* cn88 - jade crane (QingHe) low-poly mark; erase header/footer wordmark; icon carries Qing */
html body .brand .brand-wordmark,
html body .footer-brand .brand-wordmark {
  display: none !important;
}
html body .brand,
html body a.brand,
html body .brand.brand--light,
html body .footer-brand,
html body a.footer-brand {
  gap: 0 !important;
}
html body .brand .brand-mark,
html body .brand img.brand-mark {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  border-radius: 12px !important;
}
html body .footer-brand .brand-mark,
html body .footer-brand img.brand-mark {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  border-radius: 10px !important;
}
@media (max-width: 980px) {
  html body .brand .brand-mark,
  html body .brand img.brand-mark {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }
}

/* cn89 ? square lock (no stretch) + frameless MetaMask-style live carp mark */
html body .brand .brand-mark,
html body .brand img.brand-mark,
html body .brand .brand-mark--live,
html body .footer-brand .brand-mark,
html body .footer-brand img.brand-mark {
  box-sizing: border-box !important;
  aspect-ratio: 1 / 1 !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  object-fit: contain !important;
  object-position: center center !important;
  flex: 0 0 48px !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  display: block !important;
  /* kill any non-uniform scale from parent flex / styles.css .brand 50px box */
  transform: none !important;
}
html body .footer-brand .brand-mark,
html body .footer-brand img.brand-mark {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  flex: 0 0 36px !important;
}
html body .brand .brand-mark--live,
html body .brand .brand-mark--live.is-live {
  position: relative !important;
  line-height: 0 !important;
}
html body .brand .brand-mark-live-svg,
html body .brand .brand-mark--live svg {
  display: block !important;
  width: 48px !important;
  height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  aspect-ratio: 1 / 1 !important;
  overflow: visible !important;
  pointer-events: none !important;
}
/* styles.css pins .brand to 50?50 ? keep auto so mark owns the square */
html body .site-header a.brand,
html body .site-header a.brand.brand--light,
html body a.footer-brand {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
/* Hero couple: cover crops, never stretch aspect */
html body .hero .hero-bg {
  object-fit: cover !important;
  object-position: var(--hero-object-position, 58% 32%) !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  /* never let replaced-element fill distort the photo */
  aspect-ratio: auto !important;
}
@media (max-width: 980px) {
  html body .brand .brand-mark,
  html body .brand img.brand-mark,
  html body .brand .brand-mark--live,
  html body .brand .brand-mark-live-svg,
  html body .brand .brand-mark--live svg,
  html body .brand .brand-mark-live-wrap,
  html body .brand .brand-mark-live-img {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    flex-basis: 42px !important;
  }
}

/* cn114 — film hero: heads fully in frame, left free for copy */
:root {
  --hero-object-position: 62% 48% !important;
}
html body .hero .hero-bg {
  object-fit: cover !important;
  object-position: var(--hero-object-position, 62% 48%) !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  aspect-ratio: auto !important;
  /* never squash baked 16:9 */
  image-rendering: auto !important;
}
/* Live mark: frameless PNG seal twin of footer static */
html body .brand .brand-mark--live,
html body .brand .brand-mark--live.is-live {
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
html body .brand .brand-mark-live-wrap {
  display: block !important;
  width: 48px !important;
  height: 48px !important;
  aspect-ratio: 1 / 1 !important;
  overflow: visible !important;
  background: transparent !important;
}
html body .brand .brand-mark-live-img {
  display: block !important;
  width: 48px !important;
  height: 48px !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
html body .footer-brand .brand-mark,
html body .footer-brand img.brand-mark {
  border-radius: 0 !important;
  background: transparent !important;
  object-fit: contain !important;
}

/* ============================================================
   cn91 ? equal pay boxes + B&W star-link mark + live compat
   ============================================================ */

/* Equal-height payment icon boxes (Alipay / WeChat / UnionPay) */
html body .pay.cn-pay-strip,
html body .hero-payment-logos.pay,
html body .footer-payments.pay,
html body .hero-payment-logos.cn-pay-strip,
html body .footer-payments.cn-pay-strip {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px 16px !important;
}
html body .cn-pay-chip.pay-icon,
html body .pay .cn-pay-chip,
html body .cn-pay-chip {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
}
html body .pay .pay-mark,
html body .cn-pay-chip img.pay-mark,
html body .cn-pay-chip img,
html body .hero-payment-logos .cn-pay-chip img,
html body .footer-payments .cn-pay-chip img {
  box-sizing: border-box !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
  flex: 0 0 34px !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 7px !important;
  background: transparent !important;
  display: block !important;
  overflow: hidden !important;
  /* avoid stretch on old WebViews */
  -ms-interpolation-mode: bicubic;
}
html body .footer-payments .pay-mark,
html body .footer-payments .cn-pay-chip img {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
  flex: 0 0 30px !important;
}
html body .pay-mark--unionpay,
html body .cn-pay-chip img[src*="unionpay"] {
  /* same box as Alipay / WeChat — official stripe mark padded inside */
  object-fit: contain !important;
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
  margin: 0 !important;
  transform: scale(1.35);
  transform-origin: center;
}
html body .footer-payments .pay-mark--unionpay,
html body .footer-payments .cn-pay-chip img[src*="unionpay"] {
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px !important;
  margin: 0 !important;
  transform: scale(1.35);
  transform-origin: center;
}

/* Live mark: square lock, no stretch, prefixed 3D host */
html body .brand .brand-mark--live,
html body .brand .brand-mark--live.is-live {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  aspect-ratio: 1 / 1 !important;
  overflow: visible !important;
  flex-shrink: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
html body .brand .brand-mark-live-wrap {
  display: block !important;
  width: 48px !important;
  height: 48px !important;
  aspect-ratio: 1 / 1 !important;
  overflow: visible !important;
  background: transparent !important;
  -webkit-perspective: 480px;
  perspective: 480px;
  -webkit-perspective-origin: 50% 45%;
  perspective-origin: 50% 45%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
html body .brand .brand-mark-live-img {
  display: block !important;
  width: 48px !important;
  height: 48px !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html body .brand .brand-mark--live.is-static-fallback .brand-mark-live-img {
  -webkit-transform: none !important;
  transform: none !important;
  will-change: auto !important;
}
html body .footer-brand .brand-mark,
html body .footer-brand img.brand-mark {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  background: transparent !important;
}

@media (max-width: 720px) {
  html body .brand .brand-mark--live,
  html body .brand .brand-mark--live.is-live,
  html body .brand .brand-mark-live-wrap,
  html body .brand .brand-mark-live-img {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
  }
  html body .pay .pay-mark,
  html body .hero-payment-logos .cn-pay-chip img {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    flex: 0 0 30px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .brand .brand-mark-live-img {
    -webkit-transform: none !important;
    transform: none !important;
    will-change: auto !important;
  }
}

/* cn93 ? lang switcher pill ~20% smaller (TG unchanged) */
:root {
  --header-action-size: 24px; /* was 30; x0.8 */
}
html body .header-actions .lang-btn {
  height: var(--header-action-size) !important;
  min-height: var(--header-action-size) !important;
  padding: 0 8px 0 10px !important;
  font-size: 8.8px !important;
  gap: 0.22rem !important;
}
html body .header-actions .lang-btn-chevron {
  border-left-width: 2.4px !important;
  border-right-width: 2.4px !important;
  border-top-width: 2.8px !important;
}
@media (max-width: 980px) {
  html body .header-actions .lang-btn {
    height: 22px !important;
    min-height: 22px !important;
    font-size: 8px !important;
    padding: 0 7px 0 8px !important;
  }
}

/* cn94 ? photo caption kinetic type: mid-bias, descend then split, timed enter */
/* (axes live in .edge-scene--photo / .edge-word--* above; clock in app.js EDGE_CHOREO) */

/* cn101 ? RU band-seam parity on ALL photo/dark exits
   RU: solid #000 ribbon, height = 2px + --band-seam * clamp(16px, 3.2vh, 36px),
   scroll-linked via app.js setupBandSeams (hero, flow, cabinet-banner, devices, about).
   Undo cn90 fat gradient fade + ensure hosts never clip the ribbon. */
:root {
  --band-seam-thick: clamp(16px, 3.2vh, 36px) !important;
}

main:has(.band-seam-host) {
  overflow-x: visible !important;
}

html body .hero.band-seam-host--bottom.band-seam-host--into-below,
.edge-pin:has(.band-seam-host),
.edge-pin.band-seam-host,
.edge-pin__sticky.band-seam-host--bottom.band-seam-host--into-below,
.edge-pin__sticky.edge-scene--photo.band-seam-host--into-below,
.bento-tile#devices.band-seam-host--into-below,
.feature-scroll-pin.band-seam-host--bottom,
.feature-scroll-pin.band-seam-host--bottom.band-seam-host--into-below {
  overflow: visible !important;
}

html body .hero.band-seam-host--bottom.band-seam-host--into-below {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

/* Solid black film ribbon ? never a soft gradient fade into paper */
html body .hero.band-seam-host--bottom.band-seam-host--into-below::before,
html:not(.cl-no-band-seam) .band-seam-host--top::before,
html:not(.cl-no-band-seam) .band-seam-host--bottom.band-seam-host--into-below::before,
html:not(.cl-no-band-seam) .band-seam-host--top.band-seam-host--into-above:not(.feature-scroll-pin)::before,
html:not(.cl-no-band-seam) .feature-scroll-pin.band-seam-host--top.band-seam-host--into-above::after,
html:not(.cl-no-band-seam) .feature-scroll-pin.band-seam-host--bottom.band-seam-host--into-below::before,
html:not(.cl-no-band-seam) .edge-pin__sticky.photo-band.band-seam-host--bottom.band-seam-host--into-below::before {
  content: "" !important;
  display: block !important;
  background-color: #000 !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  height: calc(2px + var(--band-seam, 0) * var(--band-seam-thick)) !important;
}



/* cn102 — edge caption fluid fit (all locales) */
/* Keep cn101 seam rules untouched; only caption type/geometry. */
.edge-word {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
  max-width: min(46vw, 11ch) !important;
  width: auto !important;
  box-sizing: border-box !important;
  text-align: start !important;
  letter-spacing: 0.02em !important;
  line-height: 1.05 !important;
  font-size: clamp(28px, 5.6vw, 84px) !important;
  padding-inline: 0.04em !important;
}
.edge-word--right {
  text-align: end !important;
}
.edge-scene__frame--display .edge-word,
.edge-scene__frame--compact .edge-word {
  font-size: clamp(28px, 5.6vw, 84px) !important;
  letter-spacing: 0.02em !important;
  line-height: 1.05 !important;
  max-width: min(46vw, 11ch) !important;
}
.edge-pin .edge-scene__frame--display {
  padding-top: clamp(12vh, 16vh, 20vh) !important;
  padding-bottom: clamp(12vh, 16vh, 20vh) !important;
  padding-inline: clamp(8vw, 11vw, 15vw) !important;
}
.edge-scene__frame {
  inset: clamp(14px, 2.8vh, 32px) clamp(16px, 3.6vw, 40px) !important;
}
.edge-scene--photo .edge-word--left,
.edge-scene--photo .edge-word--right {
  max-width: min(46vw, 11ch) !important;
}

/* CJK: keep large single-line kinetic type */
html[lang^="zh"] .edge-word,
html[lang^="ja"] .edge-word,
html[lang^="ko"] .edge-word {
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  max-width: none !important;
  letter-spacing: 0.16em !important;
  line-height: 1.16 !important;
  font-size: clamp(44px, 8.6vw, 136px) !important;
}
html[lang^="zh"] .edge-scene__frame--display .edge-word,
html[lang^="ja"] .edge-scene__frame--display .edge-word,
html[lang^="ko"] .edge-scene__frame--display .edge-word,
html[lang^="zh"] .edge-scene__frame--compact .edge-word,
html[lang^="ja"] .edge-scene__frame--compact .edge-word,
html[lang^="ko"] .edge-scene__frame--compact .edge-word {
  font-size: clamp(44px, 8.6vw, 136px) !important;
  letter-spacing: 0.16em !important;
  max-width: none !important;
}

/* Long Latin/Cyrillic scripts: tighter fit */
html[lang="ru"] .edge-word,
html[lang="de"] .edge-word,
html[lang="es"] .edge-word,
html[lang="pt"] .edge-word,
html[lang="fr"] .edge-word,
html[lang="tr"] .edge-word,
html[lang="id"] .edge-word,
html[lang="vi"] .edge-word,
html[lang="hi"] .edge-word {
  font-size: clamp(26px, 5.2vw, 72px) !important;
  max-width: min(44vw, 10ch) !important;
  letter-spacing: 0.01em !important;
}
html[lang="ar"] .edge-word {
  font-size: clamp(28px, 5.4vw, 78px) !important;
  max-width: min(48vw, 10ch) !important;
  letter-spacing: 0 !important;
}
@media (max-width: 480px) {
  .edge-word {
    font-size: clamp(22px, 7.2vw, 42px) !important;
    max-width: min(52vw, 9ch) !important;
  }
  html[lang^="zh"] .edge-word,
  html[lang^="ja"] .edge-word,
  html[lang^="ko"] .edge-word {
    font-size: clamp(32px, 10vw, 56px) !important;
    max-width: none !important;
  }
}
