:root {
  --purple: #6b238e;
  --purple-bright: #7a3fa0;
  --purple-deep: #3a124e;
  --purple-soft: #f4f0f8;
  --arc: #b79cc8;
  --ink: #17131c;
  --night: #1d1722;
  --muted: #6f6674;
  --paper: #fcfbfd;
  --paper-2: #f8f6f9;
  --white: #fff;
  --lime: #c9f35a;
  --green: #17683b;
  --line: rgba(52, 31, 61, .12);
  --shadow: 0 30px 80px rgba(45, 25, 52, .12);
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 7%, rgba(107, 35, 142, .08), transparent 27rem),
    linear-gradient(180deg, var(--paper), #fbf9fc 52%, var(--paper));
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  text-rendering: optimizeLegibility;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(rgba(107, 35, 142, .11) .55px, transparent .55px);
  background-size: 22px 22px;
  opacity: .17;
  content: "";
}
a { color: inherit; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; color: white; border-radius: 10px; background: var(--purple); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 14px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  height: 68px;
  margin: 14px auto 0;
  padding: 0 18px 0 12px;
  border: 1px solid rgba(107, 35, 142, .13);
  border-radius: 21px;
  background: rgba(252, 251, 253, .88);
  box-shadow: 0 14px 38px rgba(43, 25, 50, .08);
  backdrop-filter: blur(24px) saturate(1.25);
}
.brand { display: block; flex: 0 0 auto; border-radius: 12px; }
.brand:focus-visible, .site-nav a:focus-visible, .button:focus-visible, .filter:focus-visible, summary:focus-visible { outline: 3px solid rgba(107, 35, 142, .26); outline-offset: 3px; }
.brand-logo { width: 158px; height: 48px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 3px; }
.site-nav a { padding: 10px 12px; color: var(--muted); border-radius: 10px; font-size: 13px; font-weight: 720; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--purple); background: var(--purple-soft); }
.nav-toggle { display: none; min-height: 40px; padding: 0 14px; color: var(--purple); border: 1px solid var(--line); border-radius: 11px; background: white; font-weight: 750; }

.section-pad { width: min(1240px, 100%); margin: 0 auto; padding: 118px 44px; }
.eyebrow { margin: 0 0 18px; color: var(--purple); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.section-heading { max-width: 620px; }
.section-heading.wide { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr); align-items: end; gap: 80px; max-width: none; margin-bottom: 44px; }
.section-heading h2 { margin: 0; font-size: clamp(46px, 5.1vw, 76px); line-height: 1.03; letter-spacing: -.055em; }
.section-heading > p:not(.eyebrow), .section-heading.wide > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 21px; border-radius: 14px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--purple); box-shadow: 0 15px 34px rgba(107, 35, 142, .23); }
.button.primary:hover { background: var(--purple-bright); }
.button.quiet { color: var(--purple); border: 1px solid rgba(107, 35, 142, .2); background: rgba(255, 255, 255, .72); }
.button.light { color: var(--purple); background: white; }

/* Home: claim */
.hero { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 48px; min-height: 760px; padding-top: 84px; padding-bottom: 94px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(53px, 5.25vw, 78px); line-height: .98; letter-spacing: -.07em; }
.hero h1 span { color: #3d3740; }
.hero h1 em { display: inline-block; color: var(--purple); font-size: .74em; font-style: normal; }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.82; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.availability { display: flex; flex-direction: column; gap: 8px; margin-top: 26px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.availability span { display: flex; align-items: flex-start; gap: 9px; }
.dot { flex: 0 0 auto; width: 7px; height: 7px; margin-top: .45em; border-radius: 50%; }
.current-dot { background: #36a168; box-shadow: 0 0 0 4px rgba(54, 161, 104, .12); }
.candidate-dot { background: var(--purple); box-shadow: 0 0 0 4px rgba(107, 35, 142, .1); }

.hero-visual { position: relative; min-height: 590px; }
.hero-halo { position: absolute; left: 50%; top: 50%; width: 470px; height: 470px; border: 1px solid rgba(107, 35, 142, .13); border-radius: 50%; transform: translate(-50%, -50%); }
.hero-halo::before, .hero-halo::after { position: absolute; inset: 52px; border: 1px dashed rgba(107, 35, 142, .14); border-radius: 50%; content: ""; }
.hero-halo::after { inset: 116px; border-style: solid; background: rgba(107, 35, 142, .035); }
.orbit-core { position: absolute; left: 50%; top: 50%; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 224px; height: 224px; color: white; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: radial-gradient(circle at 35% 25%, #8e54ad, var(--purple) 65%, var(--purple-deep)); box-shadow: 0 32px 70px rgba(72, 25, 92, .28); transform: translate(-50%, -50%); }
.orbit-core img { width: 66px; margin-bottom: 10px; filter: brightness(0) invert(1); opacity: .9; }
.orbit-core span { color: rgba(255,255,255,.68); font-size: 11px; font-weight: 700; letter-spacing: .09em; }
.orbit-core strong { margin-top: 5px; font-size: 25px; letter-spacing: -.04em; }
.orbit-core small { margin-top: 10px; color: rgba(255,255,255,.66); font-size: 10px; }
.orbit-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 13px; width: 190px; min-height: 80px; padding: 13px; border: 1px solid rgba(107, 35, 142, .13); border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 18px 42px rgba(52, 29, 61, .11); backdrop-filter: blur(16px); }
.orbit-card small, .orbit-card strong { display: block; }
.orbit-card small { color: var(--purple); font-size: 10px; font-weight: 820; }
.orbit-card strong { margin-top: 4px; font-size: 14px; }
.orbit-icon { display: grid; place-items: center; flex: 0 0 48px; width: 48px; height: 48px; color: white; border-radius: 15px; background: var(--purple); font-size: 17px; font-weight: 850; }
.orbit-shot { left: 0; top: 80px; transform: rotate(-3deg); }
.orbit-translate { right: 0; top: 70px; transform: rotate(3deg); }
.orbit-read { left: 4px; bottom: 72px; transform: rotate(2deg); }
.orbit-pill { right: 0; bottom: 80px; transform: rotate(-2deg); }
.mini-pill { position: relative; display: flex; flex: 0 0 54px; width: 54px; height: 28px; overflow: hidden; border: 2px solid var(--purple); border-radius: 999px; background: var(--purple-soft); }
.mini-pill::after { position: absolute; left: 24px; top: -2px; width: 30px; height: 30px; border-radius: 50%; background: var(--purple); content: ""; }
.mini-pill i, .mini-pill b { z-index: 1; display: grid; place-items: center; width: 50%; font-size: 9px; font-style: normal; }
.mini-pill b { color: white; }

/* Home: four daily jobs */
.daily { padding-top: 92px; }
.daily-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.daily-card { position: relative; display: grid; grid-template-rows: 245px 1fr; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.74); box-shadow: 0 20px 52px rgba(44, 26, 51, .055); }
.shot-card, .pill-card { grid-column: span 7; }
.translate-card, .read-card { grid-column: span 5; }
.daily-copy { padding: 30px; }
.value-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.number { color: var(--purple); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.status { display: inline-flex; align-items: center; width: max-content; max-width: 100%; min-height: 27px; padding: 0 10px; border-radius: 999px; font-size: 10px; font-weight: 800; white-space: nowrap; }
.status.current { color: var(--green); background: #ddf2e6; }
.status.candidate, .status.integrating { color: #5d2580; background: #eadff0; }
.status.free { color: #75500b; background: #f5e8c8; }
.card-kicker { margin: 25px 0 10px; color: var(--purple); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.daily-card h3 { margin: 0; font-size: clamp(27px, 2.5vw, 39px); line-height: 1.1; letter-spacing: -.045em; }
.daily-card .daily-copy > p:not(.card-kicker) { margin: 17px 0 0; color: var(--muted); font-size: 14px; line-height: 1.76; }
.quick-use { display: grid; grid-template-columns: 1fr 1fr; margin: 23px 0 0; border-top: 1px solid var(--line); }
.quick-use div { padding: 17px 14px 0 0; }
.quick-use div + div { padding-left: 17px; border-left: 1px solid var(--line); }
.quick-use dt { color: var(--muted); font-size: 10px; font-weight: 800; }
.quick-use dd { margin: 6px 0 0; font-size: 12px; line-height: 1.5; }
.demo { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--purple-soft); }
.demo::before { position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.9), transparent 36%); content: ""; }
.demo-shot .fake-page { position: absolute; inset: 37px 46px; padding: 30px; border: 1px solid rgba(107,35,142,.13); border-radius: 17px; background: white; box-shadow: 0 18px 38px rgba(56,35,63,.09); transform: rotate(-2deg); }
.fake-page i { display: block; width: 76%; height: 7px; margin-bottom: 13px; border-radius: 99px; background: #ddd5e1; }
.fake-page i:nth-child(2) { width: 93%; }.fake-page i:nth-child(3) { width: 58%; }.fake-page i:nth-child(4) { width: 84%; }
.selection-box { position: absolute; left: 28%; top: 31%; width: 52%; height: 47%; border: 2px solid var(--purple); border-radius: 8px; background: rgba(107,35,142,.055); box-shadow: 0 0 0 999px rgba(29,23,34,.2); }
.selection-box::before, .selection-box::after { position: absolute; width: 8px; height: 8px; border: 2px solid white; border-radius: 50%; background: var(--purple); content: ""; }
.selection-box::before { left: -6px; top: -6px; }.selection-box::after { right: -6px; bottom: -6px; }
.selection-box span { position: absolute; right: -1px; bottom: -34px; padding: 6px 9px; color: white; border-radius: 8px; background: var(--purple); font-size: 10px; font-weight: 800; }
.demo-translate { display: grid; align-content: center; gap: 14px; padding: 34px; }
.demo-translate span, .demo-translate strong { position: relative; display: block; width: max-content; max-width: 90%; padding: 13px 16px; border-radius: 15px; font-size: 15px; }
.demo-translate span { color: var(--muted); border: 1px solid var(--line); background: rgba(255,255,255,.76); }
.demo-translate i { position: relative; margin-left: 38px; color: var(--arc); font-style: normal; }
.demo-translate strong { justify-self: end; color: white; background: var(--purple); box-shadow: 0 12px 25px rgba(107,35,142,.2); }
.demo-read { display: grid; grid-template-columns: 1fr 112px; align-items: center; gap: 20px; padding: 42px; }
.text-lines { position: relative; padding: 27px 22px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 16px 34px rgba(56,35,63,.08); }
.text-lines i { display: block; width: 100%; height: 7px; margin: 0 0 12px; border-radius: 9px; background: #ded6e2; }.text-lines i:nth-child(2) { width: 79%; }.text-lines i:nth-child(3) { width: 91%; }.text-lines i:last-child { width: 57%; margin-bottom: 0; background: var(--arc); }
.wave { position: relative; display: flex; align-items: center; justify-content: center; gap: 5px; height: 90px; padding: 0 10px; border-radius: 18px; background: var(--purple); }
.wave i { width: 5px; height: 20px; border-radius: 8px; background: white; opacity: .82; animation: wave 1.25s ease-in-out infinite; }.wave i:nth-child(2), .wave i:nth-child(6) { height: 44px; animation-delay: -.2s; }.wave i:nth-child(3), .wave i:nth-child(5) { height: 62px; animation-delay: -.4s; }.wave i:nth-child(4) { height: 35px; animation-delay: -.6s; }
@keyframes wave { 50% { transform: scaleY(.48); opacity: .55; } }
.demo-pill { display: grid; place-items: center; align-content: center; gap: 24px; background: radial-gradient(circle at 50% 0, white, var(--purple-soft) 74%); }
.pill-toggle { position: relative; display: flex; width: 210px; height: 92px; padding: 7px; border: 3px solid var(--purple); border-radius: 999px; background: white; box-shadow: 0 24px 48px rgba(107,35,142,.15); }
.pill-toggle::after { position: absolute; right: 6px; top: 6px; width: 74px; height: 74px; border-radius: 50%; background: var(--purple); box-shadow: 0 8px 20px rgba(107,35,142,.3); content: ""; }
.pill-toggle span, .pill-toggle b { position: relative; z-index: 1; display: grid; place-items: center; width: 50%; font-size: 21px; }
.pill-toggle span { color: var(--arc); }.pill-toggle b { color: white; }
.awake-status { display: flex; align-items: center; gap: 9px; color: var(--purple); font-size: 12px; font-weight: 800; }.awake-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(201,243,90,.22); }
.status-footnote { max-width: 870px; margin: 24px auto 0; color: var(--muted); font-size: 12px; line-height: 1.72; text-align: center; }
.deep-teaser { display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 930px; margin: 24px auto 0; padding: 20px 22px; border: 1px solid rgba(107,35,142,.14); border-radius: 18px; background: rgba(255,255,255,.74); box-shadow: 0 14px 34px rgba(49,28,58,.06); }
.deep-teaser div { min-width: 0; }
.deep-teaser div span, .deep-teaser div strong { display: block; }
.deep-teaser div span { margin-bottom: 5px; color: var(--purple); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.deep-teaser div strong { font-family: var(--font-display); font-size: clamp(17px, 2vw, 23px); line-height: 1.4; letter-spacing: -.025em; }
.deep-teaser > a { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; min-height: 44px; padding: 0 16px; color: white; border-radius: 12px; background: var(--purple); font-size: 12px; font-weight: 800; text-decoration: none; }
.deep-teaser > a:hover { background: var(--purple-bright); }

/* Home: evidence */
.feedback-section { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; padding-top: 54px; }
.feedback-card, .feedback-response { min-height: 350px; padding: 42px; border-radius: var(--radius); }
.feedback-card { position: relative; overflow: hidden; color: white; background: var(--night); box-shadow: var(--shadow); }
.feedback-card::after { position: absolute; right: -65px; bottom: -70px; width: 250px; height: 250px; border: 1px solid rgba(183,156,200,.25); border-radius: 50%; content: ""; box-shadow: 0 0 0 52px rgba(183,156,200,.05); }
.quote-mark { display: block; height: 44px; color: var(--lime); font-family: Georgia, serif; font-size: 72px; line-height: 1; }
.feedback-card blockquote { position: relative; z-index: 1; max-width: 690px; margin: 18px 0 54px; font-family: "Songti SC", "Noto Serif SC", serif; font-size: clamp(25px, 2.7vw, 39px); font-weight: 650; line-height: 1.45; letter-spacing: -.025em; }
.feedback-card > div { position: absolute; left: 42px; bottom: 36px; z-index: 1; }.feedback-card strong, .feedback-card span { display: block; }.feedback-card strong { font-size: 12px; }.feedback-card div span { margin-top: 5px; color: rgba(255,255,255,.52); font-size: 10px; }
.feedback-response { border: 1px solid rgba(107,35,142,.13); background: var(--purple-soft); }
.feedback-response h2 { margin: 0; color: var(--purple); font-size: clamp(39px, 4vw, 58px); line-height: 1.04; letter-spacing: -.055em; }
.feedback-response > p:last-child { margin: 26px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }

/* Home: mechanism */
.start-section { padding-top: 92px; }
.big-idea { color: var(--ink) !important; font-size: clamp(23px, 2.5vw, 34px) !important; font-weight: 720; line-height: 1.35 !important; letter-spacing: -.035em; }
.big-idea strong { color: var(--purple); }
.start-layout { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 90px; }
.start-steps { margin: 0; padding: 0; list-style: none; }
.start-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 25px 0; border-top: 1px solid var(--line); }.start-steps li:last-child { border-bottom: 1px solid var(--line); }
.start-steps li > span { display: grid; place-items: center; width: 42px; height: 42px; color: white; border-radius: 14px; background: var(--purple); font-size: 12px; font-weight: 850; }
.start-steps strong { font-size: 19px; }.start-steps p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.66; }
.menu-demo { position: relative; max-width: 600px; padding: 18px; border: 1px solid rgba(107,35,142,.14); border-radius: 28px; background: rgba(255,255,255,.86); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.menu-demo::before { position: absolute; left: -32px; top: 54px; width: 74px; height: 74px; border-radius: 50%; background: var(--purple-soft); content: ""; z-index: -1; }
.menu-demo-bar { display: flex; align-items: center; gap: 10px; padding: 12px 12px 17px; border-bottom: 1px solid var(--line); }.menu-demo-bar span { width: 10px; height: 10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(201,243,90,.2); }.menu-demo-bar strong { font-size: 13px; }.menu-demo-bar small { margin-left: auto; color: var(--muted); }
.menu-demo button { display: grid; grid-template-columns: 42px 1fr max-content; align-items: center; gap: 12px; width: 100%; min-height: 65px; padding: 8px 12px; color: var(--ink); border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; pointer-events: none; }.menu-demo button > span { display: grid; place-items: center; width: 38px; height: 38px; color: white; border-radius: 12px; background: var(--purple); font-size: 12px; font-weight: 850; }.menu-demo button b { font-size: 14px; }.menu-demo kbd { padding: 6px 8px; color: var(--muted); border: 1px solid var(--line); border-radius: 8px; background: var(--paper-2); font: inherit; font-size: 10px; }
.menu-tip { margin-top: 14px; padding: 13px; color: var(--purple); border-radius: 12px; background: var(--purple-soft); font-size: 11px; font-weight: 800; text-align: center; }

.center-section { padding-top: 82px; }
.more-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.more-grid article { display: flex; align-items: center; gap: 14px; min-height: 116px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.64); }
.more-grid article > span { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; color: var(--purple); border-radius: 13px; background: var(--purple-soft); font-size: 15px; font-weight: 850; }
.more-grid strong { font-size: 14px; }.more-grid p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.center-actions { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 30px; }.center-actions span { color: var(--muted); font-size: 11px; }

/* Home: action and trust */
.price-section { padding-top: 92px; }
.price-card { display: grid; grid-template-columns: .83fr 1.17fr; overflow: hidden; color: white; border-radius: 36px; background: var(--night); box-shadow: var(--shadow); }
.price-intro { padding: 58px; background: radial-gradient(circle at 0 0, rgba(122,63,160,.82), transparent 72%); }
.price-intro .eyebrow { color: #dec8e7; }
.price-intro h2 { margin: 4px 0 14px; font-size: clamp(80px, 9vw, 116px); line-height: .95; letter-spacing: -.09em; }.price-intro h2 span { font-size: 34px; vertical-align: top; }
.price-intro > p:last-child { max-width: 420px; margin: 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.8; }
.price-includes { padding: 58px; }.price-includes h3 { margin: 0 0 24px; font-size: 25px; }.price-includes ul { margin: 0; padding: 0; list-style: none; }.price-includes li { display: flex; align-items: center; gap: 13px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.12); }.price-includes li span { color: var(--lime); }.price-includes li strong { font-size: 14px; }.price-note { margin: 24px 0 0; padding: 18px; color: rgba(255,255,255,.62); border-radius: 15px; background: rgba(255,255,255,.06); font-size: 12px; line-height: 1.7; }.price-note strong { color: white; }
.price-clarity { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; }.price-clarity article { padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.55); }.price-clarity span { color: var(--purple); font-size: 10px; font-weight: 850; }.price-clarity h3 { margin: 12px 0 8px; font-size: 19px; letter-spacing: -.025em; }.price-clarity p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.68; }
.trust-section { padding-top: 80px; }.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }.trust-grid article { min-height: 250px; padding: 27px; border: 1px solid var(--line); border-radius: 23px; background: var(--paper-2); }.trust-grid span { color: var(--purple); font-size: 10px; font-weight: 850; }.trust-grid h3 { margin: 62px 0 10px; font-size: 21px; letter-spacing: -.035em; }.trust-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.72; }
.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 90px; padding-top: 78px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; padding: 22px 44px 22px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 760; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { position: absolute; right: 4px; top: 20px; color: var(--purple); content: "+"; font-size: 22px; font-weight: 400; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 720px; margin: -4px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.closing { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; width: min(1360px, calc(100% - 32px)); margin: 30px auto 0; padding: 76px 64px; color: white; border-radius: 38px 38px 0 0; background: var(--purple); }.closing .eyebrow { color: var(--lime); }.closing h2 { margin: 0; font-size: clamp(43px, 5vw, 72px); line-height: 1.01; letter-spacing: -.055em; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; width: min(1360px, calc(100% - 32px)); margin: 0 auto; padding: 32px 64px 48px; color: rgba(255,255,255,.58); background: var(--purple-deep); }.site-footer div { display: flex; align-items: baseline; gap: 12px; }.site-footer strong { color: white; font-size: 13px; }.site-footer span, .site-footer p { margin: 0; font-size: 10px; line-height: 1.6; }

/* Application Center */
.catalog-hero { padding-top: 108px; padding-bottom: 70px; }
.catalog-hero h1 { max-width: 1040px; margin: 0; font-size: clamp(57px, 7.4vw, 106px); line-height: .98; letter-spacing: -.065em; }.catalog-hero h1 em { color: var(--purple); font-style: normal; }
.catalog-hero > p:not(.eyebrow) { max-width: 780px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.78; }
.legend { display: grid; grid-template-columns: max-content 1fr max-content 1fr max-content 1fr; align-items: center; gap: 10px 12px; margin-top: 34px; padding-top: 23px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.catalog-intro { padding-top: 35px; padding-bottom: 40px; }
.first-picks { display: grid; grid-template-columns: 1.35fr .65fr; gap: 16px; }
.first-pick { position: relative; min-height: 270px; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: 27px; background: white; }
.first-pick.youmu-pick { color: white; border-color: transparent; background: var(--purple); }.first-pick.youmu-pick p { color: rgba(255,255,255,.7); }.first-pick.youmu-pick .first-pick-icon { background: white; }.first-pick.youmu-pick .first-pick-icon img { width: 100%; height: 100%; object-fit: cover; }
.first-pick-icon { display: grid; place-items: center; width: 58px; height: 58px; overflow: hidden; color: var(--purple); border-radius: 18px; background: var(--purple-soft); font-size: 18px; font-weight: 850; }
.first-pick h2 { margin: 45px 0 10px; font-size: 31px; letter-spacing: -.04em; }.first-pick p { max-width: 620px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.first-pick a { position: absolute; right: 26px; top: 26px; font-size: 12px; font-weight: 800; text-decoration: none; }
.catalog-shell { padding-top: 40px; }
.catalog-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 26px; }.catalog-heading h2 { margin: 0; font-size: 42px; letter-spacing: -.045em; }.catalog-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.filter-bar { position: sticky; top: 96px; z-index: 8; display: flex; flex-wrap: wrap; gap: 7px; width: max-content; max-width: 100%; margin: 0 auto 28px; padding: 8px; border: 1px solid rgba(107,35,142,.13); border-radius: 17px; background: rgba(252,251,253,.91); box-shadow: 0 12px 30px rgba(45,27,52,.08); backdrop-filter: blur(20px); }.filter { min-height: 38px; padding: 0 14px; color: var(--muted); border: 0; border-radius: 11px; background: transparent; font-size: 12px; font-weight: 760; cursor: pointer; }.filter:hover, .filter.active { color: white; background: var(--purple); }
.catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.catalog-card { min-width: 0; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.7); box-shadow: 0 14px 35px rgba(33,30,24,.035); transition: opacity .24s ease, transform .24s ease; }.catalog-card[hidden] { display: none; }.catalog-card.hero-app { color: white; border-color: transparent; background: var(--night); }.catalog-card.hero-app .card-kicker { color: var(--lime); }.catalog-card.hero-app .status.current { color: var(--night); background: var(--lime); }.catalog-card.hero-app .app-value, .catalog-card.hero-app .boundary-list, .catalog-card.hero-app .problem-result span { color: rgba(255,255,255,.58); }.catalog-card.hero-app .problem-result, .catalog-card.hero-app .problem-result > div + i + div { border-color: rgba(255,255,255,.14); }.catalog-card.media-card { background: linear-gradient(145deg, white, var(--purple-soft)); }
.catalog-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }.app-symbol { display: grid; place-items: center; width: 49px; height: 49px; overflow: hidden; color: white; border-radius: 15px; background: var(--ink); font-size: 18px; font-weight: 850; }.app-symbol img { width: 100%; height: 100%; object-fit: cover; }.caps-symbol { background: var(--lime); }.caps-symbol img { width: 44px; height: 31px; object-fit: cover; }
.catalog-card .card-kicker { margin-top: 27px; }.catalog-card h2 { margin: 0; font-size: 34px; letter-spacing: -.045em; }.app-promise { min-height: 55px; margin: 10px 0 24px; font-size: 18px; font-weight: 720; line-height: 1.44; }
.problem-result { display: grid; grid-template-columns: 1fr 30px 1fr; align-items: stretch; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.problem-result > div { padding: 19px 0; }.problem-result > div + i + div { padding-left: 17px; border-left: 1px solid var(--line); }.problem-result i { display: grid; place-items: center; color: var(--purple); font-style: normal; }.problem-result span { color: var(--muted); font-size: 10px; font-weight: 850; }.problem-result p { margin: 7px 0 0; font-size: 13px; line-height: 1.62; }.app-value { min-height: 74px; margin: 19px 0 0; color: var(--muted); font-size: 13px; line-height: 1.72; }.app-value strong { color: inherit; }.boundary-list { display: flex; flex-wrap: wrap; gap: 7px 16px; margin: 21px 0 0; padding: 0; color: var(--muted); list-style: none; }.boundary-list li { position: relative; padding-left: 11px; font-size: 10px; line-height: 1.5; }.boundary-list li::before { position: absolute; left: 0; top: .55em; width: 4px; height: 4px; border-radius: 50%; background: var(--purple); content: ""; }.filter-empty { color: var(--muted); text-align: center; }
.catalog-rules { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 100px; }.catalog-rules h2 { margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: 1.02; letter-spacing: -.055em; }.catalog-rules ul { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }.catalog-rules li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }.catalog-rules li > span { color: var(--purple); font-size: 11px; font-weight: 850; }.catalog-rules li p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }.catalog-rules li strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 17px; }

/* Motion is progressive enhancement: without JS, every section stays visible. */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.75,.2,1), transform .7s cubic-bezier(.2,.75,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .hero-visual { width: min(650px, 100%); margin: 0 auto; }
  .feedback-section, .start-layout, .faq-section, .catalog-rules { grid-template-columns: 1fr; gap: 50px; }
  .section-heading.wide { gap: 42px; }
  .more-grid, .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card { grid-template-columns: 1fr; }
  .legend { grid-template-columns: max-content 1fr max-content 1fr; }
  .first-picks { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .site-header { top: 10px; flex-wrap: wrap; width: calc(100% - 20px); height: auto; margin-top: 10px; padding: 9px 12px; border-radius: 17px; }
  .site-nav { flex: 1 0 100%; flex-wrap: wrap; align-items: stretch; margin-top: 7px; }.site-nav a { flex: 1 0 auto; padding: 10px 8px; text-align: center; }
  .js .site-header { height: 62px; padding: 0 12px; flex-wrap: nowrap; }
  .js .nav-toggle { display: block; }
  .js .site-nav { position: absolute; left: 0; right: 0; top: 70px; display: none; flex-direction: column; align-items: stretch; margin-top: 0; padding: 9px; border: 1px solid rgba(107,35,142,.14); border-radius: 15px; background: rgba(252,251,253,.98); box-shadow: var(--shadow); }.js .site-nav[data-open="true"] { display: flex; }.js .site-nav a { padding: 12px; text-align: left; }
}

@media (max-width: 760px) {
  .section-pad { padding: 82px 20px; }
  .site-header { top: 10px; flex-wrap: wrap; width: calc(100% - 20px); height: auto; margin-top: 10px; padding: 9px 12px; border-radius: 17px; }
  .brand-logo { width: 142px; height: 43px; }
  .site-nav { flex: 1 0 100%; flex-wrap: wrap; align-items: stretch; margin-top: 7px; }.site-nav a { flex: 1 0 auto; padding: 10px 8px; text-align: center; }
  .js .site-header { height: 62px; padding: 0 12px; flex-wrap: nowrap; }
  .js .nav-toggle { display: block; }
  .js .site-nav { position: absolute; left: 0; right: 0; top: 70px; display: none; flex-direction: column; align-items: stretch; margin-top: 0; padding: 9px; border: 1px solid rgba(107,35,142,.14); border-radius: 15px; background: rgba(252,251,253,.98); box-shadow: var(--shadow); }.js .site-nav[data-open="true"] { display: flex; }.js .site-nav a { padding: 12px; text-align: left; }
  .hero { min-height: auto; gap: 28px; padding-top: 62px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(47px, 13.6vw, 68px); line-height: 1.01; letter-spacing: -.065em; }
  .hero h1 em { font-size: .82em; }
  .hero-lead { margin-top: 24px; font-size: 16px; line-height: 1.72; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }.hero-actions .button { width: 100%; }
  .availability { font-size: 11px; }
  .hero-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; min-height: 0; margin-top: 20px; }
  .hero-halo { display: none; }
  .orbit-card { position: static; width: auto; min-width: 0; min-height: 86px; padding: 12px; transform: none; }.orbit-card strong { font-size: 12px; }.orbit-icon { flex-basis: 42px; width: 42px; height: 42px; }
  .orbit-core { position: static; grid-column: 1 / -1; width: 100%; height: auto; padding: 26px; border-radius: 24px; transform: none; }.orbit-core img { width: 54px; }
  .section-heading.wide { grid-template-columns: 1fr; align-items: start; gap: 20px; margin-bottom: 30px; }.section-heading h2 { font-size: 45px; }.section-heading.wide > p { font-size: 14px; }
  .daily { padding-top: 76px; }.daily-grid { grid-template-columns: 1fr; }.shot-card, .pill-card, .translate-card, .read-card { grid-column: auto; }.daily-card { grid-template-rows: 210px 1fr; }.daily-copy { padding: 25px; }.daily-card h3 { font-size: 29px; }.quick-use { grid-template-columns: 1fr; }.quick-use div + div { padding-left: 0; border-left: 0; }.demo-shot .fake-page { inset: 30px 25px; }.selection-box { left: 24%; width: 58%; }.demo-translate { padding: 25px; }.demo-read { grid-template-columns: 1fr 86px; gap: 12px; padding: 24px; }.pill-toggle { width: 180px; height: 78px; }.pill-toggle::after { width: 62px; height: 62px; }
  .feedback-section { padding-top: 30px; }.feedback-card, .feedback-response { min-height: 330px; padding: 28px; }.feedback-card blockquote { font-size: 25px; }.feedback-card > div { left: 28px; bottom: 26px; }.feedback-response { min-height: 0; }.feedback-response h2 { font-size: 43px; }
  .start-section { padding-top: 72px; }.start-layout { gap: 38px; }.start-steps li { grid-template-columns: 42px 1fr; gap: 14px; }.menu-demo { padding: 12px; transform: none; }.menu-demo button { grid-template-columns: 38px 1fr; }.menu-demo kbd { display: none; }
  .more-grid, .trust-grid, .price-clarity, .catalog-grid, .first-picks { grid-template-columns: 1fr; }.more-grid article { min-height: 104px; }.center-actions { flex-direction: column; text-align: center; }
  .price-intro, .price-includes { padding: 34px 26px; }.price-card { border-radius: 27px; }.price-intro h2 { font-size: 82px; }.trust-grid article { min-height: 210px; }.trust-grid h3 { margin-top: 44px; }
  .faq-section { gap: 38px; }
  .closing { width: calc(100% - 20px); flex-direction: column; align-items: flex-start; padding: 54px 26px; border-radius: 28px 28px 0 0; }.closing h2 { font-size: 44px; }.closing .button { width: 100%; }
  .site-footer { width: calc(100% - 20px); flex-direction: column; align-items: flex-start; padding: 27px 26px 40px; }.site-footer div { flex-direction: column; gap: 5px; }
  .catalog-hero { padding-top: 72px; }.catalog-hero h1 { font-size: clamp(51px, 14.7vw, 72px); }.catalog-hero > p:not(.eyebrow) { font-size: 16px; }.legend { grid-template-columns: max-content 1fr; }.first-pick { min-height: 245px; padding: 25px; }.catalog-heading { align-items: flex-start; flex-direction: column; }.catalog-heading h2 { font-size: 35px; }.filter-bar { top: 80px; width: 100%; overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; border-radius: 15px; }.filter { flex: 0 0 auto; }.catalog-card { padding: 25px; }.catalog-card h2 { font-size: 31px; }.app-promise { min-height: auto; }.problem-result { grid-template-columns: 1fr; }.problem-result i { display: none; }.problem-result > div + i + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }.app-value { min-height: auto; }.catalog-rules { gap: 38px; }.catalog-rules h2 { font-size: 45px; }
  .catalog-intro { padding-top: 26px; padding-bottom: 36px; }
  .catalog-shell { padding-top: 44px; }
}

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

/* 2026-08-01 fusion: aixlg.com stagecraft × user-first application center */
:root {
  --font-display: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  --purple-glow: #9d64c1;
  --paper-warm: #f8f7f9;
}

.fusion-home {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 5%, rgba(107, 35, 142, .11), transparent 30rem),
    linear-gradient(180deg, var(--paper), var(--paper-warm) 44%, var(--paper));
}

.product-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.product-brand .brand-mark { width: 38px; height: 38px; flex: 0 0 auto; border-radius: 11px; }
.product-brand span { display: grid; gap: 2px; }
.product-brand strong { color: var(--ink); font-size: 13px; letter-spacing: -.01em; }
.product-brand small { color: var(--muted); font-size: 8px; letter-spacing: .08em; }
.site-nav .nav-action { margin-left: 5px; padding-inline: 16px; color: white; background: var(--night); box-shadow: 0 10px 24px rgba(29, 23, 34, .16); }
.site-nav .nav-action:hover { color: white; background: var(--purple); }

.fusion-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(42px, 5vw, 84px);
  width: min(1360px, 100%);
  min-height: 810px;
  margin: 0 auto;
  padding: 88px 44px 92px;
}
.fusion-hero::before {
  position: absolute;
  inset: 3% 48% 8% -20%;
  z-index: -1;
  background-image: radial-gradient(rgba(107, 35, 142, .25) .7px, transparent .7px);
  background-size: 25px 25px;
  opacity: .2;
  mask-image: linear-gradient(90deg, #000, transparent 86%);
  content: "";
}
.fusion-hero .hero-copy { position: relative; z-index: 3; max-width: 680px; }
.eyebrow-key { display: inline-grid; place-items: center; min-width: 42px; height: 24px; margin-right: 6px; color: #182000; border: 1px solid #a9d32d; border-bottom-width: 3px; border-radius: 7px; background: var(--lime); box-shadow: 0 6px 14px rgba(106, 139, 21, .14); font-size: 9px; letter-spacing: 0; }
.fusion-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(65px, 6.1vw, 92px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.075em;
}
.fusion-hero h1 span { display: inline-block; color: var(--purple); font-size: .84em; white-space: nowrap; }
.fusion-hero .hero-lead { max-width: 650px; margin-top: 30px; color: #5f5664; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.76; }
.fusion-hero .hero-actions { margin-top: 32px; }
.hero-commerce { max-width: 680px; margin: 22px 0 0; color: var(--ink); font-size: 12px; font-weight: 760; line-height: 1.65; }
.hero-state { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 13px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.hero-state span { display: inline-flex; align-items: center; gap: 7px; }

.product-theater {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  padding: 72px 46px 46px;
  border: 1px solid rgba(107, 35, 142, .25);
  border-radius: 42px;
  color: white;
  background:
    radial-gradient(circle at 78% 20%, rgba(185, 126, 224, .38), transparent 31%),
    radial-gradient(circle at 10% 86%, rgba(201, 243, 90, .06), transparent 24%),
    linear-gradient(145deg, #321240, #6b238e 52%, #24112e);
  box-shadow: 0 44px 110px rgba(66, 27, 84, .26), inset 0 1px rgba(255,255,255,.17);
  isolation: isolate;
}
.product-theater::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: radial-gradient(rgba(255, 255, 255, .34) .65px, transparent .65px);
  background-size: 24px 24px;
  opacity: .18;
  mask-image: linear-gradient(#000, transparent 90%);
  content: "";
}
.theater-orbit { position: absolute; right: -120px; top: -90px; z-index: -1; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.theater-orbit::before, .theater-orbit::after { position: absolute; inset: 66px; border: 1px dashed rgba(255,255,255,.12); border-radius: inherit; content: ""; }
.theater-orbit::after { inset: 144px; border-style: solid; }
.theater-arc { position: absolute; right: 45px; top: 33px; width: 78px; opacity: .72; filter: brightness(0) invert(1); }
.theater-kicker { position: absolute; left: 46px; top: 30px; display: flex; align-items: center; gap: 9px; margin: 0; color: rgba(255,255,255,.62); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.theater-kicker span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(201,243,90,.12); }
.product-window {
  position: relative;
  z-index: 2;
  width: min(620px, 96%);
  margin: 75px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 22px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 32px 70px rgba(18, 5, 25, .42), inset 0 1px white;
  transform: perspective(1400px) rotateY(-4deg) rotateX(2deg) rotateZ(.35deg);
}
.window-chrome { display: flex; align-items: center; gap: 6px; min-height: 39px; padding: 0 14px; color: #6d6470; border-bottom: 1px solid #e3dde5; background: rgba(255,255,255,.96); font-size: 9px; }
.window-chrome i { width: 8px; height: 8px; border-radius: 50%; background: #d8c9df; }
.window-chrome i:first-child { background: var(--purple); }
.window-chrome strong { margin-left: 7px; color: var(--ink); font-size: 10px; }
.window-chrome span { margin-left: auto; }
.product-screen { position: relative; height: 320px; overflow: hidden; background: #f5f4f6; }
.product-screen img { width: 100%; max-width: none; transform: translateY(-2px) scale(1.012); transform-origin: top center; }
.product-window figcaption { padding: 11px 15px 13px; color: #776c7b; background: white; font-size: 9px; line-height: 1.5; }
.result-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; min-width: 164px; padding: 12px 14px; color: var(--ink); border: 1px solid rgba(255,255,255,.72); border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: 0 20px 42px rgba(24, 8, 31, .25); backdrop-filter: blur(18px); }
.result-chip > span:not(.mini-pill) { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; color: white; border-radius: 12px; background: var(--purple); font-size: 13px; font-weight: 850; }
.result-chip small, .result-chip strong { display: block; }.result-chip small { color: var(--muted); font-size: 8px; }.result-chip strong { margin-top: 3px; font-size: 11px; }
.result-shot { left: 16px; top: 122px; transform: rotate(-2deg); }
.result-translate { right: 14px; top: 170px; transform: rotate(2.4deg); }
.result-read { left: 28px; bottom: 49px; transform: rotate(1.8deg); }
.result-awake { right: 20px; bottom: 35px; transform: rotate(-1.4deg); }
.result-chip .mini-pill { flex: 0 0 60px; width: 60px; height: 34px; }
.result-chip .mini-pill i, .result-chip .mini-pill b { font-size: 8px; }
.theater-caps { position: absolute; right: 47px; top: 73px; z-index: 5; width: 62px; filter: drop-shadow(0 14px 16px rgba(14, 4, 19, .4)); transform: rotate(7deg); }

.promise-strip { display: grid; grid-template-columns: repeat(4, 1fr); width: min(1360px, calc(100% - 32px)); margin: 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.78); box-shadow: 0 18px 50px rgba(48,30,55,.055); }
.promise-strip div { padding: 28px 30px; border-right: 1px solid var(--line); }.promise-strip div:last-child { border: 0; }
.promise-strip strong, .promise-strip span { display: block; }.promise-strip strong { font-family: var(--font-display); color: var(--purple); font-size: 29px; letter-spacing: -.045em; }.promise-strip span { margin-top: 4px; color: var(--muted); font-size: 11px; }

.customer-section { display: grid; grid-template-columns: 1.18fr .82fr; gap: 16px; padding-top: 92px; padding-bottom: 74px; }
.customer-quote, .customer-answer { position: relative; min-height: 410px; overflow: hidden; padding: 44px; border-radius: 32px; }
.customer-quote { color: white; background: linear-gradient(145deg, var(--night), #4b1b60); box-shadow: 0 28px 70px rgba(33,15,40,.17); }
.customer-quote::after { position: absolute; right: -70px; bottom: -110px; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.customer-quote .quote-mark { position: absolute; right: 35px; top: 7px; color: rgba(255,255,255,.09); font-family: Georgia, serif; font-size: 170px; line-height: 1; }
.customer-quote blockquote { position: relative; z-index: 1; max-width: 780px; margin: 45px 0 120px; font-family: var(--font-display); font-size: clamp(27px, 3.2vw, 44px); font-weight: 760; line-height: 1.45; letter-spacing: -.035em; }
.customer-quote footer { position: absolute; left: 44px; bottom: 39px; z-index: 1; display: grid; gap: 4px; }.customer-quote footer strong { color: var(--lime); font-size: 11px; }.customer-quote footer span { color: rgba(255,255,255,.55); font-size: 9px; }
.customer-answer { border: 1px solid rgba(107,35,142,.12); background: linear-gradient(150deg, white, var(--purple-soft)); }
.customer-answer h2 { margin: 62px 0 0; font-family: var(--font-display); color: var(--purple); font-size: clamp(37px, 3.9vw, 56px); line-height: 1.08; letter-spacing: -.05em; }
.customer-answer > p:last-child { max-width: 520px; margin: 25px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.daily { padding-top: 84px; }
.daily .section-heading h2, .center-story h2, .value-section .section-heading h2, .start-section .section-heading h2, .trust-section .section-heading h2, .faq-section .section-heading h2 { font-family: var(--font-display); font-weight: 760; }
.daily-card { box-shadow: 0 20px 55px rgba(46, 28, 52, .055); }
.shot-card .demo { background: linear-gradient(145deg, #f0ebf3, #d9d1de); }
.translate-card .demo { background: radial-gradient(circle at 90% 0, white, transparent 37%), #f4eafb; }
.read-card .demo { background: linear-gradient(145deg, #201525, #4e1d63); }.read-card .text-lines i { background: rgba(255,255,255,.22); }.read-card .wave i { background: linear-gradient(#d4a8ed, var(--lime)); }
.pill-card .demo { background: radial-gradient(circle at 50% 0, white, #eee5f3 72%); }

.center-section { width: min(1360px, 100%); padding-top: 80px; }
.center-stage { display: grid; grid-template-columns: .84fr 1.16fr; gap: 62px; overflow: hidden; padding: 64px; color: white; border-radius: 40px; background: radial-gradient(circle at 85% 16%, rgba(153,87,197,.36), transparent 28%), var(--purple-deep); box-shadow: 0 36px 90px rgba(51,18,66,.2); }
.center-story { align-self: center; }.center-story .eyebrow { color: var(--lime); }.center-story h2 { margin: 0; font-size: clamp(45px, 5vw, 70px); line-height: 1.04; letter-spacing: -.055em; }.center-story > p:not(.eyebrow) { max-width: 560px; margin: 25px 0 0; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.8; }
.center-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 27px 0 28px; }.center-facts div { padding: 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 15px; background: rgba(255,255,255,.055); }.center-facts strong, .center-facts span { display: block; }.center-facts strong { color: var(--lime); font-size: 12px; }.center-facts span { margin-top: 5px; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.5; }
.center-story-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.center-apps { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-content: center; }.center-apps article { display: flex; align-items: center; gap: 13px; min-height: 92px; padding: 15px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(255,255,255,.075); }.center-apps article.featured { grid-column: 1 / -1; min-height: 110px; background: rgba(255,255,255,.13); }.center-apps article > span { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; overflow: hidden; color: var(--purple); border-radius: 13px; background: white; font-size: 13px; font-weight: 850; }.center-apps article > span img { width: 100%; height: 100%; object-fit: cover; }.center-apps strong, .center-apps p { display: block; }.center-apps strong { font-size: 13px; }.center-apps p { margin: 5px 0 0; color: rgba(255,255,255,.55); font-size: 9px; line-height: 1.45; }.center-apps b { margin-left: auto; color: var(--lime); font-size: 9px; }
.center-apps article > div { min-width: 0; }
.app-deep-link { display: inline-flex; align-items: center; min-height: 30px; margin-top: 7px; color: var(--lime); font-size: 9px; font-weight: 820; text-decoration: none; }
.app-deep-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.catalog-deep-link { display: inline-flex; align-items: center; justify-content: space-between; width: 100%; min-height: 46px; margin-top: 22px; padding: 0 15px; color: var(--purple); border: 1px solid rgba(107,35,142,.16); border-radius: 13px; background: var(--purple-soft); font-size: 12px; font-weight: 820; text-decoration: none; }
.catalog-deep-link:hover { color: white; background: var(--purple); }

.value-section { padding-top: 94px; padding-bottom: 68px; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.value-grid article { min-height: 275px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.72); }
.value-grid article:nth-child(2) { background: var(--purple-soft); }.value-grid article:nth-child(4) { color: white; border-color: var(--night); background: var(--night); }
.value-grid span { color: var(--purple); font-size: 10px; font-weight: 850; }.value-grid article:nth-child(4) span { color: var(--lime); }
.value-grid h3 { margin: 86px 0 11px; font-family: var(--font-display); font-size: 27px; letter-spacing: -.035em; }.value-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.72; }.value-grid article:nth-child(4) p { color: rgba(255,255,255,.59); }

.closing > div:first-child > p:last-child { max-width: 620px; margin: 18px 0 0; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.7; }
.closing-actions { display: grid; gap: 9px; min-width: 220px; }
.ghost-light { color: white; border: 1px solid rgba(255,255,255,.3); background: transparent; }
.ghost-light:hover { background: rgba(255,255,255,.1); }
.footer-brand { display: flex !important; align-items: center !important; gap: 10px !important; }.footer-brand img { width: 34px; height: 34px; border-radius: 10px; }.footer-brand span { display: grid; gap: 2px; }.footer-brand strong { color: white; }.footer-brand small { color: rgba(255,255,255,.48); font-size: 9px; }

/* Reveal stays legible at first paint. Motion only adds a slight arrival. */
.js .reveal { opacity: 1; transform: translateY(12px); transition: transform .62s cubic-bezier(.2,.75,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: no-preference) {
  .product-window { animation: product-float 7s ease-in-out infinite; }
  .result-chip { animation: chip-breathe 6s ease-in-out infinite; }
  .result-translate { animation-delay: -1.2s; }.result-read { animation-delay: -2.4s; }.result-awake { animation-delay: -3.6s; }
  @keyframes product-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -7px; } }
  @keyframes chip-breathe { 0%, 100% { box-shadow: 0 20px 42px rgba(24, 8, 31, .22); } 50% { box-shadow: 0 25px 50px rgba(24, 8, 31, .34); } }
}

@media (max-width: 1120px) {
  .fusion-hero { grid-template-columns: 1fr; }
  .fusion-hero .hero-copy { max-width: 840px; }
  .product-theater { width: min(760px, 100%); margin: 0 auto; }
  .customer-section, .center-stage { grid-template-columns: 1fr; }
  .customer-answer { min-height: 330px; }
  .center-story { max-width: 780px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .product-brand .brand-mark { width: 34px; height: 34px; }.product-brand strong { font-size: 12px; }
  .site-nav .nav-action { margin-left: 0; }
  .fusion-hero { min-height: 0; gap: 44px; padding: 68px 20px 66px; }
  .fusion-hero::before { inset: 0 0 55% -20%; }
  .fusion-hero h1 { font-size: clamp(52px, 15vw, 72px); line-height: 1.01; }
  .fusion-hero .hero-lead { margin-top: 24px; font-size: 16px; }
  .fusion-hero .hero-actions { display: grid; grid-template-columns: 1fr; }.fusion-hero .hero-actions .button { width: 100%; }
  .hero-commerce { font-size: 11px; }.hero-state { display: grid; }
  .product-theater { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; min-height: 0; padding: 58px 12px 82px; border-radius: 29px; }
  .theater-kicker { left: 18px; top: 23px; }.theater-arc { right: 17px; top: 20px; width: 61px; }.theater-caps { right: 17px; bottom: 16px; top: auto; width: 51px; }
  .product-window { grid-column: 1 / -1; width: 100%; margin: 23px 0 8px; border-radius: 15px; transform: none; }.window-chrome span { display: none; }.product-screen { height: 230px; }.product-window figcaption { font-size: 8px; }
  .result-chip { position: static; min-width: 0; width: auto; padding: 10px; transform: none; }.result-chip > span:not(.mini-pill) { flex-basis: 36px; width: 36px; height: 36px; }.result-chip strong { font-size: 10px; }.result-chip .mini-pill { flex-basis: 52px; width: 52px; }
  .promise-strip { grid-template-columns: 1fr 1fr; width: calc(100% - 20px); }.promise-strip div { padding: 21px 18px; }.promise-strip div:nth-child(2) { border-right: 0; }.promise-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.promise-strip strong { font-size: 24px; }
  .customer-section { padding-top: 72px; }.customer-quote, .customer-answer { min-height: 340px; padding: 28px; border-radius: 25px; }.customer-quote blockquote { margin-top: 42px; font-size: 28px; }.customer-quote footer { left: 28px; bottom: 27px; }.customer-answer { min-height: 0; }.customer-answer h2 { margin-top: 42px; font-size: 42px; }
  .deep-teaser { display: grid; gap: 15px; padding: 18px; text-align: left; }.deep-teaser > a { width: 100%; }
  .center-stage { gap: 38px; padding: 34px 22px; border-radius: 28px; }.center-story h2 { font-size: 44px; }.center-facts { grid-template-columns: 1fr; }.center-apps { grid-template-columns: 1fr; }.center-apps article.featured { grid-column: auto; }.center-apps b { display: none; }
  .center-story-actions { display: grid; grid-template-columns: 1fr; }.center-story-actions .button { width: 100%; }
  .app-deep-link { min-height: 44px; margin-top: 3px; }
  .value-grid { grid-template-columns: 1fr; }.value-grid article { min-height: 220px; }.value-grid h3 { margin-top: 52px; }
  .closing-actions { width: 100%; }.closing-actions .button { width: 100%; }
}

/* Application center fusion hierarchy */
.catalog-hero h1 { font-family: var(--font-display); font-weight: 780; }
.mobile-only { display: none; }
.scene-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.scene-links a { padding: 9px 13px; color: var(--purple); border: 1px solid rgba(107,35,142,.14); border-radius: 999px; background: rgba(255,255,255,.72); font-size: 11px; font-weight: 760; text-decoration: none; }
.scene-links a:hover { color: white; background: var(--purple); }
.four-picks { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.four-picks .first-pick { min-height: 250px; padding: 25px; }
.four-picks .first-pick h2 { margin-top: 50px; font-family: var(--font-display); font-size: 32px; }
.four-picks .first-pick p { font-size: 12px; }
.four-picks .first-pick a { right: 21px; top: 22px; font-size: 10px; }
.shot-pick { color: white; border-color: transparent; background: var(--purple); box-shadow: 0 22px 52px rgba(107,35,142,.2); }.shot-pick p { color: rgba(255,255,255,.7) !important; }.shot-pick .first-pick-icon { color: var(--purple); background: white; }
.translate-pick { background: radial-gradient(circle at 85% 5%, white, transparent 38%), var(--purple-soft); }
.read-pick { color: white; border-color: var(--night); background: var(--night); }.read-pick p { color: rgba(255,255,255,.62) !important; }.read-pick .first-pick-icon { color: var(--night); background: var(--lime); }
.awake-pick { background: linear-gradient(145deg, white, #eee5f3); }.awake-pick .first-pick-icon { color: white; background: var(--purple); }
.catalog-card:target { outline: 3px solid rgba(107,35,142,.22); outline-offset: 4px; }

@media (max-width: 1120px) {
  .four-picks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .mobile-only { display: block; }.desktop-space { display: none; }
  .catalog-hero h1 { font-size: 52px; line-height: 1.01; }.catalog-hero h1 em { display: inline-block; font-size: .75em; white-space: nowrap; }
  .scene-links { display: grid; grid-template-columns: 1fr 1fr; }.scene-links a { text-align: center; }
  .four-picks { grid-template-columns: 1fr; }.four-picks .first-pick { min-height: 220px; }
}
